The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
Include your forums global.php file.
Then start with the example/examples below. For html code: Code:
<?php If ($vbulletin->userinfo['userid']!=0) { ?> Enter Html code here <?php } else { echo '<center><span style="color:#FF0000;"><b>You must be a registered member to view this page.</b></span><br /><a href="javascript:history.go(-1)">GO BACK</a></center>'; } ?> Code:
<?php If ($vbulletin->userinfo['userid']!=0) { Enter php code here } else { echo '<center><span style="color:#FF0000;"><b>You must be a registered member to view this page.</b></span><br /><a href="javascript:history.go(-1)">GO BACK</a></center>'; } ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|