Browser Detection (Mobile/MSIE)

xF1 Add-on Browser Detection (Mobile/MSIE) 1.3.3

No permission to download
Compatible XF Versions
  1. 1.1
  2. 1.2
  3. 1.3
  4. 1.4
  5. 1.5
Browser Detection (Mobile/MSIE)
by Cédric CLAERHOUT

Addon Presentation

This Addon will allow you to check if the browser is Internet Explorer or is on a mobile device.

XenForo has its own function to check if the browser is on a mobile device or not but its coding is not finished yet. This addon will add some detection features thanks to the following script "Php-mobile-detect".

This addon will also check if the browser is our beloved Internet Explorer and which is version (very useful for theme developers)

Installation

1) Upload the files in your forum directory
2) Import the addon xml file

Read me or get killed
  • If some addon requires this addon to be install, you just need to install it, that's all. No need to do anything else
  • To check how to use the new conditionals (available in templates and php using the XenForo visitor object), please read the Faq

The below paragraph was originally inside the FAQ, but the number of characters has exceeded 20 000:
For developers
If you don't want to force your user to install this addon, just use the visitor_setup listener and copy the structure of this addon. Change only the class names and the following line:
Code:
$Mobiledetect = new Sedo_DetectBrowser_Helper_MobileDetect();
You will need no more than 2 minutes to integrate inside your own addon.

Or another way to proceed:
PHP:
$visitor = XenForo_Visitor::getInstance();
//Check if mobile
if( class_exists('Sedo_DetectBrowser_Listener_Visitor') && isset($visitor->getBrowser['isMobile']))
{
//External Addon
$isMobile = $visitor->getBrowser['isMobile'];
}
else
{
//XenForo
$isMobile = XenForo_Visitor::isBrowsingWith('mobile');
}
Author
AnimeHaxor
Size
124.3 KB
Extension
zip
Downloads
21
Views
1,538
First release
Last update

More resources from AnimeHaxor

Similar resources

Brivium - Active User Upgrades Browser AnimeHaxor
Provide your list active user upgrades with additional browser functions.
0.00 star(s) 0 ratings
Downloads
3
Updated
Advanced Mobile Switcher AnimeHaxor
This addon detects mobile browser and display the style as the setting done from admin.
0.00 star(s) 0 ratings
Downloads
15
Updated
Mobile Agent Tracer (CC by) AnimeHaxor
This addon displays inside a message if the user has used a mobile device to post it.
0.00 star(s) 0 ratings
Downloads
12
Updated
Mobile Push Notifications for XenForo AnimeHaxor
Close the gap between your forum and social media
0.00 star(s) 0 ratings
Downloads
22
Updated
Mobile Push Notifications for XenForo Admin
Close the gap between your forum and social media
0.00 star(s) 0 ratings
Downloads
27
Updated