The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Activity Stream how to exclude question
Is there a way to exclude selected forums from the activity stream display? if not a selected forum, possible a selected user?
I have a user set up called RSS_FEEDS for several RSS Feed forums. I would prefer that these RSS feed posts not show up in the activity stream. thanks |
#2
|
||||
|
||||
Currently, to exclude certain forums from the activity stream, in vb/activitiystream/view/perm/forum/post.php and thread.php, add this to the query:
PHP Code:
PHP Code:
|
#3
|
|||
|
|||
where do I add this in the php? I know you say to the query....but I am not that up on code...so any more insight would be great!
|
#4
|
|||
|
|||
Quote:
WHERE p.postid IN (" . implode(",", array_keys($this->content['postid'])) . ") AND p.visible <> 2 AND t.visible <> 2 AND t.forumid NOT IN (66,67,40,41,63,86,94,101) |
#5
|
|||
|
|||
thank you. thought that is where it was, just wanted to be sure.
--------------- Added [DATE]1364903658[/DATE] at [TIME]1364903658[/TIME] --------------- The php edit worked great for getting the posts out of the activity stream, but is there a way to eliminate them from the unread posts also? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|