Create a dynamic community with DNN Question and Answer - Part 3/4
7 min : 58 sec
This video series will go through all aspects of setting up a Question and Answer feature on your DNN site, like the one available on the DNN Community Exchange. We will be using the DNN Q&A module for that. This is part 3 of 4.
Related Links:
- Download DNNQA Module
- DNNQA - Replace DLL - Fix link from User Profile
Changes to the web.config:
1 - Find <httpModules> (if you don't find it, no worries, just skip to step #3 below)
2 - Add
<add name="DNNQAUrlRewrite" type="DotNetNuke.DNNQA.Components.Modules.UrlModule, DotNetNuke.Modules.DNNQA" />
3 - Find <modules
4 - Add
<add name="DNNQAUrlRewrite" type="DotNetNuke.DNNQA.Components.Modules.UrlModule, DotNetNuke.Modules.DNNQA" preCondition="managedHandler" />