datlechin / flarum-birthdays
Adds birthdays to user.
Installs: 1 183
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 0
Forks: 0
Open Issues: 2
Language:JavaScript
Type:flarum-extension
Requires
- php: ^8.0
- flarum/core: ^1.5
README
A Flarum extension. Adds birthdays to user.
Installation
Install with composer:
composer require datlechin/flarum-birthdays:"*"
Updating
composer update datlechin/flarum-birthdays:"*"
php flarum cache:clear
Goal
- Show birthdays on user card.
- User can set their own birthdays.
- Add ability to user can hide their date of birth and age.
- Add a widget to show birthdays on the forum homepage.
- Add birthday field to
EditUserModal
modal. - Add for the users birthday during registration.
- Add ability to who can see and edit the birthdays.