justoverclock / flarum-ext-infocards
Display 3 infocards with forum stats
Installs: 1 003
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 1
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.0.0
Requires (Dev)
- flarum/testing: ^1.0.0
README
Infocards
A Flarum extension. Display 3 infocards with basic forum stats.
- Avatar Editor to uload/remove your avatar
- Basic visitors counter
- Total Post written
- Total discussions opened
- User Groups
Usage
Visitor counter works through a free api, u need to create yours for free at: https://countapi.xyz/
Or simply copy and paste this link (make sure to change your-namespace with your unique namespace
https://api.countapi.xyz/hit/YOUR-NAMESPACE/visits
Installation
Install with composer:
composer require justoverclock/flarum-ext-infocards
Updating
composer update justoverclock/flarum-ext-infocards php flarum cache:clear