Quote:
Originally Posted by MrSquid
Yes - I'm with CSS59 - I want "Today's Posts" next to "What's New" too. I'm building a new style and want it like that on this new one.
I took over a site from another admin, and somehow he had accomplished that in our old style, but I can't figure out HOW he did it.
|
I dont want New Posts at all so I replaced it with Today's posts.
Find in Navbar
HTML Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
Replace with:
HTML Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>