These instructions cover setting up a dynamic DotNetNuke module in Visual Studio 2010 and manually installing the module in DotNetNuke. While these instructions are based on DotNetNuke 05.06.03 they are applicable to all of DotNetNuke 5 versions. These instructions do…
Tag: DotNetNuke
How to Create a Module Install Package (Basic)
These instructions cover creating a basic Install Package for DotNetNuke version 05.06.03 (45). Stay tuned for updates on more complex installs. assume that you have successfully manually installed your module and that the App_Code and DesktopModules folders contain all the…
Retrieve Dot Net Nuke Custom Module Settings
If you’re creating custom modules for DotNetNuke you’ve certainly tried to add your own settings to the settings.ascx in the default module setup. Creating your settings happens in 5 steps. Where ever you see “settingname” replace with your setting’s name:…