redirect logout to external html page
|
ASNet0007
Joined: 2006-10-17
Posts: 120 |
Posted: Wed, 2008-06-04 10:58
|
|
I would like to redirect all users that click on the logout button to my entrance page which is just a simple html page located in my root folder. I am on Gallery 2.2.4 Cheers |
|
| Login or register to post comments |

Posts: 12487
modules/core/Logout.inc
find
$results['redirect']['view'] = GALLERY_DEFAULT_VIEW;change to
$results['redirect']['url'] = 'http://YourURL.com/page.html';Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 120
hi
For some reason this has not worked, it returns me to the gallery login page.
I have deleted the template cache.
I am using the Xtreme theme so later I'll have a look at this just in case it uses its own logoff code.
Posts: 12487
ooops:
$results['redirect']['href'] = 'http://YourURL.com/page.html';Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 120
cheers