The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding an extra nav menu
My site is comeboca.com and my forum is comeboca.com/forums.....does anyone know how I can add the same nav menu i have on my website to my forums page, I would like to add it in the same location as in the website, directly under the header. and this is in order to provide links to the rest of my site, and also to match the vbulletin style as closely as possible to the rest of the website.
|
#2
|
||||
|
||||
This article may help - [How-To] vBulletin API Basics: Creating Custom Pages & Misc.
|
#3
|
|||
|
|||
im not sure if i understand it right, but i dont think i want to start over and make a new template, i just want to add the nav bar, what if i have the code of the nav bar, can't i just place the code somewhere?
|
#4
|
||||
|
||||
You may go to the page source and copy it and paste it into your page. But, if you do it that way, you won't be using any of the conditions that are present in the vbulletin navbar.
|
#5
|
|||
|
|||
ok what i did was add a second nav bar copy of the one i had, right under the header, now all I need to do is get the nav bar to fill the entire page space, like on the other pages of my website...any ideas on how I can do that?
|
#6
|
||||
|
||||
Did you also copy the css for the navbar? If you don't have many links in the navbar, then it doesn't really fill up nicely and you may have to actually give the columns sizes and center them or something like that.
|
#7
|
|||
|
|||
ok i want the nav bar to be the same width as the header which is 998 px, so i changed the width to that measurement, however when i do that, the whole nav bar moves completely out of space to the right, this is the code i have as of right now:
PHP Code:
|
#8
|
||||
|
||||
You have a <div align="center"> before the table, but no </div> after the table. Instead, you seem to have an extra </table> after the table. Did you add that or ??
|
#9
|
|||
|
|||
ok i took the </table> out and added <br /> twice instead, worked!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|