The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is it possible to skip redirecting page after login / logout ?
|
#2
|
|||
|
|||
![]()
You want to skip the "Thank you for loggin in" intermediate page?
|
#3
|
||||
|
||||
![]()
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.
|
#4
|
|||
|
|||
![]()
Yeah is it possible? To be honest it's really annoying.
|
#5
|
|||
|
|||
![]()
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. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|