View Full Version : Vb 4 publishers suit
dejanl
02-27-2010, 04:35 AM
i have vb4 pub suit how to make to open first page forum not cms thank you
egorych
02-27-2010, 08:25 AM
i have vb4 pub suit how to make to open first page forum not cms thank you
it's described in 42-64 lines in index.php
change to this:
/**
* Use the CMS as the default script:
*/
// require('content.php');
/**
* Use the forum as the default script:
*/
require('forum.php');
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.