Change:
HTML Code:
/** * Use the CMS as the default script: */ require('content.php'); /** * Use the forum as the default script: */ // require('forum.php');
HTML Code:
/** * Use the CMS as the default script: */ // require('content.php'); /** * Use the forum as the default script: */ require('forum.php');
Next, go into your style templates > vbcms_navbar_link
Comment the entire thing out ie. <!-- all template contents in here --> OR delete the entire template, then when you want to use it, revert it to restore its use.
You then just manually go to your content.php page.
Alternatively, you can just disable the product, as per license agreement, you can install a development version in a locked folder: http://www.vbulletin.com/forum/conte...ng-A-Test-Site and develop the CMS, download it, upload it into your live site.
Leave a comment: