PDA

View Full Version : Navigation Bar Help...


Tyluur
05-12-2011, 07:15 PM
I want the navigation bar to show the 'Portal' first, instead of Forum first. But I want the other tabs to remain how they are. I used vBH Tabs plugin for vBulletin 4.1.2.

This is what I mean..

https://vborg.vbsupport.ru/

Lynne
05-12-2011, 09:20 PM
You'll need to ask how to do this in the modification thread.

fnrtop
05-13-2011, 04:56 AM
open your vb/index.php

exchange

// Note: Only uncomment one of these!

// Use the CMS as the default script
//require('content.php');

// Use the forum as the default script
require('forum.php');

with

// Note: Only uncomment one of these!

// Use the CMS as the default script
require('content.php');

// Use the forum as the default script
//require('forum.php');