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!

Resource icon

xF2 Add-on in Credit [AL] Core Package 2.0.0 PL1 2.0.0 PL1

xF2 Add-on
The update applies a definitive fix for the class extension hack, based on suggestions from @Xon.

The update is backward-compatible with our add-ons, so applying the update will keep the current hack active, however, once you have upgraded other our add-ons to the latest versions (new versions of all Filter add-ons will be released within 24 hours to support the new system), you can disable the hack by unchecking the option Legacy Class Extension Hack in add-on options page. Once unchecked, the legacy system will be deactivated, and any compatibility issues with third-party add-ons should be resolved.
  • Admin panel pages support for code editor fields. Please apply if any of your products require this version.
This version adds the library Mobile_Detect and adds variables available in all templates to detect if the current page is viewed on a mobile/tablet device:
<xf:if is="$xf.isMobileBrowser"> Visitor is using a tablet or a phone. <xf:if is="$xf.isTabletBrowser"> Visitor is using a tablet. <xf:else /> Visitor is using a phone. </xf:if> <xf:else /> Visitor is using a computer/non-mobile device. </xf:if>
This version adds a compatibility function for XenForo 2.1 to check if an add-on is active or no and several minor changes.

Please apply if any of your products require this version.
  • This version adds CSV file parser library. Upgrade if an add-on you are using requires this version.
This release fixes a compatibility issue with [bd] API add-on. The issue could potentially affect other add-ons as well, if they use advanced class extension management using the \XF\Extension class, so it is recommended to install this version if you are using any older version of the AL Core package.
  • This version adds helper functions for sorting support in the admin panel pages. Please apply if any of your products require this version.
  • This version adds JS file required for a redirect message with custom timeout. Please upgrade if any add-on you are using requires this version.
  • This version adds support for custom route prefixes. Please apply if any of your products requires this version.
The release contains fixes required for importer-related project. Please upgrade if any of the products you use requires this version.
Top