Tagged: customization, support, troubleshooting
Hi,
I’ve just installed the custom buddypress plugin developed here to get notifications for new topics started on bbpress subscribed forums, which was discussed here: https://buddydev.com/support/forums/topic/how-to-get-notification-for-new-topic-added-in-subscribed-forum-bbpress/
On my community, I have lots of groups, so getting several buddypress notifications as “1 new topic” and “2 new topics” will confuse the users, as to in which groups the topics were generated.
Would it be possible to change the notification text to something like: “topic <topic_title> created on <group_name>”?
That would also mean that each new topic would generate a buddypress notification, instead of joining all new topics in a single one.
Any help would be greatly appreciated.
Hi Guilherme,
Thank you for posting.I am sorry but we do not support that plugin. It was a simple example for one of our members and we don’t have any plan to support it in future.
If you want to implement the notification like topic created in group, You will most probably need to rewrite some parts.
At the moment, we do not capture the group id.
You will need to capture the current group id there.
Once you do that, changing this line
https://github.com/buddydev/bbp-bp-notify-new-topic/blob/master/includes/class-bbbp-notifier-component.php#L50 to use the group and topic id should do it for you.Regards
Brajesh
You must be logged in to reply to this topic.