Reporting a post shows misleading instructions if rating is disabled
If forum rating is disabled using <no_forum_rating>
in config.xml
, the forum reporting page still shows the following text:
Before reporting this post please consider using the +/- rating system instead. If enough users agree on rating a post negatively it will eventually be hidden.
You can find the rating system at the bottom of the post.
However, there is no +/- rating system available at the bottom of posts.
I attached a patch that checks for the setting in forum_report_post.php, and removes the text if necessary.
(In [16480]) - web: don't show misleading message if forum rating disabled