Self Registration email not going out?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
rj
Regular
Posts: 477
Joined: Sun Sep 10, 2006 2:53 pm

Self Registration email not going out?

Post by rj »

I just installed 1.3 for a new blog and it seems the registration email for verification is not being sent. Everything looks like it is, the self registration block changes to say the email is coming shortly. Many many hours and no email verification trying various email accounts.
Thanx
RJ
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Self Registration email not going out?

Post by garvinhicking »

Hi!

The registration email is independent from the s9y version, so it makes no difference if s9y 1.0 or 1.3 is installed.

Did you make sure you configured the new blog's email adress properly? Without the Blog's mail address your Mail server might not accept the mail.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
rj
Regular
Posts: 477
Joined: Sun Sep 10, 2006 2:53 pm

Post by rj »

That was it! An empty box there! thanx.
Can I put two email addresses in there seperated by a semi color or something?

I have a harder one here... :)
Entries.tpl in the meta title code area...
It is printing the title again at the bottom in front of 'Posted by.."
I would like it not to. I have been in the code in that area fiddling but cant seem to figure it out. I am in bare test stage just getting everything to work so there is only one article.

RJ
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!
Can I put two email addresses in there seperated by a semi color or something?
What would you want to achieve with that? :-) You can only send a mail from one source...
I have a harder one here... :)
Entries.tpl in the meta title code area...
It is printing the title again at the bottom in front of 'Posted by.."
I would like it not to. I have been in the code in that area fiddling but cant seem to figure it out. I am in bare test stage just getting everything to work so there is only one article.
Which URL?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
rj
Regular
Posts: 477
Joined: Sun Sep 10, 2006 2:53 pm

Post by rj »

http://funebrity.com

Have not done the layout and design yet... So its ugly!

BTW, I decided against moving the old blog to the new server and making changes. Instead I did a fresh install and just moved my CSS file.
I gotta say Garvin, I was amazed on how easy and smoothy it all went.
Here! Hear!
RJ
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Hm, I haven't see that template yet. Check your entries.tpl template for any usage of "{$entry.title}", one of them will be the one you want to remove. :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
rj
Regular
Posts: 477
Joined: Sun Sep 10, 2006 2:53 pm

Post by rj »

Got it!
It was this

{$entry.title|@default:$entry.body|truncate:40:" ..."}

Thanx!!!

RJ
Post Reply