Products and Services
Graffiti CMS
Learn more about our simple content publishing platform.
Harvest Reporting Server
Get business intelligence tools for measuring online behavior.
Professional Services
Consulting, creative, and Web services from the people who know Community Server best.
Solutions
Telligent
Learn more about our team at Telligent.com.
 

Editing the Ban Reason and Ban Time Period Options

You can edit a banned time period and ban reason.

Adding a Banned Time Period

  1. Open Components\Enumerations\SecurityEnums.cs.
  2. Add a new value for the UserBanPeriod enum.
  3. Open UserBanDropDownList.cs and add a new drop-down item that uses the newly created time period.
  4. Build the solution.

Adding a Ban Reason

  1. Open Components\Enumerations\SecurityEnums.cs.
  2. Add a new value for the UserBanReason enum.
  3. Open UserBanReasonDropDownList.cs and add a new drop-down item that uses the newly created ban reason.
  4. Build the solution.