Content Ratings

Content Ratings 2.6.0

No permission to buy ($35.00)
  • Fix support for content types which implement the "Like" handler instead of "Reaction" handler
  • Work-around for 3rd party reaction implementations which are not structured as expected
    • On rebuilding reaction data, this add-on skips reaction_class_handler entities which do not have a linked entity entity
  • Like
Reactions: thumped and Sunka
  • XF2.2.7 compatibility fix where reacting content with a non-active but visible reaction does not display
    • Rebuilds reaction cache's for content only if this condition applies to them
  • Like
Reactions: Sunka
  • When attempting to update image dimensions for Core Web Vitals, improve extracting svg dimensions
  • Like
Reactions: Sunka
  • Force global namespace for functions which are known to be optimizable to bytecode in php
  • Support storing height/width for non-sprite images, as to avoid page reflows and improve Core Web Vitals
    • Helper method fetches the public reaction images and extracts height/width as required
    • If using Svg Template, recommend Svg Template v2.3.2+
  • Like
Reactions: Sunka
  • Fix that "small" and "medium" reaction icon css was not implemented (ie reactions in alerts)
    To revert, edit sv_contentratings.less in your default style and remove the &.sv-rating-type--small { ... } and &.sv-rating-type--medium { ... } blocks
  • Fix "XF template" feature did not save a value
  • Support Svg Template add-on (free) in "XF Template" feature.
    Entering a template name ending in 'svg' (ie example.svg) will render as a link instead as an inline template
  • Like
Reactions: Sunka
  • Fix reaction list for visible but not usable reactions not displaying
  • Fix that reacting to content with a visible but not usable reaction removes the non-usable reaction from displaying on the content
  • Like
Reactions: vbuser and Sunka
  • XF2.2 compatibility fix with stats block not being extended as expected
  • Like
Reactions: Sunka
  • Fix UI.X compatibility issue on importing styles
  • Like
Reactions: Sunka
  • Fix MySQL 8+ compatibility when uninstalling
  • Like
Reactions: Sunka
Top Bottom