Yes, in the admin/functions.php.. I have:
$post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]);
// HACK MODALERT
if ($bbuserinfo['userid']>0) {
$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> ";
}
// END HACK
And this is what my postbit template looks like:
<smallfont> $modalert | <a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report
this post to a moderator</a> | $post[iplogged]</smallfont>
However, when you view a post... I just see:
| Report this post to a moderator | IP: Logged
I'm looking around for errors, but don't see any... yet... any ideas?
|