REGISTER
 
How to Install a Module? [4.4.x]
Installing a DotNetNuke module is an easy 7-step procedure. This procedure applies to PA (Private Assembly) DNN modules.

Note : This article applies to DNN versions 4.4.x and above. For prior versions please visit : How to Install a Module? [4.3.x]

1
Module Definitions

You'll use Module Definitions to install the module. In order to do that, you should login as host, or an administrator account with module upload permissions.

You can reach Module Definitions from the Host menu item.

DNN - Module Definitions

2 Install New Module

On Module Definitions screen, choose Install New Module from the actions menu. It depends on the skin you use, but you can generally locate in on upper left corner of the main pane of the page.


DNN - Install New Module


3 File Upload / Browse the ZIP File

The PA Modules are delivered in ZIP files. Remember the place where you saved the module ZIP file you downloaded? Then browse it.

DNN - File Upload


4 Choose the file

After you accessed the file, choose it and press Open.

DNN - Choose File



5 Save File

This is the most different step from previous versions of DNN. Installing a module is now one step less. The file (with complete physical location) appears in the textbox. Check it once again and then click Save.


DNN - Save the chosen file


6 Module Installed

If you do not see any error messages, it means that the module is installed correctly.

Click the Return link.

DNN - Module Installation Successful

.
.
.

DNN - Module Installation Successful

As seen above figure, the installation will yield the message "Installation successful". The errors in module installation may have various causes. The first source you should refer is the vendor of the module.

In prior versions, you had to run SQL query to define the database tables and stored procedure. But from this version on, you don't have to do anything for database. The module makes them all.

7 See it on the List

When everything is OK, you should see your new module on the "Module List" on upper panel.

Now you can use the module.

If available, follow the instructions and help manual on how to use the module. It's generally packed in the ZIP file.


DNN - Check your module in the list


Good luck. Enjoy DotNetNuke!

Bilgin Esme
December, 2007
  Search
Tip of the Day
"What to do when a file is deleted and the 'Documents' module gives error?"

When you delete a file associated with a "Documents" module instance, you receive an error message. The only solution is to re-upload this missing file, to the original folder.

"But what will happen if you don't remember the name of the file?"

In this case, you should refer to the database table "Documents". You'll notice entries like "FileID=289" in "URL" column. You can now refer to "Files" table. Following this example, you can temporarily change the" FileID" of URL column, with an ID already present in "Files" table.

After the "Documents" module instance is functional again, you can change the document association from the module interface.
Our Modules

Free Modules

For our free modules, click here!
);