The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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!
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|