@kmligue
Active 3 years, 11 months ago
-
Paul Wong-Gibbs replied to the topic [Resolved] Add more option in Email Notification in the forum How-to & Troubleshooting 8 years, 2 months ago
Hi @kmligue
Yes, but not elegantly. This screen is pretty old and we’ve recently been discussing how to improve it, and building out an API for this was suggested.
What you should do is hook to the
bp_notification_settings
action, and output the HTML template yourself. Seegroups_screen_notification_settings()
for an example.