Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davwheat/flarum-ext-inline-group-badges
Show your group badges right next to your username on Flarum.
https://github.com/davwheat/flarum-ext-inline-group-badges
Last synced: about 1 month ago
JSON representation
Show your group badges right next to your username on Flarum.
- Host: GitHub
- URL: https://github.com/davwheat/flarum-ext-inline-group-badges
- Owner: davwheat
- License: mit
- Created: 2021-03-07T18:03:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T19:05:33.000Z (over 3 years ago)
- Last Synced: 2024-09-17T23:57:05.388Z (about 2 months ago)
- Language: Less
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Inline Group Badges
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/davwheat/inline-group-badges.svg)](https://packagist.org/packages/davwheat/inline-group-badges) [![Total Downloads](https://img.shields.io/packagist/dt/davwheat/inline-group-badges.svg)](https://packagist.org/packages/davwheat/inline-group-badges)
A [Flarum](http://flarum.org) extension. Move group badges to be inline with usernames.
Implements [a suggestion](https://discuss.flarum.org/d/2595-suggestion-inline-avatar-badges) from @MirHamid.
![](https://github.com/davwheat/flarum-ext-inline-group-badges/blob/main/docs/example.png?raw=true)
### Installation
Install with composer:
```sh
composer require davwheat/inline-group-badges:"*"
```### Updating
```sh
composer update davwheat/inline-group-badges:"*"
php flarum cache:clear
```### Links
- [Packagist](https://packagist.org/packages/davwheat/inline-group-badges)
- [GitHub](https://github.com/davwheat/inline-group-badges)
- [Discuss](https://discuss.flarum.org/d/26376)