Marcel van der Boom 7f99ce0580 Allow on/off switch for all activity notifications.
Default behaviour was/is to do all actitivity notifications supported by plugin.
Configure is in the config file by passing array with keyed boolean values like:

addPlugin('Activity', array(
			    'StartFollowUser' => true,
			    'StopFollowUser' => false,
			    'JoinGroup' => true,
			    'LeaveGroup' => true,
			    'StartLike' => true,
			    'StopLike' => false));
2011-06-17 13:37:16 +02:00
2010-11-15 10:38:49 -05:00
2010-10-27 11:44:08 -04:00
Description
No description provided
310 MiB
Languages
PHP 77.5%
Gettext Catalog 9%
HTML 6.9%
JSONLD 3.5%
CSS 1.7%
Other 1.3%