![]() |
moving a navbar link
1 Attachment(s)
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 |
The code for the dropdown box is towards the end of the navbar template, where there is:
Code:
<!-- NAVBAR POPUP MENUS --> |
To elaborate further on what Krofh has said, in your navbar template find and remove:
Code:
<if condition="$show['member']"> 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> |
excellent,,
thank you very much for the detailed edit. if I can find the rep on this site, your getting a click. :p |
Hahaa. Glad it worked out. :)
|
All times are GMT. The time now is 12:20 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|