The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need help with header nagivation
I am so new about Vbulletin and still trying to get a hang of it.
This is the original version of the board: original This is the version I would like to get: Iwouldliketoget I know barely anything about coding. Is there any mods for this or can someone help me out with the code? Here are the codes in the "header". I didn't code this myself. Just copy from different places. PHP Code:
|
#2
|
|||
|
|||
Is the code you have posted the header for the "original"?
Here is the basic structure for a custom navbar that I use sometimes: HTML Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"><tr> <td class="alt1" align="center" width="20%"> <a href="" target="_blank">Link For Sale</a> </td> <td class="alt1" align="center" width="20%"> <a href="" target="_blank">Link For Sale</a> </td> <td class="alt1" align="center" width="20%"> <a href="" target="_blank">Link For Sale</a> </td> </td> <td class="alt1" align="center" width="20%"> <a href="" target="_blank">Link For Sale</a> </td> <td class="alt1" align="center" width="20%"> <a href="" target="_blank">Link For Sale</a> </td> </tr> </table> .mynavbar { add you attributes here font color font size etc... } Then you would add the class definition to your Main CSS page in the bottom box. HTH |
#3
|
|||
|
|||
yeah it's the original. I don't know what they do, but yeah.
|
#4
|
|||
|
|||
Ok, you will have to play around with it a little bit to make it work but it will. Logically, that menu should be inserted in the code block that displays the header image. Can you make the two images that are called available? I can try to test it to tell you which one.
Here is an alternative way to generate the menu items using <div> tags: HTML Code:
<div align="center"> <span class="spacer"><a href="" target="_blank">Link For Sale</a></span> <span class="spacer"><a href="" target="_blank">Link For Sale</a></span> <span class="spacer"><a href="" target="_blank">Link For Sale</a></span> </div> |
#5
|
|||
|
|||
thank you after playing with it I got what I wanted
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|