![]() |
Skip redirecting page after login / logout
Is it possible to skip redirecting page after login / logout ?
|
You want to skip the "Thank you for loggin in" intermediate page?
|
Pretty sure vbulletin skips every single redirect possible. It wasn't possible ages ago, which is why there is still a redirect login. Something to do with cookies.
|
Quote:
|
In includes/function_login.php around line 449 (the last line in function do_login_redirect()) is this:
Code:
print_standard_redirect(array('redirect_login',$vbulletin->userinfo['username']), true, true, $vbulletin->userinfo['languageid']); If you edit that file and change the 3rd parameter (the second 'true' which is marked in red) to false, it should eliminate that message. Offhand I don't see any way to do it in a plugin. |
All times are GMT. The time now is 02:31 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|