1. VW4
  2. Config File Modifications for vBulletin
Printable Version

https://www.vaultwiki.org/pages/Help/VaultWiki-4-Manual/VW4:Config-File-Modifications-for-vBulletin
This page is a chapter in VW4 Creating the Config File

This page has been seen 589,960 times.

    • Created by on
      Last updated by on
If you are using vBulletin, you may need to make some changes to your config.php file to ensure proper operation of VaultWiki and continued smooth operation of your forums.

If you have vBulletin 4 forum software installed, but you have a forum-only license, or your CMS is disabled or unused, find the line:
Code:
define('VW_DEFAULT_SCRIPT', 'content.php');

Replace with:
Code:
define('VW_DEFAULT_SCRIPT', 'forum.php');


If you have vBulletin forum software installed and also have the modification vBSEO installed, find the line that starts:
Code:
define('VW_DEFAULT_SCRIPT'

Change the entire line to:
Code:
define('VW_DEFAULT_SCRIPT', 'vbseo.php');


Once you are satisfied with the changes, save them and upload the updated file to your web server.