How to Add Custom Module in DNN

This blog describes to add the custom module in DotNetNuke.

Steps are given below:

  1. Open the DNN Website
  2. Click on the Admin panel.
  3. Login the Admin through user name and password.

    login page

  4. Now the website are open with admin. now see the top of the page, a black strip show.

    module

  5. click on the modules menu. Than three option you see, select the third option that is “find more module”.
  6. new page is open (see in the images). Now click the create new module button.

    install extension wizard

  7. Pop up window are open, in drop down select the new than you provide the details in text box, for example module name, module path, file name, language etc and click create module.

    create module

  8. you add the module successfully.
  9. you see your module in add new module in modules menu.

Add Code in module

  1. Now open the file in visual studio than go to the path (path that is you select in the module path) and open file than write the code that you want in the module like form, images etc.
  2. After write your code in visual studio, again go to the website and open any page , click on module menu and add module when you click on module, all module are shown. Then select the module that you are created.
Module that is you create show on page.