New Topics Not Working (with fix)
-
We’re experiencing problems with new topics in groups not sending to group members. The problem seems to be on line 470 of bp-activity-subscription-functions.php where you test for bbp_topic_create. Based on a system-wide search, that type doesn’t seem to be used or created anywhere. Instead, the correct type appears to be: ‘activity_update’.
To fix this problem, we changed line 470 to read as follows:
if ( $group_status == 'supersub' || ( $group_status == 'sub' && $type == 'bbp_topic_create' ) || ( $group_status == 'sub' && $type == 'activity_update' ) ) {
You may want to look into this problem in future versions.
https://www.ads-software.com/extend/plugins/buddypress-group-email-subscription/
- The topic ‘New Topics Not Working (with fix)’ is closed to new replies.