Mobile / Browser Detection in Template

xF2 Unmaintained Mobile / Browser Detection in Template 1

No permission to download
Compatible XF Versions
  1. 2.1
Additional Requirements
Xenforo guests page caching disabled / can be enabled but you need some modification on your config.php (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
AnimeHaxor
Size
35.8 KB
Extension
zip
Downloads
1
Views
918
First release
Last update

More resources from AnimeHaxor

Latest updates

  1. FAQ Update - Guest Page Caching

    FAQ update about how to handle guest page caching, to cache both mobile & non-mobile versions.

Similar resources

Verify mobile phone by SMS Admin
Two-step verification by mobile phone.
0.00 star(s) 0 ratings
Downloads
7
Updated
XenForo native mobile app for Android and iOS - Appify.mobi (XenForo 2.0 & 2.1) AnimeHaxor
Appify will generate a white label mobile app for your XenForo forum, on Android & iOS
0.00 star(s) 0 ratings
Downloads
32
Updated
Turns the sidebar into an off-canvas menu for mobile devices.
0.00 star(s) 0 ratings
Downloads
6
Updated