Mobile / Browser Detection in Template

Unmaintained Mobile / Browser Detection in Template 1.0.0

No permission to download
Compatible XF Versions
2.1
Visible Branding
No
Additional Requirements
Xenforo guests page can be enabled but you need some modification on your config.php & core file (check FAQ)
  • Tested with XF 2.1.
  • Not tested yet with XF 2.0, but i think it should work.
  • Check FAQ section above.
With this addon you can use template syntax in any template like this :
PHP:
<xf:if is="cutemb_is_mobile()">
    You are using mobile
<xf:else />
    You are not using mobile
</xf:if>

<xf:if is="cutemb_is_mobile()">
    You are using mobile
</xf:if>

<xf:if is="! cutemb_is_mobile()">
    You are not using mobile
</xf:if>
There are even additional functions other than cutemb_is_mobile(), which are :
  • cutemb_is_tablet
  • cutemb_is_android_os
  • cutemb_is_iphone
  • cutemb_is_ipad
  • cutemb_is_ios
  • cutemb_is_chrome
  • cutemb_is_opera
  • cutemb_is_ie
  • cutemb_is_firefox
  • cutemb_is_safari
  • cutemb_is_uc_browser
PHP:
<xf:if is="cutemb_is_firefox()">
    You are using firefox
<xf:else />
    You are not using firefox
</xf:if>
Installation is straightforward, just like installing other addon.
There is no setting page in admin section.

Although this addon is marked as unmaintained, but i will try to answer your questions :)

This addon uses mobile detection library from :
Code:
https://github.com/serbanghita/Mobile-Detect
Resource icon credit :
Code:
https://www.freepik.com/free-photos-vectors/mobile-phones
Author
ENXF NET
Downloads
15
Views
726
Last update
Rating
5.00 star(s) 1 ratings

More resources from ENXF NET

Latest reviews

a
Top