NavBar

Atomic

New Member
ok so i've looked around the site and i havn't found anything :[ is there a way to edit you navbar i have vBCMPS instal and i want to put a forum button on my nav bar so they can get to the forum easier

navbar:
navbar.jpg
 
Try something like this <if condition="THIS_SCRIPT == 'index'">navbar link to forum here</if> of course posting your navbar template would be of more use as i suspect your navbar might use image buttons so you if thats the case your gona need to make your own image to. So it would be like <if condition="THIS_SCRIPT == 'index'"><img src="navbar link to forum here" /></if>

http://www.vbteam.info/programming/5003-vbulletin-template-conditionals-list.html that link will help you further.
 
i asked cuz i dont fucking know.i tryed vbulliten-style.xml but i chouldn't find where 2 put it.

so lets think about it like this. NOT EVERY ONE KNOW THINGS ABOUT VB. >:l
 
Atomic said:
i asked cuz i dont fucking know.i tryed vbulliten-style.xml but i chouldn't find where 2 put it.

so lets think about it like this. NOT EVERY ONE KNOW THINGS ABOUT VB. >:l

Your Website ---> Login ---> Admincp ---> Style Manger ---> Search "header" (without the " ") ---> click on header template ---> follow what TechN9ne1730 suggested.

if you have any trouble then copy and paste the whole header template coding here (use CODE tags please
Code:
header template coding here[./code] without the full stop) and i will help you further.
 
well actually xD i second TechN9ne1730 xD your asking about the navbar where do you think it should go and yup no everyone knows about vb but that it's why there's M.A.N.U.A.L.S xD the problem is no one cares to search for them, am i wrong?, ok now you may want to find the psd create the new button go to your navbar template and do what has been suggested above, if you want only to show that in the portal, i don't know if in that style the navbar ( i mean the whole template) is in the header template xD but anyway back up before doing anything, cya
 
Scarface said:
Your Website ---> Login ---> Admincp ---> Style Manger ---> Search "header" (without the " ") ---> click on header template ---> follow what TechN9ne1730 suggested.

if you have any trouble then copy and paste the whole header template coding here (use CODE tags please
Code:
header template coding here[./code] without the full stop) and i will help you further.[/quote]

thankyou. very much
 it worked but i used this insted

<td class="navitem"><a href="index2.php">Forum</a>
 
Back
Top