JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Content Ratings
2.8.5
No permission to buy ($35.00)
Patch around XF behaviour which causes exessive recomputing of user's reaction scores
Improve compatibility with non-extended content types
Fix javascript error "TypeError: Cannot read property 'content' of undefined" with some non-extended content types
Remove legacy XF2.0 support for XenPorta2
Allow importing multiple Post Ratings to an existing XenForo reaction definition
When extended non-core content types, fix incorrect css being applied in fallback case resulting in sprite-based reaction icons not displaying as expected
Workaround for older browsers which can't handle inline-flex
Fix deleting reaction on XFMG/XFRM which triggers template warnings
Fix thread first post's reactions linking from thread list
Fix emoji reaction sizing issues
Fix that the style properties "Reaction"/"Reaction icon"/"Reaction icon container"/"Reaction text" where not applying
Reduce deadlocking when updating user records by ensuring a consistently ordering is used when applying updates
Fix removing reactions did not show, and rework UI to be saner
Respect 'small' and 'medium' sizes in relevant places in the UI
Emoji/Text reactions font-sizes are now style-property controlled instead of picking up the ambient size
Fix reaction counts not incrementing for new users when using MySQL/MariaDB json functions, requires a rebuild of reaction counts to correct
Fix edge case where reaction counts may decrease after a manual rebuild when configured not to
Fix importer; Correctly extract Post Reaction rating names when displaying post ratings to map to existing reactions
Fix importer; Ensure reaction scores are imported from Post Rating category information
Fix rebuilding user given/received counts could result in reducing reaction counts
Ensure given reaction index on xf_reaction_content exists if the rebuild job is triggered (happens automatically on importing)
When rebuilding received reaction counts, also rebuild the user's reaction score
Decouple "Display message user info reaction counts as a bar" style property from requiring "Message user info elements" to have "Reaction score" set
Fix disabling Like (ie default reaction) via restrictions disables all reactions where the Like reaction is disabled
Fix issue looking at reactions when content has been hard deleted
Ensure reaction columns are not logged by user change logging
Allow use of mysql/mariadb json functions (hopefully reduced deadlocking for busy forums)