What's new
Welcome to My iptv forum

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
< Previous | Next >
A light-weight shim around Mobile_detect for XenForo 2

Usage (in templates)

The add-on injects the global variable $xf.mobileDetect, check that the variable is set before calling any methods to prevent errors during upgrades or if the add-on is disabled.

HTML:
Please, Log in or Register to view codes content!

HTML:
Please, Log in or Register to view codes content!


HTML:
Please, Log in or Register to view codes content!

PHP:
Please, Log in or Register to view codes content!


XF2.1 Page caching

The integration mobile detection with XF2.1+ full-page caching, add to the config.php this;

PHP:
Please, Log in or Register to view codes content!

Contributing features or bug fixes
Please create a Github Pull request via the "More information." link.

Contributions

If you appreciate this add-on, please consider a contribution via PayPal. Details will be provide via private conversation.

Please contact me if you wish for different licencing arrangements.

Licence

See MobileDetectLicense.md for Mobile-Detect's licence (MIT licensed)
  • Like
Reactions: ian

Latest updates

  1. Browser Detection 2.3.1

    XF2.3 support php 8.4 compatibility Update MobileDetect library to 3.74.3
  2. Browser Detection 2.3.0

    This add-on is now available on atelieraphelion.com Require XenForo 2.2+ Require php 7.2+...
  3. 2.2.0 - Feature/Maintenance update

    Implement caching wrapper around Mobile_detect::match calls. Forward unknown function calls to...
Top