An open API service indexing awesome lists of open source software.

https://github.com/datlechin/flarum-birthdays


https://github.com/datlechin/flarum-birthdays

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Birthdays

![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/datlechin/flarum-birthdays.svg)](https://packagist.org/packages/datlechin/flarum-birthdays) [![Total Downloads](https://img.shields.io/packagist/dt/datlechin/flarum-birthdays.svg)](https://packagist.org/packages/datlechin/flarum-birthdays)

A [Flarum](http://flarum.org) extension. Adds birthdays to user.

![](https://i.imgur.com/jfkTnp2.png)
![](https://i.imgur.com/vUtUvIS.png)

## 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)