The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Going straight for the forum?
Hi is the a way so that the first page people see is that of the forum and not the cms....any setting etc I can change?
|
#2
|
||||
|
||||
Same here. I am interested to know how to do this.
|
#3
|
||||
|
||||
install the forum in the root?
|
#4
|
||||
|
||||
Edit the index.php file.
Find: Code:
// Use the CMS as the default script require('content.php'); // Use the forum as the default script //require('forum.php'); Code:
// Use the CMS as the default script //require('content.php'); // Use the forum as the default script require('forum.php'); |
#5
|
||||
|
||||
Thanks! It works!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|