PDA

View Full Version : Move TODAYS POSTS into the main nav bar


kimtown
02-01-2008, 04:23 PM
How can I move the TODAYS POSTS from the Quick Links drop down menu to the main navigation bar? Like this:
http://simplysplash.com/ssimages/posts.jpg

thanks in advance!!

Freesteyelz
02-01-2008, 09:36 PM
In navbar template where you see:


<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>



Add after:


<!-- 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. :)

kimtown
02-04-2008, 07:08 PM
Worked perfectly! Thank you so much! :up: