The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have a vbulletin wordpress bridge installed and I want the users to login from the wordpress page but I need them to login from vbulletin login page. Is it possible that once they click on the login they go to vbulletin login page and when they click login they get redirected to wordpress?
|
#2
|
||||
|
||||
![]()
Create a plugin on the login_redirect hook setting the URL variable:
Code:
$vbulletin->url = $vbulletin->options['bburl'] . '/myfile.php' . $vbulletin->session->vars['sessionurl_q']; |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|