The Arcive of vBulletin Modifications Site. |
|
Exclude forum from New Posts and Today's Posts Details »»
|
|||||||||||||||||||||||||||||
|
Exclude forum from New Posts and Today's Posts
Developer Last Online: May 2019
Here is an easy way to exclude forums from New Posts and Today's Posts.
Edit the search.php file. PHP Code:
Download Now
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Hi Andy
I suppose works to 4.0.1 too? Tks in advance |
|
#3
|
|||
|
|||
|
I tried and yes it does. Now I can at last remove the vBCMSComments thread from these searches.
So thanks indeed. |
|
#4
|
||||
|
||||
|
i'll try this one out
thanks tag br gsmph |
|
#5
|
|||
|
|||
|
Is there a way do this just for todays and new messages. When this hack installed that forums are all exculded from searchs.
|
|
#6
|
|||
|
|||
|
Quote:
Code:
$foo = $_GET['do'];
if ($foo == 'getnew' OR $foo == 'getdaily') {
$vbulletin->GPC['exclude'] .= ',1,2,3,4';
}
|
|
#7
|
||||
|
||||
|
is there a hack that allows members to choose which forums to exclude for themselves?
|
|
#8
|
||||
|
||||
|
Add-ons must be provided as a downloadable file - in this case a text file with the instructions, thanks.
|
|
#9
|
||||
|
||||
|
That's easy enough with the default search by adding &exclude=forumnumber1, forumnumber2 . Include works the same way. Of course, they'll probably want to save this search to their browser bar.
|
|
#10
|
||||
|
||||
|
so... is there a hack that makes it easy for the normal user to do it?
I'm not going to try to explain that to 8000 people lol
|
![]() |
|
|