Great hack, I also added reason, very handy indeed. As for the modifiying admin/functions.php to insert the URL and image for modalert.php
This is the code:
PHP Code:
$modalert="<a href=\"modalert.php?s=$session[sessionhash]&postid=$post[postid]&username=$post[username]\"><img src=\"{imagesfolder}/modalert.gif\" border=\"0\" alt=\"Alert Moderators\"></a> ";
The hack then tells us to put the variable $modalert in postbit, why not just insert that variable vaule into postbit directly? is a there a way to modify template postbit only and omit source code modifications?
Thanks.