Making WordPress.org

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#2199 closed enhancement (fixed)

Make it easier for users to edit their review

Reported by: tacoverdo's profile TacoVerdo Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: Priority: normal
Component: Support Forums Keywords: needs-patch
Cc:

Description

Currently, it's pretty hard for users to find how to edit a review. When you visit your own review of a plugin, there's no hint at all that you can change it as you can see here:
https://www.evernote.com/l/AToHvGep2iRBUa7lvK9u5H424zr3lG3ULYsB/image.png

Earlier today, @clorith suggested adding a notification to inform users about the option to change a review.

This could look something like this:
https://www.evernote.com/l/ATrkQPhdl0ZDz7_JI0Wf8a_twljaLzpN81gB/image.png

Attachments (2)

Add_notification_to_own_review.png (332.8 KB) - added by TacoVerdo 7 years ago.
Example of notification on review page
meta-2199.PNG (41.3 KB) - added by SergeyBiryukov 7 years ago.

Download all attachments as: .zip

Change History (11)

@TacoVerdo
7 years ago

Example of notification on review page

This ticket was mentioned in Slack in #forums by tacoverdo. View the logs.


7 years ago

This ticket was mentioned in Slack in #forums by joostdevalk. View the logs.


7 years ago

#3 @SergeyBiryukov
7 years ago

In 4918:

Support Forums: Fix a typo in [4721] that prevented "Edit Review" link from appearing in plugin/theme sidebar for non-keymasters.

Review is a topic, not a reply.

See #2199, #1977.

#4 @SergeyBiryukov
7 years ago

In 4919:

Support Forums: Move the code to check for current user's existing review for the plugin being viewed to a separate method.

Use the new method to change "Add your own review" button label to "Edit your own review" if the review already exists.

See #2199.

#5 @SergeyBiryukov
7 years ago

For reference, this is how the suggested notice looks in the new theme: meta-2199.PNG.

#6 @SergeyBiryukov
7 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 4920:

Support Forums: Add a notice with an edit link for current user's existing reviews.

Fixes #2199.

#7 @SergeyBiryukov
7 years ago

In 4922:

Support Forums: Use Ratings_Compat::review_exists() to set the text for "Add Review" or "Edit Review" link in plugin/theme sidebar.

This ensures the correct link text in case the previous review was archived.

See #2199.

#8 @SergeyBiryukov
7 years ago

In 4930:

Support Forums: Save bbpress()->topic_query object in Ratings_Compat::review_exists() and restore it in Ratings_Compat::add_topic_form().

This should prevent the query for the current user's review from being overwritten by the main query.

See #2199.

#9 @SergeyBiryukov
7 years ago

In 4934:

Support Forums: Change "Edit your own review" button label to "Edit your review".

See #2199.

Note: See TracTickets for help on using tickets.