The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
You're more then likely going to run out of room with that small style width, but you can try anyways.
I believe the navbar links are being read in the header template... let me know if you can't find them in there... But assuming they are: Open the admincp and go to; styles & templates > style manager > edit templates > header find the following code Code:
<if condition="$show['registerbutton']"> <td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td> </if> Code:
<td class="vbmenu_control"><a href="store.php?$session[sessionurl]">Store</a></td> <td class="vbmenu_control"><a href="search.php?do=getnew">Today's Posts</a></td> As I said, the width of that style is extremely small for fitting all those links in... You may want to take some links out of there... Anyways, Good luck. Jonathan |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|