Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#768 closed Enhancement (fixed)

Reporting a post shows misleading instructions if rating is disabled

Reported by: Nicolas Owned by: davea
Priority: Minor Milestone: Undetermined
Component: Web - Forums Version:
Keywords: patch forum rating Cc:

Description

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.

Attachments (1)

forum-report.diff (1.4 KB) - added by Nicolas 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Nicolas

Attachment: forum-report.diff added

comment:1 Changed 15 years ago by Nicolas

Keywords: forum rating added

comment:2 Changed 15 years ago by Nicolas

Type: DefectEnhancement

comment:3 Changed 15 years ago by davea

Resolution: fixed
Status: newclosed

(In [16480]) - web: don't show misleading message if forum rating disabled

fixes #768; from Nicolas

Note: See TracTickets for help on using tickets.