The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
moving a navbar link
just a quick question, i don't fully understand the drop down parts of the navbar..
I'd like to simply move "new post" to above or below "todays post" in the quick links drop down.. I know some of u will think this is to easy, and I'm not to bad on the vb as a whole, but I never understood this one part, where you place code in 2 spots thank you -Brandon |
#2
|
||||
|
||||
The code for the dropdown box is towards the end of the navbar template, where there is:
Code:
<!-- NAVBAR POPUP MENUS --> |
#3
|
||||
|
||||
To elaborate further on what Krofh has said, in your navbar template find and remove:
Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> Code:
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if> Code:
<if condition="$vboptions['enablesearches'] AND $show['member']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td></tr> <else /> <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td></tr></if> |
#4
|
||||
|
||||
excellent,,
thank you very much for the detailed edit. if I can find the rep on this site, your getting a click. |
#5
|
||||
|
||||
Hahaa. Glad it worked out.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|