Thanks for this

I was running Xenon's 3.0 version with some modifications prior to having upgraded to 3.5.4 recently, so was glad to find an easy plugin to do this.
[high]* Dexter_kcd clicks install.
[/high]
With Xenon's old hack I had modified it slightly. On our forum, we preferred the title being shorter ("Alert" instead of "Reported Post In") and seeing the username of the member being alerted, rather than the thread that the alert came from. I did the same to this hack, editing the XML as follows.
Original:
Code:
'title' => 'Reported post in : ' . $threadinfo['title']
Changed to:
Code:
'title' => 'Alert: ' . $postinfo[username]
Dexter...