The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I started using a new style for my forum, but instead of having "New Posts" the option is for "Today's Posts". A few of my users are upset about the change, so I'm hoping I can replace the function of Todays Posts with New Posts.
Is there anyway I can do this? Thanks! |
|
#2
|
|||
|
|||
|
Check the original vB navbar template for what you need:
Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> <else /> <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td> </if> |
|
#3
|
|||
|
|||
|
So I make these changes to the navbar on the default template?
Sorry, I'm still new to this
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|