Knowledge Base Article

How to change the default vBulletin script?

The vBulletin 4 application comes with two main scripts: Forum and CMS. You can switch between them by editing the index.php file. If you want your visitors to open the CMS part by default, uncomment (remove the // string) the following line:

require('content.php');

Otherwise, if you want the visitors to load directly the Forum part, uncomment the following line:

require('forum.php');

Only one of the above lines can be uncommented. Put the // string in front of the other.



Rating

Please indicate if this article was helpful for you.

rating :  5.0 from 5
views :  709
votes :  3

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!