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.
All the other forum posts I found redirect to other gallery pages internal to the site.

I am on Gallery 2.2.4

Cheers

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 12487
Posted: Wed, 2008-06-04 13:34

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

Login or register to post comments
ASNet0007

Joined: 2006-10-17
Posts: 120
Posted: Thu, 2008-06-05 06:37

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.

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 12487
Posted: Wed, 2008-06-11 04:59

ooops:
$results['redirect']['href'] = 'http://YourURL.com/page.html';

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
ASNet0007

Joined: 2006-10-17
Posts: 120
Posted: Wed, 2008-06-11 08:20

cheers

Login or register to post comments