Skip to content
johnhenley edited this page Jul 22, 2025 · 6 revisions

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).

Control Panel

Badges are managed in the Control Panel:

image

Badge Options

image
  • 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

Scheduled job

Badges that are based on metrics are awarded automatically using a scheduled job that runs (by default) daily.

image

Badge Images

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

image

Metrics

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

Default Badges

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

Tokens / Templates

New tokens added with [BADGE:*] prefix : See user badge tokens

Clone this wiki locally