I was searching for a possibility to exclude couple of forums from being published into activity stream
Here is the code that was working before but it doesn't anymore on 4.2.pl2. Maybe someone can help and fix it please
plugin at hook postdata_presave
PHP Code:
if (in_array($this->info['forum']['forumid'], array(X, Y, Z))){
$this->set_info('skip_activitystream', true);
}
The code is from here
https://www.vbulletin.com/forum/show...32#post2340532