The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing certain forums from 'New Posts'
I have one particular part of the forum which is a very high post ratio. Is it possible to remove this section from being displayed in 'New Posts'
TIA! |
#2
|
||||
|
||||
Inside Forum Manager you can disable "Index New Posts in Search Engine" per forum basis but that will also prevent users from searching in that forum.
|
#3
|
|||
|
|||
The easy way to do this is just a simple modification to the new post link.
You can pass a list of forumids you want excluded from the new post search by using a link like this one; Code:
http://www.forum.com/search.php?do=getnew&exclude=1
You can also pass multiple forumids like so; Code:
http://www.forum.com/search.php?do=getnew&exclude=1,2,3,4,5
|
#4
|
|||
|
|||
Quote:
I have used sebbe's idea at the moment, so thanks for that Would like to be able to exlcude from the new post rather than stop the search function altogether.. Thanks for your time.. |
#5
|
||||
|
||||
I didn't know about the exclude, nice!
Josh, in the navbar template find this HTML Code:
<a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a> HTML Code:
<a href="search.php?$session[sessionurl]do=getnew&exclude=XX,XX,XX" accesskey="2">$vbphrase[new_posts_nav]</a> |
#6
|
|||
|
|||
Thanks sebbe, lets see if I can break this like I do most things
|
#7
|
|||
|
|||
Just came across this, as i was about to ask the same question.
Thanks for the information. |
#8
|
|||
|
|||
Is there any way to do it based on a user rather than a forum? I have RSS feeds into many forums and would find it easier to remove the user from the list.
|
#9
|
||||
|
||||
Quote:
|
#10
|
|||
|
|||
This is really helpful but can someone tell me, if a parent forum is excluded does this cover the child forums or do they need to be specifically excluded as well?
Thanks. EDIT: I have found the parent forum does not implicitly cover the child forums as well. Each forum has to be specifically excluded. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|