Content Ratings

Content Ratings 2.8.5

No permission to buy ($35.00)
  • Tweaks for rating building to reduce deadlocks
  • Fix cases where a non-visible rating would leak when the viewer has also issued rated the content with the same type.
    • For a usable but not visible rating, a user can see their own ratings.
    • Content rating lists can indicate via the category grouping overall percentage IF there are multiple categories. ie; positive ratings are visible but negative ratings are private.
    • Other users will not receive alerts or be able to see who gave them a non-visible rating.
  • Like
Reactions: Sunka
1.0.0 release, as this has been production ready for most of the 0.14.x release version.


Changes from 0.14.4
  • Harden rating rebuild counts to prevent losing ratings when performing a rebuild (slightly slower)
  • Add warning that rating totals can be reduced when running rebuild tasks.
    • Option to allow rating totals to be decreased on a rebuild, disabled by default.
  • Ensure rebuild task correctly rebuilds Given Like totals.
  • Like
Reactions: Sunka and FloV
  • Fix "Data too long for column 'stats_type' ", requires updating existing stats.
  • Fix for BIGINT UNSIGNED out of range on decrementing when rating count is 0
  • Fix php compatibility issue " Cannot use XF\Entity\User as User because the name is already in use"
  • Rework content rating list
    • Group by category by default with percentage rating bar, if more than 2 categories are used.
    • Rework individual rating header to display better.
  • Like
Reactions: skullmund and Sunka
  • Fix given rating count rebuilder
    • Previously the rebuilder would fail, and general a large number of superfluous errors
  • Fix pagination on content rating listing
  • Add "Ratings for Deleted/Guest users" global option to control how ratings are usable on guest posts
  • Performance tweaks for Received/Given Rating pages
  • Fix Given Rating's count re-builder
    • Causes a rebuild of given user counts to be triggered on upgrade
  • Fix error on viewing rated guest posts
  • Match visitor rating BG color to the rating count BG color
  • Fix highlighting a user's rating on content when the rating is the "Like" rating type
  • Fix a typo causing HTML to be incorrectly rendered in the postbit
  • Like
Reactions: Jarod and Sunka
  • Added & fixes for style properties
    • Make inline rate menu responsive & other rating bar fixes
    • "Fade-in inline rate menu on message hover" should more reliably work
    • Left-align style property
    • "Rating (visitor)" style property for displaying which rating is selected by a user.
    • "Display rating type titles alongside icons" style property, to control if the rating title is added to various places with the icon
    • "Show empty ratings in user rating summary" to skip showing ratings a user has neither given or recieved in the user rating summary
  • Track ratings given by a user
    • Updated Post Rating importer
    • User given counts rebuild task will run on upgrade
    • CLI task to rebuild user given counts;
      Code:
      php cmd.php xf-rebuild:svcr-user-given-counts
  • Rework content rating lists.
    • For content with multiple categories, display a visual bar and tab-based category navigation.
    • Otherwise, shows a list of ratings by date, grouped by rating type. With
  • Improve robustness of the add-on during upgrading, functionality should disable without causing errors breaking the page
  • Only apply visibility checks, and not usability/restrictions when viewing content's ratings
  • Workaround for XF style properties not being correctly copied into the distributable zip
  • Like
Reactions: Jarod and Sunka
  • Don't open tooltip on hover if open on click is enabled
  • On-hovering over an rating, the tooltip is pushed above the rating selection box.
    • This mostly impacts touch and when multiple rows of ratings can be selected
  • Suppress error if rating content multiple times rapid succession
  • New style property - Rate menu type "Inline" (ie like XF1 Post Rating)
  • New style property - "Left-align current ratings in the rating bar"
  • Reorganize style properties, ordering & naming cleanup
  • Like
Reactions: Jarod and Sunka
  • Support ratings/reactions on posts when XenPorta2 is installed
  • Like
Reactions: Sunka
Back
Top Bottom