ok,
This is what I put in my navbar template.
HTML Code:
<if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily ">$vbphrase[todays_posts_nav]</a></td></tr></if>
I put that right after:
HTML Code:
<tr><td class="thead">$vbphrase[quick_links]</td></tr>
I also made a new Global:
title: todays_posts_nav
text: Todays Post
But I am not seeing it under the quick links.
Guess I am lost here now.