[Solved] [FEU] Logout problems

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
genzeryk
New Member
New Member
Posts: 3
Joined: Tue Mar 03, 2009 12:48 am

[Solved] [FEU] Logout problems

Post by genzeryk »

Hi everybody!

I am experiencing problems with logging out from FEU.

I would like users to be able to logout from every possible location after they login. I have a {$url_logout} link that works fine everywhere except the changesettings page (you know, the one you can, among others, define in module backend).

So user can login, and I tried to set the 'Change Settings Template' using {$url_logout}:

{$startform}
Change user data

    {cms_selflink page='login'}
    My user data
    Lang('info_logout')}">{$mod->Lang('logout')}

{$endform}

All the $mod->Lang variables work fine, but the link is not working :(

I tried to work that out for the whole day but couldn't find any solution.
Could anybody please help me? Or at least give me a hint :((( ???

Thanks,

Genzeryk
Last edited by genzeryk on Tue Mar 03, 2009 11:51 pm, edited 1 time in total.
genzeryk
New Member
New Member
Posts: 3
Joined: Tue Mar 03, 2009 12:48 am

Re: [FEU] Logout problems

Post by genzeryk »

Solution:

Code: Select all

{FrontEndUsers returnto='start' form='silent'}{$link_logout}
Also see this thread: http://forum.cmsmadesimple.org/index.php/topic,27849.0.html

BW,

Genz
zebulon
Forum Members
Forum Members
Posts: 37
Joined: Sun Aug 27, 2006 8:21 pm

Re: [Solved] [FEU] Logout problems

Post by zebulon »

Hi all,

sorry to say it but both solutions don't work for us. We've been debugging on this since weeks - but nothing ets it right.

Are there any suggestions more?

Here's our data:

~~~~~~~~~~

CMS-Version 1.5.4
PHP-Version (phpversion): 5.2.9
MySQL (mysql) 5.0.67
Apache/2.2.11 (Unix) mod_fastcgi/2.4.6
SunOS SunOS localhost 5.10 Generic_125100-10 sun4v An SunOS localhost 5.10 Generic_125100-10 sun4v


Installed Modules:

CMSMailer 1.73.14
FileManager 0.4.5
MenuManager 1.5.3
ModuleManager 1.2.1
News 2.9.3
nuSOAP 1.0.1
Printing 0.2.6
Search 1.5.3
ThemeManager 1.1.0
TinyMCE 2.4.13
Captcha 0.4
FrontEndUsers 1.6.6
CustomContent 1.5.2
Forum 0.9.2
CGExtensions 1.15.2
Smileys 0.2.0
FEUMailer 0.8-beta
NMS 2.2.2
Guestbook 1.1.10
SelfRegistration 1.2.3
php_memory_limit: 32M
process_whole_template: false
max_upload_size: 10000000
default_upload_permission: 664
assume_mod_rewrite: false
page_extension: .html
internal_pretty_urls: true
use_hierarchy: true
output_compression: false

~~~~~~~~~~
Post Reply

Return to “Modules/Add-Ons”