Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Adding category to notification email subject or body
![Vantucken](https://secure.gravatar.com/avatar/e987da6dc7ee82d3e4200428b4f1e698/?default=https%3A%2F%2Fvanillicon.com%2Fe0d29740b53926a865f7743c1ff4ada6_100.png&rating=g&size=100)
Hi there!
Is it possible to add the forum category to the subject or body of a notification email message? So when a new post or comment is added, the notification includes the category. I'm using the latest version of Vanilla, and have grep'd my way through most of the locale's but can't seem to figure this one out..
TIA!
-Jeff
0
Comments
You are looking for the activity headline formats:
https://github.com/vanilla/locales/blob/master/tx-source/site_core.php#L574-L576
The category is in the data portion of the activity, so you should be able to use it like this:
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Thanks a lot for this! Worked like a charm.