FEU - silent form and returning to a specific page

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Andor
Forum Members
Forum Members
Posts: 49
Joined: Sun Feb 19, 2006 1:42 pm

FEU - silent form and returning to a specific page

Post 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
genzeryk
New Member
New Member
Posts: 3
Joined: Tue Mar 03, 2009 12:48 am

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

Post 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.
Post Reply

Return to “Modules/Add-Ons”