The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How Can I Edit Existing Nav Bar Template
I need to edit forum nav bar template so it will show an additional nav bar below the main.
This site has the 2 nav bar setup I need...http://forum.rscnet.org...(but not my site)...just visual explanation. Can someone help me out? Thanks all, lsmba |
#2
|
|||
|
|||
in navbar template
Add Before HTML Code:
</div> <!-- / nav buttons bar --> HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:1px;border-bottom-width:1px"> <tr align="center"> <td class="vbmenu_control"> <a href="$vboptions[bburl]/">link</a> </td> <td class="vbmenu_control"> <a href="$vboptions[bburl]/">link</a> </td> <td class="vbmenu_control"> <a href="$vboptions[bburl]/">link</a> </td> <td class="vbmenu_control"> <a href="$vboptions[bburl]/">link</a> </td> <td class="vbmenu_control"> <a href="$vboptions[bburl]/">link</a> </td> </tr> </table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|