Tema düzenleyici

Paid Modal Popups - Ekstra bilgi

Professional modal popup system for XenForo - 5 modal types, 135 animation combinations, advanced priority management
Modal Popups
The most comprehensive modal popup addon for your XenForo forum. Five specialized modal types, advanced priority system, responsive design, and 135 different animation effects to maximize user engagement. No jQuery required, written in vanilla JavaScript.

Ürün Lisans Ücreti

6 Aylık lisans ücreti
45.00 $
Lisans yenileme ücreti
33.75 $
1 Yıllık lisans ücreti
60.00 $
Lisans yenileme ücreti
45.00 $
  • user_group_permission.webp
    user_group_permission.webp
    3.5 KB · Görüntüleme: 1,994
  • message-box-public.webp
    message-box-public.webp
    14.1 KB · Görüntüleme: 1,801
  • coupon-code.webp
    coupon-code.webp
    112 KB · Görüntüleme: 1,741
  • coupon-code-public.webp
    coupon-code-public.webp
    17.9 KB · Görüntüleme: 1,685
  • promo--banner.webp
    promo--banner.webp
    85.8 KB · Görüntüleme: 1,694
  • promo-banner-puplic.webp
    promo-banner-puplic.webp
    30.2 KB · Görüntüleme: 1,585
  • video--box.webp
    video--box.webp
    90.4 KB · Görüntüleme: 1,568
  • youtube-video-public.webp
    youtube-video-public.webp
    23.2 KB · Görüntüleme: 1,598
  • vimeo-video-public.webp
    vimeo-video-public.webp
    17.2 KB · Görüntüleme: 1,596
  • login--panel.webp
    login--panel.webp
    71.2 KB · Görüntüleme: 1,824
  • login-panel-public.webp
    login-panel-public.webp
    13.7 KB · Görüntüleme: 1,516
  • popup-position.webp
    popup-position.webp
    4.8 KB · Görüntüleme: 1,520
  • popup-effect.webp
    popup-effect.webp
    9.4 KB · Görüntüleme: 1,560
  • general-options.webp
    general-options.webp
    66.8 KB · Görüntüleme: 65
  • message-box.webp
    message-box.webp
    109.3 KB · Görüntüleme: 64

Genel Bakış Ürün Özellikleri Telif Hakkı Bilgisi System Requirements FAQ Sürümler (8)

Frequently Asked Questions (FAQ)

  • Q: Does the addon require jQuery?
    A: No, the addon is written in vanilla JavaScript and does not require jQuery. It is developed using modern JavaScript standards and has no external library dependencies.
  • Q: How many modals can be displayed simultaneously?
    A: One to five modals can be displayed simultaneously with the maximum display setting. This number can be easily adjusted from the admin panel.
  • Q: On which pages can modals be displayed?
    A: Modals can be displayed on ten different page types: forum list, selected forums, thread view, post thread, conversation start, conversation view, account upgrades, XFRM overview, XFRM resource view, and XFMG media index.
  • Q: How does it work on mobile devices?
    A: The addon works optimized on all devices with responsive design. Mobile devices have swipe-to-close feature, touch-friendly controls, and automatic sizing. You can enable the hide on mobile devices option for each modal if desired.
  • Q: Is coding required for customization?
    A: No, all customizations can be made from the admin panel. Tabbed interface, visual editor, color picker, and eleven different style properties provide full control without coding.

Modal Types Questions
  • Q: Which video platforms are supported?
    A: YouTube and Vimeo videos are supported. You can manage autoplay, loop, mute start, and player controls by entering the video URL.
  • Q: How does the countdown timer work?
    A: The countdown timer is used in the coupon code modal. You can start a real-time countdown by setting the end date (year, month, day, hour). A custom message is displayed when time expires.
  • Q: How does the coupon code copy feature work?
    A: Users can copy the code to clipboard with one click by clicking the copy button next to the coupon code. Modern clipboard API is used and a fallback method is available for older browsers. A notification is shown with XenForo flash message after copying.
  • Q: How does the login panel modal work?
    A: The login panel modal is only shown to guest users. XenForo's own login form is integrated and passkey support is available. Users can log in through the modal or click the register button.
  • Q: Which image formats can I use for promo banner?
    A: You can upload images in JPG, PNG, GIF, and WebP formats with the asset upload system. Images are automatically sized responsively.

Priority and Display
  • Q: How does the priority system work?
    A: There are three different priority modes: Ordered (sequential display by priority value, low value = high priority), Random (random modal selection), and All (display all active modals up to maximum display count).
  • Q: How is overlay managed when multiple modals are displayed?
    A: When multiple modals are displayed, only the first modal shows the overlay. Other modals are displayed without overlay and dynamic z-index values are assigned for each modal.
  • Q: How does z-index management work?
    A: Automatically increasing z-index values are assigned for each modal. Base z-index is 99999 and 10-unit spacing is used for each modal. Overlay is at the same level as modal container, and window is 1 unit higher than overlay. You can view z-index values in console with debug mode.

