The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I'd like to add "Today's Posts" into the menu bar
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?
|
#2
|
|||
|
|||
This will place "Today's Posts" before "New Posts"
In you navbar template look for Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> <if condition="$show['popups']"> <if condition="$show['searchbuttons']"> Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> |
#3
|
|||
|
|||
Sorry for the delayed thanks but THANKS!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|