It's a number of badges with this tier.Why is showing 1 1 1 1 ?
A bit confused how this tier works. If I link more badges to the tier, it will show more numbers?It's a number of badges with this tier.
Can you please describe how Badge tiers works? I would say this needs to be added on description.It's a number of badges with this tier.
This is the number of badges with this tier that this user has (including not featured)A bit confused how this tier works. If I link more badges to the tier, it will show more numbers?
#1 Badge tier
Optional feature (admin would have to enable it in admin panel), which add 4 levels of badges:
- platinum
- gold
- silver
- bronze
Levels would be visible from the profile and help page, for example golden and silver badges with corresponding coloured bars at the right:
![]()
Further development possibilities:
- add an option for admins to define their own badge levels with custom colors/icons
- show number of gathered badges sorted by badge tier, example below
![]()
This is the number of badges with this tier that this user has (including not featured)
This was described in detail here:
Just tested. I don't have any server errors.Actually, the error happens when I look at the user profile and then the Badge tab. Clicking the tab triggers an error.
This method was removed.ErrorException: Template error: [E_USER_WARNING] Method canAddFeaturedBadge is not callable on the given object (SV\DailyStatistics\XF\Entity\User)
This method was removed.
Probably you have modified "ozzmodz_badges_member_badges" template in your style and now it's out of date.
Or your addon data was not imported correctly. In this case, rebuild the add-on data.
You're right, totally forgot about this. Thanks.Probably you have modified "ozzmodz_badges_member_badges" template in your style and now it's out of date.
ErrorException: [E_NOTICE] Trying to get property 'Category' of non-object in src/addons/OzzModz/Badges/Repository/UserBadge.php
when watching given medals in user profile.OzzModz\Job\DeleteBadges
class, method rebuildById($id)
.protected function rebuildById($id)
{
$badge = $this->app->finder(Addon::shortName('Badge'))->whereId($id)->fetchOne();
$badge->delete();
$this->app->db()->delete('xf_ozzmodz_badges_user_badge', 'badge_id = ?', $id);
}
were you able to understand how to?Hmm, I'm confused about that featured badges now. So users can't feature a badge anymore? How can I control how many badges are visible in messages? There are still permissions for featuring badges. I guess I'm missing something.
We use essential cookies to make this site work, and optional cookies to enhance your experience.