Content Ratings

Content Ratings 2.8.3

No permission to buy ($35.00)
  • 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
  • Capture conversation message rating stats
  • Fix division by zero in rating bar when a user has no ratings
  • Fix rating stats type key being too long take #2
  • Like
Reactions: Sunka
  • Admin UI polish
    • Smilie to rating importer now requires a rating type category to import items to.
    • Sorting ratings UI now understands rating type categories
    • Misc admin ui bugfixes
  • New Style Property: "Display rating bar location"
    • Support moving rating bar under or above content controls
  • Global option to display uncategorized ratings in summary counts
  • Prevent error when generating daily rating stats breakdowns
  • Like
Reactions: Alien
Back
Top Bottom