The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi
Is there a way of stopping threads within a specific forum showing up on the 'new posts' search? |
#2
|
||||
|
||||
![]()
To exclude forums in the New Posts button, you may add "&exclude=xx" or "&exclude=xx,yy,zz" (separate the forumids by commas) to the end of the New Posts url... ie. "/forums/search.php?do=getnew&exclude=xx" This would normally be in the navbar. I think it occurs in a couple of places there, so you will need to edit each of those urls.
|
#3
|
|||
|
|||
![]()
Isn't this possible from ACP?
Forum Manager > Edit Forum - Go > Index New Posts in Search Engine (Setting this to 'No' will prevent anyone from being able to search in this forum) |
#4
|
|||
|
|||
![]()
Don't think so, thats a totally different thing I beleive.
|
#5
|
|||
|
|||
![]()
What you would have to do is go into the templates and edit the link for new posts.
Open your style go to Navigation / Breadcrumb Templates > navbar The find: Code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td> Code:
<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew&exclude=XX" accesskey="2">$vbphrase[new_posts_nav]</a></td> |
#6
|
||||
|
||||
![]()
Nope, that option only has to do with whether someone may do a search in that forum, not whether it shows up when you ask for New Posts.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|