View Full Version : Hide New Posts in some forum !
Bisha
03-18-2006, 08:29 AM
hi i have e question.
i wont that when i click in NEW POSTS in the bar menu some forums like (chit-chat) don't show the new posts...
i see tha some forum make this.
did you andestand. how i can make this.
Hello,
In your navbar template find:
<a
href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a>
Change it to:
<a href="search.php?$session[sessionurl]do=getnew&exclude=X" accesskey="2">$vbphrase[new_posts_nav]</a>
The "X" will be the forum id you do not want displayed. To stop more than one forum from displaying, just seperate the forum ids with commas.
Another great way to do this is to install this modification:
https://vborg.vbsupport.ru/showthread.php?t=91025
Bisha
03-19-2006, 01:50 PM
<a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]
</a>
i find this
is ok if i edit like
<a href="search.php?$session[sessionurl]do=getdaily&exclude=XXX">$vbphrase[todays_posts]
</a>
or is not the same ?
thanks
kidron
07-11-2006, 03:59 AM
This helped me =) thanks a lot Rich
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.