Great post Lynne! I'm not that great at hacks, but I managed to get this to work for a CMS news section. I thought others may want to know how to do this too. This is how I did it:
Copy the original vBulletin file "content.php" and save as "about.php" (or whatever filename you wish)
In your new about.php file Change:
Code:
define('CMS_SCRIPT', true);
define('THIS_SCRIPT', 'vbcms');
to
Code:
// define('CMS_SCRIPT', true);
define('THIS_SCRIPT', 'about_ridehub');
Ensure you comment out the first line as shown about, this stops the default CMS section links from showing in the lower area. I used "about_ridehub' for THIS_SCRIPT, but you can use anything you want, just make sure it is unique and set as per this How-To.
Upload your new .php file to forum root.
Make sure the CMS section you want this new nav bar to work with is "Not Published" otherwise Google will find duplicate content. This can be done in the Section Manager in the AdminCP.
Now instead of linking to (for example):
http://www.yoursite.co.uk/content.php/48-About
You can use:
http://www.yoursite.co.uk/about.php/48-About
Add these links to the menu bar, and it should all work ok.
See here for an example:
http://www.ridehub.co.uk/about.php/48-What-is-RideHub