Log in

View Full Version : i have a question


The360Place
04-04-2008, 12:32 AM
well is there a way i have put a link in the nav bar of my forum and have it link to my 2 other sites. if so, can someone tell me how to do it. my vbulletin forum's version is 3.6.8. thanks.

SEOvB
04-04-2008, 12:43 AM
open up navbar template add

<td class="vbmenu_control"><a href="site">Site</a></td>

to where all the other navbar buttons are. The code is commented and can be found by reading thru the template, or using the search feature here.....

Yea its as simple as that...