-
Notifications
You must be signed in to change notification settings - Fork 22
Badges
New in 09.01.00, badges are a way to reward forum users for their participation. Once awarded, badges remain with the user forever. Badges can be manually removed by an administrator. Note however, that this is really only effective for a manually awarded badge (an automatically-awarded badge will just be re-awarded in the future).
Badges are managed in the Control Panel:


- Badge - name of the badge
- Description - will display as a popup tooltip over the badge; used to describe the badge and how it is awarded
- Sort Order - badges with higher numbers are display more prominently in the user's profile
- Metric - how a badge award is determined (see below)
- Threshold - combined with the metric to determine how badge is award (see below)
- Image - what badge image to display (images are stored in
DNNCommunityForums/badges
under portal root - Send user a notification when awarded - will send a DNN notification to the user when badge is awarded
- Don't send an older user a notification when backfilling awards - prevents sending badge award notifications to existing users when first awarding badges after an upgrade
Badges that are based on metrics are awarded automatically using a scheduled job that runs (by default) daily.

Badge images are stored in the DNNCommunity/Badges
folder in the Portal root:

Badges are set up with a rule of a "metric" and a "threshold". Once the threshold is met for the given metric, the badge is awarded.
The following metrics are available:
- None - badge is to be manually awarded
- New Member - user created in past 30 days
- Topics Created
- Replies Created
- Likes Received
- Topics Read
To get started, new installations and upgrades of DNN Community Forums will be configured with these badges:
- New Member - awarded to a new user
- New Poster - awarded upon first topic posted
- Engaged Poster - awarded once a user has posted 10 topics
- Avid Poster - awarded once a user has posted 20 topics
- Helpful Replier - awarded once a user has replied 10 times
- Most Liked - awarded once a user's posts have been 'liked' 20 times
- Engaged Reader - awarded once a user has read 10 topics
- Avid Reader - awarded once a user has read 20 topics
- MVP - awarded manually by the administrator
New tokens added with [BADGE:*] prefix : See user badge tokens
This module is the official forums module for DNN and is used on the official DNN CMS Community website.
- Forums
- Email Notifications
- Polls
- Tags
- Categories
- Attachments
- Badges (new in 9.1)
- Setting Up Development Environment
- Implementing Database Changes
- Release Testing
- Release Packaging
- Theme Packaging
- Database Models
- Database model version 8.2
- Previous Versions
- Dependencies