25 Feb 2025 at 6:25 PM
Edited on 25 Feb 2025 at 6:30 PM by Rimuru_Tempest
So in short i was wondering if it would be possible to have that badges can be configured to be either showing below a persons avatar (by default) or show in a users Signature Box (above anything the user might add in their Signature Box)
This is so that a Forum can have important Badges (Such as related to Staff Positions) show under the avatar.
but has the option for some secondary badges (like achievements of X posts or X likes that can be earned) to be shown in the users Signature Box instead so to declutter the Badges under the Avatar in forum posts.
Also would be nice if there was a simple option somewhere to alter Badge Display Sizes on forum posts and in signature box in Pixels like 90x90, 150x150, 300x300 for example.
Thanks for voicing your suggestion. I like the idea for badges to act the same way as roles, where admins can choose which ones to display on the forum, but still show all of them on the user's profile.
As for different display options, or showing them inside of signatures, that'll be possible after the 1.0 release once you can modify all the templates in your theme. So we won't be making any specific feature for that right now and leave it up to the creativity of forum admins and theme builders once these tools become available to them.
So in short i was wondering if it would be possible to have that badges can be configured to be either showing below a persons avatar (by default) or show in a users Signature Box (above anything the user might add in their Signature Box)
This is so that a Forum can have important Badges (Such as related to Staff Positions) show under the avatar.
but has the option for some secondary badges (like achievements of X posts or X likes that can be earned) to be shown in the users Signature Box instead so to declutter the Badges under the Avatar in forum posts.
Also would be nice if there was a simple option somewhere to alter Badge Display Sizes on forum posts and in signature box in Pixels like 90x90, 150x150, 300x300 for example.
(Maybe same for avatars?)
Hi @Rimuru_Tempest,
Thanks for voicing your suggestion. I like the idea for badges to act the same way as roles, where admins can choose which ones to display on the forum, but still show all of them on the user's profile.
I've created an issue on GitHub to do exactly that.
As for different display options, or showing them inside of signatures, that'll be possible after the 1.0 release once you can modify all the templates in your theme. So we won't be making any specific feature for that right now and leave it up to the creativity of forum admins and theme builders once these tools become available to them.
For avatars, you can already resize those using CSS. There are several sizes used currently.
These are all the default sizes, you can copy and paste this into your theme's CSS and change the pixel values to increase/decrease different steps:
(*Badges also usually use these classes, so they will also be resized together with the avatars)
@Rimuru_Tempest in the latest version, 0.4.13, badges have gotten a new setting "show on forum".
When disabled => the badge will only be displayed on the user's profile.
When enabled => it will also be displayed on the forum, below their avatar.
Hopefully this will help somewhat in decreasing the clutter 😉