PDA

View Full Version : Activity stream


GKPet
05-26-2012, 12:56 PM
How do I prevent it from capturing activity from particular areas or disable it altogether?

dacho
05-26-2012, 02:14 PM
I guess it shows according to user permissions

Lynne
05-26-2012, 02:30 PM
It does show based on the user's permissions.

I wrote this over on vb.com on how to edit it to not show certain forums:

Currently, in vb/activitiystream/view/perm/forum/post.php and thread.php, add this to the query:


AND
t.forumid NOT IN (2)
change 2 to whatever forum you like or add several like:

AND
t.forumid NOT IN (2,4,6,8)

Boofo
05-26-2012, 02:55 PM
They don't have any hooks to add to those queries?

Lynne
05-26-2012, 03:07 PM
Nope

Boofo
05-26-2012, 03:15 PM
Take care of them adding that for me then would you, dear? ;)

GKPet
05-26-2012, 04:10 PM
when I say particular areas, I also mean areas like visitor profile, etc..

Lynne
05-26-2012, 06:06 PM
I gave you an example of what you need to do. That example excludes certain forums from showing. If you want to do other areas, then you would do something similar in the other files.

And just for you boofo, dear - http://tracker.vbulletin.com/browse/VBIV-15186

Boofo
05-26-2012, 06:20 PM
Excellent! Thank you, young lady. ;)

You have been added to the "$5 or more for gift' on my Christmas card list. ;)