A good one that i would like to see is one where on a post the users avatar there are round circles with any groups they are part of, some different ones in an extension maybe a banner at the bottom with the group name in, a different colour circle around the avatar etc. just a few options ?
I will make any extension
Arkinn I like this idea.
What if a user is a part of more than one group? Why not have a system where it fuses these colors like a color wheel? I'm actually looking forward to the day that someone tweaks the hell out of the user profile pages so it allows more customization ? (Drag and drop widgets, Visitor Messages, Friends List, profile cover, etc).
Arkinn I made something kind of like that a while ago https://github.com/clarkwinkelmann/flarum-ext-circle-groups
Ralkage What if a user is a part of more than one group?
Then have a selector for which group you wish to be shown as ? so if you are part of say 3 groups, select one of those 3 to display on your avatar.
clarkwinkelmann I made something kind of like that a while ago
I like it! exactly what I'm talking about, and also maybe add a few other options too.
@Arkinn @clarkwinkelmann time for me to start small and welcome suggestions to test out my newfound JS knowledge ?
luceos something like this would make a lot of sense to integrate with Piwik. Like that nobody has to actually build an analytics software. It surely can't be that hard to let people insert the tracking code for Piwik.
Edit: By Piwik I actually mean Matomo, but nobody will ever call it Matomo. To me, it's still called Piwik.
thephotographyblog something like this would make a lot of sense to integrate with Piwik. Like that nobody has to actually build an analytics software. It surely can't be that hard to let people insert the tracking code for Piwik.
You can still use the flagrow/flarum-ext-analytics extension to get piwik tracking working on Flarum.
I would love a working Wordpress one. : D The two I have tried so far both have not worked right.
- Edited
How about an Oauth server ext? Would be great to be able to go SSO thru flarum
I would like to see something like this ported to flarum:
https://github.com/antonioribeiro/tracker
0E800 that would be nice indeed, but I don't think it makes much sense to develop a Flarum-focused analytics software when you can simply use a general one. GA and Piwik are already well integrated with the Flagrow Analytics extension.
If it's about tracking visitors who use blockers or don't have javascript enabled, an extension that uses the Piwik server-side logs feature would probably be a lot easier to develop than a whole custom solution...
- Edited
I was thinking that since Flarum shares some of the Laravel framework that something like this could be ported easier than creating from scratch.
I may be mistaken I was just checking the composer requirements but not sure how blades or other Laravel structures relate.
Also would rather not rely on 3rd party analytics.