Actions
Bug #2484
closedforum subscription access checking
Description
Implement checking of subscription access to ensure users can not receive forum notifications for groups they do not have access to.
Trigger: checkSubscribers
Usage: $this->integration->trigger ( 'checkSubscribers', $params );
Parse: $params = array ($category, &$userids);
Best approach is to perform a merge on userids then run array_unique.
In addition to this accesstype must be set to communitybuilder in _kunena_categories for all GJ boards. This requires a version check for at least 1.6.2 or database column check (probably safest).
Actions