1

Topic: Adding text to Sign Up Page

Hello
I would like to add some text to the Sign Up Page to advise people to check their junk mail for the activation link etc.  Can anyone please help, I would like to add this after 'I have read the terms and conditions'.
How do I do this?

Thank you smile

2

Re: Adding text to Sign Up Page

Hi,
Edit your account_register.tpl and add {page:} extension call similar to call in homepage.tpl, label it may be "register_page" then create custom page with label "register_page" and edit the way you like.

Or just edit account_register.tpl file and put your text directly.

www.vldMagic.com - first choice customizations help desk
www.vldCrowd.com/radioact - my profile at vldCrowd

3

Re: Adding text to Sign Up Page

i did that differently... u just edit the "email_activation" section in lang.lib.account_register.php under languages folder, to something like that:

"email_activation" =>
"Your account has been successfully created. An email has been sent to you with the activation link.</br>&nbsp;&nbsp;&nbsp;(If you don't receive your activation email, please check in your junk folder)",

i also edited the template and the css to show that message on top and bottom of the page and in a more visible way... ( after i noticed some users do not activate and try to login directly coz they didn't see that message...)

cheers.