The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hide New Posts in some forum !
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. |
#2
|
||||
|
||||
Hello,
In your navbar template find: Code:
<a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a> Code:
<a href="search.php?$session[sessionurl]do=getnew&exclude=X" accesskey="2">$vbphrase[new_posts_nav]</a> Another great way to do this is to install this modification: https://vborg.vbsupport.ru/showthread.php?t=91025 |
#3
|
||||
|
||||
Code:
<a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts] </a> is ok if i edit like Code:
<a href="search.php?$session[sessionurl]do=getdaily&exclude=XXX">$vbphrase[todays_posts] </a> thanks |
#4
|
|||
|
|||
This helped me =) thanks a lot Rich
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|