Page 1 of 1

[Solved] [FEU] Logout problems

Posted: Tue Mar 03, 2009 12:58 am
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

Re: [FEU] Logout problems

Posted: Tue Mar 03, 2009 11:50 pm
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

Re: [Solved] [FEU] Logout problems

Posted: Wed Jul 29, 2009 5:13 pm
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

~~~~~~~~~~