https://github.com/datlechin/flarum-birthdays
https://github.com/datlechin/flarum-birthdays
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datlechin/flarum-birthdays
- Owner: datlechin
- License: mit
- Created: 2022-01-05T07:52:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T14:41:18.000Z (5 months ago)
- Last Synced: 2025-03-23T19:45:17.342Z (3 months ago)
- Language: JavaScript
- Size: 1.15 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Birthdays
 [](https://packagist.org/packages/datlechin/flarum-birthdays) [](https://packagist.org/packages/datlechin/flarum-birthdays)
A [Flarum](http://flarum.org) extension. Adds birthdays to user.

## Installation
Install with composer:
```sh
composer require datlechin/flarum-birthdays:"*"
```## Updating
```sh
composer update datlechin/flarum-birthdays:"*"
php flarum cache:clear
```## Goal
- [x] Show birthdays on user card.
- [x] User can set their own birthdays.
- [x] Add ability to user can hide their date of birth and age.
- [ ] Add a widget to show birthdays on the forum homepage.
- [x] Add birthday field to `EditUserModal` modal.
- [x] Add for the users birthday during registration.
- [x] Add ability to who can see and edit the birthdays.## Links
- [Packagist](https://packagist.org/packages/datlechin/flarum-birthdays)
- [GitHub](https://github.com/datlechin/flarum-birthdays)
- [Discuss](https://discuss.flarum.org/d/29793)