开发者

DotnetNuke Module Integration

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 proje开发者_JS百科ct. 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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