Author |
|
timkainu Newbie
Joined: 19 April 2010
Online Status: Offline Posts: 1
|
Posted: 19 April 2010 at 12:55am | IP Logged
|
|
|
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 |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 19 April 2010 at 1:59am | IP Logged
|
|
|
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 |
|
|
nickux Newbie
Joined: 08 July 2010
Online Status: Offline Posts: 16
|
Posted: 08 July 2010 at 5:25am | IP Logged
|
|
|
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 |
|
|