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)
- Fix viewing rating lists for profile post & profile post comments
- Fix "Show ratings on thread list" causing "Accessed unknown getter 'Likes' on XF:Thread"
- Add activity details for ratings controller
- Improve responsiveness of inline rate menu on small screens.
- Improve various background jobs to scale automatically based on server performance instead of fixed batch sizes
- Populate a thread's like total when the first post is liked
- A background task will re-sync thread like totals to the first post like totals on install
- Add "Display rating type titles with rating counts" style property
- The "Display rating type titles alongside icons" style property did not add the text to the count.
- Add "Tooltip rate menu container" style property
- "Rate button" style property now applies when "Rate menu location" is set to "In-place of XF Like button"
- Push rating icon up so the Like text should be inline with the other controls
- Fix error on when viewing a members rating list just after adding or deleting a rating.
- Remove Beta flag from Post Rating importer
- Fix thread redirect support when displaying ratings on the thread list
- Tweak performance for displaying ratings on thread list with large number of threads and ratings configured
- On merging posts, retain likes/ratings from posts being deleted
- Respect Like alert optouts
- Add CSS separators between numerical received rating summary (on postbit, profile, etc)
- To adjust override
.rating-summary__count:after
or adjust the sv_contentratings.less
template
- New template macro:
sv_contentratings_macros::rating_summary
- Add 'Rating Category Summary' style property
- On a user's rating summary page, show totals for given/received count on a category.
- Add 'Rating Category Collapsible' style property
- On a user's rating summary page, clicking on a rating category will collapse or expand it.
- Support showing the first post ratings in the thread list
- global option to enable support (default disabled)
- sort from higest to lowest (default true)
- Show only X ratings (default 1)
-
- Fix user merging not correctly handling ratings
- Tweak importer transaction handling around content cache rebuild
- Fix issue when the rating list loaded in an overlay, would have a obscured category header.