Hello ,
when we create a module into Admin side. and if we want to do customize code into this new module then how can we do this and where this new module file saved? by FTP where can we find this new files of new module.
Thanks
Hello ,
when we create a module into Admin side. and if we want to do customize code into this new module then how can we do this and where this new module file saved? by FTP where can we find this new files of new module.
Thanks
When you created the module through the module definitions page, one of the things it asked for is the folder name. The module files will be place under the ~/DesktopModules/[yourmodule]/ folder. To modify the files, you'll need to use an external editor of some form. In the Module Controls section of the Module Definition page, you'll be able to select any ascx file within the folder that you specified for the module.
Here is how new modules in dnn are developed and deployed:
If you have any other question regarding dnn module development in dnn 5.x feel free to contact me.
Happy dnn devlopment