The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Exclude a forum from 'Todays Posts'
Hello,
Is it possible to exclude posts written in 'XXXX' forum from 'Todays Posts' list? For example I have an "Off-topic" forum, that is getting several post per day, but I really don't want to have it take up half of the 'Todays Posts' results since the topics are irrelevant my site. Thanks! |
#2
|
||||
|
||||
Create a new plugin...
Hook Location: search_start Title: Exclude Off-topic from Today's Posts Plugin PHP Code: Code:
if ($_REQUEST['do'] == 'getnew' OR $_REQUEST['do'] == 'getdaily') { $_REQUEST['exclude'] .= ',99'; } |
#3
|
|||
|
|||
You can just edit the URL instead. Here's a guide on the subject:
http://www.vbulletin.com/forum/showthread.php?t=172811 |
#4
|
||||
|
||||
Quote:
|
#5
|
|||
|
|||
Also, when I tried that, it kept attaching an SID and would not remember the URL. I will watch this thread to see how the plugin works for someone else because I have never done one before and I am a scaredy cat. :erm:
|
#6
|
|||
|
|||
Thanks!
Next question: is it possible to exclude from 'Totays Posts' results post written by specyfic user? |
#7
|
||||
|
||||
this is perfect!
this should be made into a product!! thanks |
#8
|
|||
|
|||
There was a plugin for 3.5 that did this and you could select in your UserCP which forums you wanted to show up. Anyone know where that plugin is?
|
#9
|
|||
|
|||
I will add.. if your running VBSEO, you have to turn it off to get the true forum ID number to get the above plugin to work
Thanks!!! |
#10
|
|||
|
|||
Quote:
Thanks. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|