Recent Topics

1 Jan 04, 2008 04:55    

My b2evolution Version: 2.3.0

I wnat to revome redirect url after any user logout links!

For example:
default logout url:


http://domain.com/htsrv/login.php?action=logout&redirect_to=http://domain.com/index.php/blog


I wnat to change the url like this:


http://domain.com/htsrv/login.php?action=logout


what shoud I do?

2 Jan 15, 2008 07:47

Take a look at inc/users/model/_user.funcs.php around line 240, then really check out lines 256 and 261 and 269. I'm pretty sure that is where the redirects are getting added, so all you have to do is comment them out with // at the beginning of the line.

Untested so if it works it might have side effects you find undesirable.


Form is loading...