This application will allow your users to display up to a configured number of their badges on the 'author pane' in a forum topic.
Admin settings include:
-
Number of badges that are allowed to be displayed
-
Size at which the badge should be displayed (separate settings for Desktop and Phone)
-
Option to display a tooltip on the badge
-
Option to remove the 'Rare' tag from the badge
Changelog up to, and including, v1.4.0
v1.4.0
NEW
-
added a setting to provide control over groups allowed to choose to display badges
v1.3.0
NEW
-
added settings to allow displaying the awarded badge's image in the inline blurb shown on a comment (this is a more advanced version of the template edit provided here) Available positions are:
-
Start of blurb (see image 1 below)
-
End of blurb (see image 2 below)
-
Inside the blurb (see image 3 below)
CHANGES
-
Re-organised the settings on the resource's first settings tab.
FIXES
-
Removed a duplicated setting ("Include 'View badges' link in postbit?") from the resource's second settings tab.
v1.2.2
CHANGES
-
modified author pane hook selector to account for custom themes where the developer has added additional elements which conflict with the prior selector being used.
v1.2.1
CHANGES
-
modified hook selectors to account for custom themes where developer has removed some of the default classes applied to those elements in the default theme
v1.2.0
-
FIXES
-
Fixed issue where a member's badge choice is returned as NULL and potentially triggers a template error dependent on application settings (see note below)
-
CHANGES
-
Display of badges in postbit now excludes multiples of the same badge (see note below)
-
Minor language updates
-
NEW
-
Added a setting to allow easy removal of the 'View badges' link in the postbit
-
In account settings, list of available badge choices is order by chosen then unchosen, as opposed to previously being in badge order
Note: referenced fixes/changes are made at template level - if you have modified any of the application's 4 template files then you should revert the changes to pick up the modifications.
v1.1.0
-
NEW
-
Achievements rule added
-
When member updates account settings and chooses badges to be displayed
-
Filters provided to target users via primary and/or secondary group, if desired.
-
Webhook added
-
Fired when member updates account settings
-
Payload includes:
-
action (either badges_chosen or no_badges_chosen)
-
badges (array of chosen badges, or empty if none chosen)
-
member (\IPS\Member)
-
FIXES
-
CHANGES
v1.0.4
-
FIXES
-
CHANGES
-
'View badges' string in the front -> postbit -> myBadges template is now a language string, allowing translation via IPS language tools
-
NEW
v1.0.3
-
FIXES
-
CHANGES
-
Switching of hard-coded language items to language strings
-
Changed title of "View badges" dialog box to indicate user's name as opposed to "My badges"
-
NEW
-
Added "Show recent badges (if none chosen)?" setting to allow display of badges for those who have not yet made a choice.
-
Option to override user's choice is provided in event that user chooses not to display any badges.
-
Added ability to switch the "View badges" dialog box to a custom template, which exposes the following controls:
-
Ability to show/hide a badge's description, if one exists.
-
Ability to show/hide a badge's earned information.
-
Ability to show/hide the 'Rare' tag on the badge.
Expand