The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Thanks for the feed back everyone! I'm running 2.2.9. i would like it so people can still use the search functions, just have it hidden from the "View New Posts" feature. If there's no way around it, then I guess I'll just have to make it so people cant search it.
Thanks again everyone! |
#12
|
|||
|
|||
Quote:
Thanks! |
#13
|
|||
|
|||
For vB2.x look in the search.php file for:
$action=="getnew" scroll down about 19 lines and you'll see two lines that start with: $wheresql.= Below those two lines add: $wheresql.=" AND thread.forumid<>##"; replace ## with the forumid of the forum you don't want to include in view new posts. You can put multiple forums multiple forums in there by adding another AND thread.forumid<>## inside the quotes. You can find the forum ID by going to that forum and looking in the url. You can also do the same thing in the "View Today's Active Threads" for users not logged in by searching for: $action=="getdaily" in the same file and making the same changes. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|