Hi there,
I got the following from buddypress direct, does you plugin have such ‘hooks’?
—–
You can use the bp_notification_settings hook to add the html options to the members’ notification page.
bp_notification_settings
Then you need to populate those options with any saved values – perhaps the other plugin has hooks for that.
Then you need to handle those options when the Notifications page options are submitted – again, perhaps the other plugin had hooks for that.
So it can be done, but you’ll need a thorough understanding of the other plugin and the Notifications handlers for BP.