What's new
Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to My Sharing Site

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

xF2 Add-on
  • php 8.4+ compatibility fixes
  • Fix removing content which had been reacted to would result in a user's reaction score increasing. Reactions counts where correctly updated
    • Rebuilding counters can be done by running php cmd.php xf-rebuild:svcr-user-counts
  • When a reaction is added, add explicitly ordered locking of the user records in an attempt to prevent deadlocks when XF does it's hourly cleanup and updates the last_activity timestamp for users.
  • Require XenForo 2.2+
  • Require StandardLib v1.18.0+
  • Require php 7.2+
  • Log reaction deletion when the deletion user is not the reaction user
  • Initial php 8.2 compatibility update
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
  • When rebuilding reaction totals, skip content types which do not correctly define the entity content_type_field according to XF conventions.
  • 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
  • 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
Top