Hi all,
I just got Forum made simple sorted out and now I've got a glitch with the forgot password section of the the frontenduser module.
I get this:
""
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /homepages/27/d104848708/htdocs/usa-explained.net/portal/tmp/templates_c/FrontEndUsers^%%5E^5ED^5EDE5C3C%%module_db_tpl%3AFrontEndUsers%3Bfeusers_forgotpasswordform.php on line 8
Parse error: syntax error, unexpected T_STRING in /homepages/27/d104848708/htdocs/usa-explained.net/portal/tmp/templates_c/FrontEndUsers^%%5E^5ED^5EDE5C3C%%module_db_tpl%3AFrontEndUsers%3Bfeusers_forgotpasswordform.php on line 9
""
all other components seem to be working ok. ("change my settings", "forgot your login details?")
Any ideas? thanks!
-Richard
[SOLVED] FrontEndUser error in forgot password script.
-
- Forum Members
- Posts: 17
- Joined: Mon Oct 20, 2008 5:27 pm
[SOLVED] FrontEndUser error in forgot password script.
Last edited by richardkean on Tue Dec 02, 2008 9:23 pm, edited 1 time in total.
Re: FrontEndUser error in forgot password script.
You have to change this in Lost Password Template in FEU Module
To
/Coldman
Code: Select all
{if $message != \'\'}
Code: Select all
{if $message != ''}
/Coldman
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
-
- Forum Members
- Posts: 17
- Joined: Mon Oct 20, 2008 5:27 pm
Re: FrontEndUser error in forgot password script.
Fixed, thanks! I also need to do the same for {if $error != \'\'}
Re: [SOLVED] FrontEndUser error in forgot password script.
What is the exact name of the template doc. I looked everywhere in the templates for this line to replace as mentioned above and it is not found? Any help would be appreciated.
Thanks,
-J
Thanks,
-J
Re: [SOLVED] FrontEndUser error in forgot password script.
Go to Users & Groups -> Fronten User Management -> Forgot Password Templates
There you will find the lines.
/Coldman
There you will find the lines.
/Coldman
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button