A Flarum extension. Show a Popup if a guest try to leave your site, and show modal for all external link.
Function available:
- When user click on external link, a popup will ask for consent before leaving the website
- The Exit Int popup will be showed only for guest
- The modal uses sessionstorage to appear only once per session
Modal Customization through admin setting:
- Enable/Disable External link popup
- Modal Title
- Modal Text
- Modal Image
- Image width
- Image Height
- Button fontawesome icon
- Button Text
Install with composer:
composer require justoverclock/flarum-ext-dontgoaway
composer update justoverclock/flarum-ext-dontgoaway
php flarum cache:clear