Cookie and User Experience
  • Q: How does the cookie system work?
    A: There is separate cookie management for each modal. When a user closes the modal (or clicks an element with cookie trigger class), it will not be shown again for the specified duration (one to thirty days). Cookie duration can be adjusted from the admin panel.
  • Q: Can I disable cookies?
    A: Yes, you can enable or disable the cookie system for each modal. When cookies are disabled, the modal is displayed on every page load.
  • Q: How can users close the modal?
    A: Users can close the modal in four different ways: by clicking the close button, by clicking the overlay (if overlay is active), by swiping up/right/left on mobile devices, or by pressing the ESC key (depending on browser support).

Animation and Effects
  • Q: How many different animation combinations are there?
    A: There are a total of 135 different animation combinations with nine different positions and fifteen different transition effects.
  • Q: Can I adjust the animation speed?
    A: Yes, you can adjust the transition speed in milliseconds for both overlay and window. You can also choose from five different transition effects (ease, ease-in, ease-out, ease-in-out, linear).
  • Q: What is hardware acceleration and how does it work?
    A: Hardware acceleration enables animations to be rendered on the GPU. This provides smooth and performant animations. It is automatically activated using CSS3 transform properties.

Performance and Optimization
  • Q: Does the addon affect performance?
    A: No, the addon is developed with performance optimizations. Techniques such as event throttling, hardware acceleration, efficient DOM manipulation, and memory leak prevention are used. Page performance is maintained with minimal reflow/repaint.
  • Q: What is event throttling?
    A: Event throttling ensures that frequently triggered events such as mouse move, scroll, and resize are processed at specific intervals. This prevents unnecessary operations and improves performance. 100ms throttling is applied for mouse move and scroll, 250ms for resize.
  • Q: How is memory leak prevention ensured?
    A: All event listeners and timers are cleaned up on page changes with cleanup functions. Modal references are managed with active modals map and memory leaks are prevented with destroy method.

Installation and Updates
  • Q: How long does installation take?
    A: Installation is very fast. You can upload the addon file from XenForo admin panel and install with one click. All files are automatically placed and ready to use with default values.
  • Q: Will my settings be lost when updating?
    A: No, all your settings are preserved when updating. You can update seamlessly with the seamless update process. Transition from older versions is smooth with backward compatibility.
  • Q: What happens if I uninstall the addon?
    A: The addon is completely cleaned with clean uninstall feature. Asset files are automatically deleted, database is cleaned, and no residual files are left.

Compatibility and Integration
  • Q: Is it compatible with XenForo 2.3.x?
    A: Yes, the addon is fully compatible with XenForo 2.2.0 and all higher versions. It has been tested and approved with XenForo 2.3.x latest version.
  • Q: Will it conflict with other add-ons?
    A: No, the addon is developed with modular structure and does not conflict with other add-ons. It is template modification compatible and works with custom add-ons.
  • Q: How does it integrate with XFRM and XFMG?
    A: You can display modals on XFRM (Resource Manager) and XFMG (Media Gallery) pages. Display location options include XFRM overview, XFRM resource view, and XFMG media index.
  • Q: Is it compatible with custom themes?
    A: Yes, the addon works integrated with XenForo style system. You can customize to match your theme with eleven different style properties. Style variations are supported.

Security
  • Q: Is the addon secure?
    A: Yes, the addon is developed with security best practices. XSS protection, CSRF token support, input sanitization, secure cookie handling, and permission-based access control are available.
  • Q: How are user inputs processed?
    A: All user inputs go through validation and sanitization processes. XenForo's own security mechanisms are used and safe DOM manipulation is applied.

Support and Documentation
  • Q: Is documentation available?
    A: Yes, comprehensive documentation files come with the addon. Transition effects guide, style properties guide, implementation summary, and other technical documentation are available.
  • Q: How can I get support?
    A: You can visit the XENTR official website (XenTR | XenForo Add-ons and Styles) for support. You can create a support request through the forum and get help from the community.

Ürün Bilgileri

XenForo 2.1.x XenForo 2.2.x XenForo 2.3.x
Satıcı
Offical
Yayınlanma tarihi
Son güncelleme
Değerlendirme
0.00 Oylama 0 İnceleme

Ürün Lisans Ücreti

6 Aylık lisans ücreti
45.00 $
Lisans yenileme ücreti
33.75 $
1 Yıllık lisans ücreti
60.00 $
Lisans yenileme ücreti
45.00 $

Ürünü Sosyal Ağ İle Paylaş

Geri
Üst