DotNetNuke - How can I add module definitions from .dnn6 manifest
Hi DotNetNuke experts :)
I want to make some changes to dnnfeedback source and I want to add module definition to site
in the previous release of this module i used "host -> extensions" and in the action menu select "create new module" and just add a manifest and use it
But in the last release of the module, the manifest extension was changed to .dnn6
and my DotNetNuke (version: 6.1.3) doesn't show me anything to choose from.
I think this section of DotNetNuke doesn't understand the extension .dnn6
.
so how can i add the definition of this module?
thank
if you want to change the source, just install the package and replace the DLL file with the one you changed
You can simply use the "Install Extension Wizard" instead of the "Create a new module" option and select the downloaded source .zip package of the feedback module. It will install the source files into the DestkopModules / Feedback folder, and you can make your changes there.
A bit about .dnn6 manifest files can be found here .