deteh / flarum-ext-online-guests
Display the number of guests browsing your forum
Installs: 663
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:flarum-extension
Requires
- afrux/forum-widgets-core: ^0.1.7
- flarum/core: ^1.2.0
- michaelbelgium/flarum-discussion-views: ^7.1
Requires (Dev)
- flarum/testing: ^1.0.0
This package is auto-updated.
Last update: 2024-11-30 02:22:09 UTC
README
A Flarum extension. Guests Online widget
Installation
This extention will display the count of active users on the forum based on discussion views from Discussion Views
This will also install Forum Widgets Core as it relies on it.
Install with composer:
composer require deteh/flarum-ext-online-guests:"*"
Updating
composer update deteh/flarum-ext-online-guests:"*"
php flarum migrate
php flarum cache:clear