The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to create a menu in the header
I would like to create a menu like on MobilitySite.com
Can anyone help me please? |
#2
|
|||
|
|||
what type of menu?
|
#3
|
|||
|
|||
What i did for mine was simple, first, look at the navbar code for the menu.
then do something like this: Code:
<table> <tr> <td><!--- VB code for the first menu item ---></td> <td><!--- VB code for the second menu item ---></td> <td><!--- VB code for the third menu item ---></td> <td><!--- VB code for the fourth menu item ---></td> <td><!--- VB code for the fifth menu item ---></td> </tr> <table> If you wanted a custom navbar in your header, the the same thign applies except you put whatever links you want instead of the VB code for the links. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|