Quote Originally Posted by Philthy
Download the latest version from this link:
http://forums.buyscripts.in/viewtopic.php?t=318

Then replace the text in templates/emails/verify_email.tpl with this:
Code:
Hi,  Thank you for joining {$site_name}.  

Click the following link to get your account activated.  {$baseurl}/confirm_email.php?vcode={$vcode}

Thanking you,

{$site_name} Team
{$baseurl}
The code from the download may already have been updated though, please check.

This does not create clickable links for me. What this does, is create HTML code in the email:


Click the following link to get your account activated.

http://TheWebChannel.ca/confirm_emai...92229216478492



Thanks.