Anyone found a solution for v1.9 and above to customize the subject of a notification with the new Notification system. I saw Matt was not updating his notification_subjects plugin for v1.9 as his current projects are 1.8.
Brad
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Juho Jaakkola@juho.jaakkola
Juho Jaakkola - 0 likes
You must log in to post replies.Register a plugin hook handler for the desired type:
https://github.com/Elgg/Elgg/blob/1.9/mod/blog/start.php#L41
And edit the title, body and/or summary in the handler:
https://github.com/Elgg/Elgg/blob/1.9/mod/blog/start.php#L248