Color Circles for Groups

MIT license Latest Stable Version Total Downloads Donate

This Flarum extension adds color circles around avatars based on their group

Preview

Install or update

To install the latest version compatible with your forum:

composer require clarkwinkelmann/flarum-ext-circle-groups

Links

In case some of you are confused, this extension is not new, it's been around since beta 6, but never had its own discussion on the forum. It started as a simple proof of concept but apparently many of you have installed it on their forum.

So following many queries for update, here it is, finally compatible with beta 8 😉

    Cool extension! How about also coloring the circles on user profiles and user cards?

    MikeJones I was hoping it would be equal parts each color lol

    that's more complicated 🙉

    matteocontrini it seems it takes the first

    Yes it was made as simple as possible. Depending on the order groups appear, you might not get the expected result.

    I you put a bounty on those features I might implement them 😇

    a year later

    Gatsu I'm not seeing any obvious problem by reading the code. I'll try to to a test when I have some time.

    Did you try clearing the cache after enabling both extensions?

      clarkwinkelmann since what the other extension does is changing the text color with literally three lines of code, wouldn't it be easier to just incorporate the feature in this extension? 🙂

        matteocontrini but then it would require settings to control which features are enabled. It's easier to have two extensions and enabling/disabling each feature by enabling/disabling the extension.

          clarkwinkelmann but then it would require settings to control which features are enabled

          Probably

          clarkwinkelmann It's easier to have two extensions and enabling/disabling each feature by enabling/disabling the extension.

          Mmm not sure how that would be easier? Having two extensions for such small features seems an overkill to me. Both need to be kept updated by the maintainer, and they are a pretty useless duplication of code, aren't they? The other extension is a copy-paste of this one with just a few lines changed :/