• Duyuru: Eklenti güncellemeleri için eklenti yapımcılarını beklemekteyiz. Tüm eklentiler güncel sürüme yükseltiğinde, forum sitemizde de güncellenecektir.
  • Warning: We expect plugin developers to update their plugins. When plugins are updated to the latest version, the plugins on our site will also be updated.
Kaynak ikonu

xF2 Eklenti Browser Detection 2.3.1

indirmek için izniniz yok
  • Konuyu Başlatan Konuyu Başlatan TRXFTR
  • Başlangıç tarihi Başlangıç tarihi

TRXFTR

Developer
Administrator
Reputation: 100%
Katılım
9 Ocak 2025
Mesajlar
2,215
Çözümler
13
Beğeniler
3,799
Web
trxf.tr
TRXFTR Kullanıcımız yeni bir kaynak oluşturdu:

Browser Detection - Eklenti, mobile_detect alanında iyileştirmelere olanak tanır.

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:
<xf:if is="$xf.mobileDetect && $xf.mobileDetect.isMobile()">
    Is Mobile
<xf:else />
    Not Mobile
</xf:if>

HTML:
<xf:if is="$xf.mobileDetect && $xf.mobileDetect.is('Firefox')">
    Is Firefox
<xf:else />
    Not Firefox
</xf:if>

HTML:
<xf:if is="$xf.mobileDetect &&...

Bu kaynak hakkında daha fazla bilgi ...
 
Geri
Üst