-
Notifications
You must be signed in to change notification settings - Fork 23
Developer Environment
Install ASP.NET and web development workload, which includes .NET Framework 4.8.x and WebForms
Generally, we use Visual Studio but you can now work with the project in VS Code if desired. (requires C# Dev Kit)
We use some JavaScript components that are packaged as npm (Node Package Manager) modules, and we use gulp for building themes, so you need to install node.js in order to build the module. (we currently use 22.21.0 but use whatever recent LTS version)
(any edition; preferably 2012 or higher)
You need to create your own fork of DNN Community Forums. Within your own fork, recommend creating a branch for each change you are going to make. This makes it much easier to isolate, test and ultimately merge, your pull requests.
Always use at least the minimum supported version; see Dependencies. Install a baseline DNN instance; you can use NvQuickSite as a starting point.
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
- Avatar injection (new in 9.1)
- Recycle Bin (new in 9.1)
- Badges (new in 9.2)
- User Mentions (new in 9.3)