Content Ratings

Content Ratings 2.7.6

No permission to buy ($35.00)
  • Initial php 8.2 compatibility update
  • When rebuilding reaction totals, skip content types which do not correctly define the entity content_type_field according to XF conventions.
Note; The 2.4.x branch will be the last version line to support XenForo 2.1, with future feature updates requiring XenForo 2.2+

  • Fix incorrect visibility change of some extended reaction entity methods
  • Do not trigger style cache invalidation when editing reaction categories or reactions which do not touch attributes used in css.
  • Remove duplicate breadcrumb entry when editing a reaction
  • Add date range criteria to restrictions, with filter to exclude/include reactions which are disabled by scheduled start/stop
  • Fix inactive but visible reactions not displaying in the reaction list or as being given correctly. Requires content to be reacted to to update caches
  • Rename various whitelist/blacklist phrases to allow/deny terminology
  • Fix "allow by content type" restriction did now show human-readable content type name
  • Add "deny by content type" restriction
  • Like
Reactions: thumped and Sunka
  • Fix server error when attempting to extract svg dimensions when using SVG templates
  • 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
Top Bottom