Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Redirect for Logout button Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
timkainu
Newbie
Newbie


Joined: 19 April 2010
Online Status: Offline
Posts: 1
Posted: 19 April 2010 at 12:55am | IP Logged Quote timkainu

Hello, I am wondering if there is any way to have the logout button redirect within the iframe on my joomla site.

Or, just redirect it to any page in general. Thanks!

I am using the lite verson, FYI.

:)
Back to Top View timkainu's Profile Search for other posts by timkainu
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6089
Posted: 19 April 2010 at 1:59am | IP Logged Quote Igor

This is not supported by AfterLogic WebMail out-of-box, the only option in this regard is modifying the source code which is beyond standard support scope.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
nickux
Newbie
Newbie


Joined: 08 July 2010
Online Status: Offline
Posts: 16
Posted: 08 July 2010 at 5:25am | IP Logged Quote nickux

For PRO version perhaps this feature could be added (it's not hard to implement anyway) so it will be made available to those that use the iframe trick.

For those who want to code it themselves, you can check $_GET['mode'] == 'logout' and pass a header('Location: http://whatever.domain.tld/') in your index.php

Search for "if ($mode == 'logout')" block in your installation and change it accordingly. After destroying the session you can pass a header location and also need to exit the PHP there (ie not let it continue). That should be a quick and easy hack.
Back to Top View nickux's Profile Search for other posts by nickux
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide