Hello everyone,
I spent a lot of time trying to solve my logout issues with the FEU module this morning. I noticed there were *a lot* of other people having issues and not a lot of good solutions posted out there for people. (some possible solutions ... but then people would say that didn't work for them and then get nothing new)
I would like to share what I got working for me today in my Logout Template within the FEU User Management screen
I ended up tweaking the default to this:
{$startform}
{$prompt_loggedin} {$username}
{$link_logout}
Lang('info_logout')}">{$mod->Lang('logout')}-->
Lang('info_changesettings')}">{$mod->Lang('prompt_changesettings')}-->
{$endform}
and in the Preferences section, had the Redirection Settings set to the pages I wanted people to go to after login / logout.
I hope this helps someone.
Possible Solution for FEU Logout issues
Re: Possible Solution for FEU Logout issues
Thank you! Was getting frustrated with this problem and this helped! It even gets the right lang for the link!
Re: Possible Solution for FEU Logout issues
Many belated thanks. Worked for me too. (CMSMS 1.6.6, FrontEndUsers 1.6.11, CustomContent 1.5.3)
Re: Possible Solution for FEU Logout issues
Hi J4web,
What is this a solution for? Not reading PHP it's difficult to know what you were trying to achieve.
Should it solve my issue? (hope so)
Once logged in I'd like the logged in link to be replaced by a logged out and then once clicked to directly log someone out taking them to a 'You have logged out page'
What is this a solution for? Not reading PHP it's difficult to know what you were trying to achieve.
Should it solve my issue? (hope so)
Once logged in I'd like the logged in link to be replaced by a logged out and then once clicked to directly log someone out taking them to a 'You have logged out page'

Re: Possible Solution for FEU Logout issues
THANK you!
Should have found your solution sooner, but wth, it works
Should have found your solution sooner, but wth, it works
