View Full Version : I'd like to add "Today's Posts" into the menu bar
gazzak
12-08-2006, 07:47 PM
Rather than click onto quick linksm then select today's posts, I'd like today's posts to be viewable from the main navigation menu so that lazy users can see it always. Is this possible?
dyna88
12-08-2006, 09:12 PM
This will place "Today's Posts" before "New Posts"
In you navbar template look for
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
<if condition="$show['popups']">
<if condition="$show['searchbuttons']">
After add:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
gazzak
12-13-2006, 12:55 PM
Sorry for the delayed thanks but THANKS!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.