Quote:
Originally Posted by Lynne
Disable the vBulletin CMS Product under Plugins & Products > Manage Products.
|
Done and it works perfectly. Thank you.
Quote:
Originally Posted by HMBeaty
Also, edit your index.php file and change:
PHP Code:
require('content.php');
And
PHP Code:
// require('forum.php');
To:
PHP Code:
// require('content.php');
And
PHP Code:
require('forum.php');
|
I don't understand HMBeaty. I guess you mean to replace:
PHP Code:
require('content.php');
with
PHP Code:
require('forum.php');
[/QUOTE]
PHP Code:
// require('content.php');
with
PHP Code:
// require('forum.php');
But what is it for

?