Browser Detection

Browser Detection 2.4.0

Нет прав на скачивание
Совместимость с XF
  1. 2.3.x
  2. 2.2.x
Short Description
A light-weight shim around Mobile_detect for XenForo 2
A light-weight shim around Mobile_detect for XenForo 2 Usage (in templates) The add-on injects the global variable $mobileDetect, check that the variable is set before calling any methods to prevent errors during upgrades or if the add-on is disabled.
PHP:
            <xf:if is="$mobileDetect && $mobileDetect.isMobile()"> Is Mobile <xf:else /> Not Mobile </xf:if>
PHP:
           <xf:if is="$mobileDetect && $mobileDetect.is('Firefox')">
Is Firefox
<xf:else />
Not Firefox
</xf:if>
PHP:
            <xf:if is="$mobileDetect && $mobileDetect.is('Chrome')">
Is Chrome
<xf:else />
Not Chrome
</xf:if>
Usage (in php)
PHP:
            $mobileDetect = \SV\BrowserDetection\Listener::getMobileDetection();
$isMobile = $mobileDetect && $mobileDetect->isMobile() ? "_m1" : "_m0";
XF2.1 Page caching The integration mobile detection with XF2.1+ full-page caching, add to the config.php this;
PHP:
            $config['pageCache']['onSetup'] = function (\XF\PageCache $pageCache) {
$pageCache->setCacheIdGenerator(function(\XF\Http\Request $request) {
return \SV\BrowserDetection\CacheHelper::getPageCacheId($request);
});
};
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)
  • Нравится
Реакции: ADYADY
Автор
newimage
Просмотры
963
Extension type
zip
File size
43.2 КБ
Первый выпуск
Последнее обновление
Оценки 0.00 звезды 0 оценок
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

Последние обновления

  1. 2.4.0 - change log
    Restore XF2.1 support Update Mobile Detect from v3.74.3 => v4.8.06. Note; this...
  2. 2.3.1 - changelog
    XF2.3 support php 8.4 compatibility Update MobileDetect library to 3.74.3
  3. 2.3.0 - changelog
    This add-on is now available on atelieraphelion.com Require XenForo 2.2+ Require php 7.2+...

Больше Ресурсов от newimage

SalePro - Система управления запасами с POS, HRM, бухгалтерией N
ларavel (php) основанный систему управления запасами/инventarisацией, которая позволяет вам управлять запасами и т.д.
Просмотры
1,438
Обновлено
XenForo Улучшенная Поисковая Система N
приставка, заменяющая встроенный систему поиска XenForo
Просмотры
943
Обновлено
Wa Gateway | Multi device BETA / WhatsApp Gateway M Pedia N
a new build source code and is not an update from the previous mpwa gateway
Просмотры
770
Обновлено

Похожие ресурсы

[FF] Page Criteria for Xon Browser Detection A
dd a new set of criterion to the Page criteria
Просмотры
461
Обновлено
[AndyB] Attachment browser A
Allows viewing members attachments.
Просмотры
475
Обновлено
[AndyB] Image browser A
Allows viewing latest image attachments.
Просмотры
103
Обновлено
Вверх