clarkwinkelmann/flarum-ext-status

User status for Flarum


Keywords
flarum
License
MIT

Documentation

Status

License Latest Stable Version Total Downloads Donate

Minimalistic user status for Flarum.

This extension was written live on YouTube. Watch the video on the Clark writes code channel. Support me on Patreon!

Installation

composer require clarkwinkelmann/flarum-ext-status

Emoji list

The emoji lists for PHP were generated from the simple-emoji-map node package via those javascript commands:

console.log(JSON.stringify(Object.keys(emojiMap))); // all.json
console.log(JSON.stringify(Object.keys(emojiMap).filter(emoji => emojiMap[emoji][0].indexOf('flag_') === 0))); // flags.json

Support

This extension is under minimal maintenance.

It was developed for a client and released as open-source for the benefit of the community. I might publish simple bugfixes or compatibility updates for free.

You can contact me to sponsor additional features or updates.

Support is offered on a "best effort" basis through the Flarum community thread.

Links