The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I think (if I understand you) you can do what you want by creating a plugin using hook location login_redirect and setting $vbulletin->url to what you want. For instance I was able to make it so that admins go to the CMS page by using this code:
Code:
if ($vbulletin->userinfo['usergroupid'] == 6) $vbulletin->url = "content.php"; I know this isn't the programming section, but maybe this will help if you can't find an existing mod. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|