Page 1 of 1

FEU - silent form and returning to a specific page

Posted: Thu Nov 20, 2008 4:10 pm
by Andor
Hi,

I use a link at the top for login/logout purposes. The only thing I can't get to work is the returnto function.

This doesn't work:

Code: Select all

{FrontEndUsers returnto='start' form='silent'}{$link_logout}
However, when I remove the form='silent', it doesn't look nice, but actually brings me to the page I want when logging out:

Code: Select all

{FrontEndUsers returnto='start'}{$link_logout}
Any idea why there is a difference in function?

Thanks

Re: FEU - silent form and returning to a specific page

Posted: Tue Mar 03, 2009 11:48 pm
by genzeryk
I checked your code and when called from 'within' the module (i.e. defined in the 'changesettings' template in backend) the first version worked for me but not the second. It is possible that the second works only 'outside' the module (i.e. when called form a page not related to the FEU module). Hope this helps anybody.