The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
Also don't forget to double check your index.php file and change the default script if required:
Code:
/** * Use the CMS as the default script: */ require('content.php'); /** * Use the forum as the default script: */ // require('forum.php'); ![]() New example: Code:
/** * Use the CMS as the default script: */ // require('content.php'); /** * Use the forum as the default script: */ require('forum.php'); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|