DotnetNuke Module Integration

一个人想着一个人 提交于 2020-01-03 20:00:55

问题


I have created a DNN module for a Poll. This module is created as a Project within my DNN project solution . I would like to integrate this module into the DNN website.Is there any chance of doing this? I already change the users controls to inherit PortalModuleBase withing my Poll project. I went through this tutorial http://www.adefwebserver.com/DotNetNukeHELP/DNN4_SurveyModule/Default.htm but i realise it s not the same case since this one shows you how to create the module in the DNN site. thanks for your help


回答1:


You should start with the DNN Module wizard for visual studio that comes with the DNN source package. This will give you a 'hello world' module to start with.

You also need to create a manifest file for your module. Take a look at DNN Module Packager.

This XML file will contain the relative paths of all your module files when installed. The manifest file is zipped along with all your module files and installed in the DNN Host menu when logged in as the host user.

Most of this information and starter modules can be found on the DNN website under documentation.



来源:https://stackoverflow.com/questions/2144686/dotnetnuke-module-integration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!