Mackenzie s
05-17-2007, 10:00 PM
Description: Adds a "Today's Posts" and a "New Posts" link to the pop-up search box in the navbar. Look at the before and after attached pictures for more info.
Instructions:
1) Edit the "navbar" template. Styles & Templates --> Style Manager --> Navigation/Breadcrumb Templates --> navbar
2) Find:
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
Add below:
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">New Posts</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">Today's Posts</a></td>
Simple yet nice looking. :)
Please Press INSTALLED (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=147519)! Thanks.
Instructions:
1) Edit the "navbar" template. Styles & Templates --> Style Manager --> Navigation/Breadcrumb Templates --> navbar
2) Find:
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
Add below:
</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">New Posts</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">Today's Posts</a></td>
Simple yet nice looking. :)
Please Press INSTALLED (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=147519)! Thanks.