Possible Solution for FEU Logout issues
Posted: Tue Aug 04, 2009 5:05 pm
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.
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.