Wednesday 09 June 2004 3:32:13 am
/user/activate is a module, not a design directory. You'll find it under kernel :) The answer to your problem is in the file activateaccountmail.tpl though. For example one solution might be: {ezini("SiteSettings","SiteURL")} - This finds out what your website url is from the overriding site.ini file. I'd guess that you have something like SiteURL=www.example.com/index.php/siteaccess if so change it to SiteURL=www.example.com and revert back to your original activateaccountmail.tpl. If that doesn't work try experimenting to find out the results you get with the different parts of http://{ezini("SiteSettings","SiteURL")}{concat("user/activate/",$hash)|ezurl(no)} Regards, James
|