Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)