*clicks install*
Thanks for this hack. A useful addition would be to give access to this button to only those moderators who can moderate in the forum. Otherwise the button would have been shown in all forums so that moderators can delete in every forum => they would have permissions like super-moderators.
To do this I added:
PHP Code:
<if condition="can_moderate($forum['forumid'])">
...
</if>
Sorry for the terrible english :-)