The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Move TODAYS POSTS into the main nav bar
How can I move the TODAYS POSTS from the Quick Links drop down menu to the main navigation bar? Like this:
thanks in advance!! |
#2
|
||||
|
||||
In navbar template where you see:
Code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> Add after: Code:
<!-- today's posts --> <if condition="$vboptions['enablesearches']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> <!-- / today's posts --> See if that helps. |
#3
|
|||
|
|||
Worked perfectly! Thank you so much! :up:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|