The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
you could do it in VB2 easily, just by saying something like this:
Code:
<?PHP require 'global.php'; if ($bbuserinfo[userid] == 0) { include 'ssi-login.php'; } else { include 'ssi-stats.php'; } But with VB3, im not so sure how to do it. Best bet is to take a look at the coding in VB3 and check out how they look for unknown users. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|