I think it would be nice to disable the report option in the Settings. Not sure about others, but because I don't allow anonymous posts I have not need for it.
For now I comment out the following line:
// $tags["REPORT"] = "<a href=\"index.php?module=phpwsbb&PHPWSBB_MAN_OP=report&PHPWS_MAN_ITEMS[]=" . $this->getId() . "\"><img src=\"./images/phpwsbb/report.png\" border=\"0\" alt=\"" . $_SESSION["translate"]->it("Report") . "\" title=\"" . $_SESSION["translate"]->it("Report this post to administrator") . "\" /> " . $_SESSION["translate"]->it("Report") . "</a>";
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think it would be nice to disable the report option in the Settings. Not sure about others, but because I don't allow anonymous posts I have not need for it.
For now I comment out the following line:
// $tags["REPORT"] = "<a href=\"index.php?module=phpwsbb&PHPWSBB_MAN_OP=report&PHPWS_MAN_ITEMS[]=" . $this->getId() . "\"><img src=\"./images/phpwsbb/report.png\" border=\"0\" alt=\"" . $_SESSION["translate"]->it("Report") . "\" title=\"" . $_SESSION["translate"]->it("Report this post to administrator") . "\" /> " . $_SESSION["translate"]->it("Report") . "</a>";
Please file RFEs in the RFE tracker.