Resource icon

[AL] Core Package 1.6.3
Shared library files used by all AddonsLab add-ons

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,859

Likes

129,165

Resources

3,395

Bits Credits

461

LEVEL

11

5,910 XP

NF NET submitted a new resource:

[AL] Core Package - Shared library files used by all AddonsLab add-ons

The package contains libraries we share between several our add-ons. Until now the files were included in packages of the add-ons themselves, however, having multiple add-ons to using the same files can sometimes cause a conflict between them, if they are using different versions of the files.

The package does not implement any visible functionality itself, it is just a collection of PHP classes reused by multiple add-ons. You don't need to install it if you are not using any of our add-ons.

Read more about this resource...
 

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,859

Likes

129,165

Resources

3,395

Bits Credits

461

LEVEL

11

5,910 XP

Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,859

Likes

129,165

Resources

3,395

Bits Credits

461

LEVEL

11

5,910 XP

FateKid updated [AL] Core Package with a new update entry:

Mobile detection library and template conditional supports

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:

Code:
<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>

Read the rest of this update entry...
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,859

Likes

129,165

Resources

3,395

Bits Credits

461

LEVEL

11

5,910 XP

Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,859

Likes

129,165

Resources

3,395

Bits Credits

461

LEVEL

11

5,910 XP

FateKid updated [AL] Core Package with a new update entry:

Class extension system fix

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...

Read the rest of this update entry...
 
Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,859

Likes

129,165

Resources

3,395

Bits Credits

461

LEVEL

11

5,910 XP

Liked by:

FateKid

DEVIL DID IT

Admin

Status

offline

Posts

14,859

Likes

129,165

Resources

3,395

Bits Credits

461

LEVEL

11

5,910 XP

FateKid updated [AL] Core Package with a new update entry:

Compatability fix for XenForo 2.2.13

The release fixes an issue on XenForo 2.2.13 that can cause PHP errors from different add-ons that use the class extension system.

Disabling the option "Legacy Class Extension Hack" in Admin -> Options -> [AL] Core section will fix the issue.

In case you have lost access to the admin panel, upload the files from the released package, and it will fix the error.

This version also adds ability to disable the option via config.php, where you can add:

Code...

Read the rest of this update entry...
 
Liked by:

Latest threads

Forum statistics

Threads
57,019
Messages
87,785
Members
53,861
Latest member
Fazmina
Top Bottom