Traditional Rank Icons by ReFlar

License Latest Stable Version

A Flarum extension. Replace circle badges with rank-styled badges.
Requested by @katos.

Installation

Use Bazaar or install manually with composer:

composer require reflar/traditional-rank-icons

Updating

composer update reflar/traditional-rank-icons

Screenshots

Issues

Links

    datitisev Will these only appear on the profile page? Or will they appear elsewhere on Flarum, like in discussions on a discussion list?

      2 months later

      ram0ng1 The extension can be developed using CSS to further meet your needs, for example:

      // Global rank CSS
      .RankBadge span {
      your:css;
      }
      // End global rank css
      2 years later
      8 months later