Adding folder to custom DNN extension

I am creating a custom extension for DNN using Christoc's DotNetNuke Module and Theme Development Template

I add folders to my extension project and i do a release build, once i install the extension on my site the folders are not there. These folders are part of the extension project. Do i need to add them as resource to the extension or something? because my JavaScript folder and CSS folder are there once installed and i created these folders manaully my self also

Thank You


You need to add the Folder, or the FILE TYPES in the folder to the BuildScripts within my project templates. Look at the ModulePackage.targets file.

Chris

链接地址: http://www.djcxy.com/p/43830.html

上一篇: 将DNN 7.2升级到DNN 7.4时出错

下一篇: 将文件夹添加到自定义DNN扩展