Questions tagged [dotnetnuke-module]

DotNetNuke is a web content management system based on Microsoft .NET. The Community Edition is open source.

DNN Platform (formerly "DotNetNuke Community Edition" content management system) is open source software that is intended to allow management of websites without much technical knowledge, and to be extensible through a large number of third-party apps to provide functionality not included in the DNN core modules. Skins can be used to change the look of a website using DNN.

The default functionality of DotNetNuke can be expanded by adding third-party modules, either from an existing library of modules, or through in-house development of custom functionality. The DotNetNuke framework provides basic functionality such as security, user administration and content management, while modules are used to tailor the web site for specific deployment needs.

http://en.wikipedia.org/wiki/DotNetNuke#Modules

366 questions
2
votes
1 answer

Dynamic Generated Script Should Appear on all pages in DNN

My Client need a DNN module in which the dynamic generated Javascript should appear in the footer of the whole web portal. I have generated the code but it only appears on one page of the portal as soon as the page closes the script gone. as this…
Syed Fazli
  • 71
  • 5
2
votes
3 answers

Idetification between multiple DotNetNuke module definitions

I have build a module in DotNetNuke 6 that contains multiple module definitions. A module can be added on multiple pages (tabs) and multiple module can be added to one page (tab). Problem is that I can't find an identifier that ties all my module…
jerone
  • 16,206
  • 4
  • 39
  • 57
1
vote
1 answer

How to add module user control on page in DNN 6?

(This is how my module definition looks like.) I am using DNN 6 and I have module with following user controls. Now when I add the module to be added on page it always show the View.ascx; so how can I show pagestarter.ascx? My goal is I have page A…
Jigar Pandya
  • 6,004
  • 2
  • 27
  • 45
1
vote
1 answer

Does a module exist for creating structured content in DotNetNuke?

Let’s say I have a site featuring a company’s various capabilities, each of those capabilities constituting a separate page. Every capability will feature a number of case studies, each of which is made up of an image, a title, a description and two…
1
vote
1 answer

Execute SP in SQLDataProvider

I have a DNN Module Install Zip with a sqldataprovider and the first procedure created created a procedure that alters a table and adds some columns. But all it does is create the procedure. I also need it to run and create the columns or the other…
user482375
1
vote
1 answer

DNN- Best way to provide membership based skins?

I am going to develop membership based portal in dotnetnuke. In the same I want to allow portal manager to define skins for users. Tell me how can I do that?
Jigar Pandya
  • 6,004
  • 2
  • 27
  • 45
1
vote
1 answer

DotNetNuke 6 - Creating a Module, that uses javascripts

I would like to create a module that has some behind the scene custom javascript embedded into the header section of the page. A div box that the javascript populate. (I was thinking of some google chart/map example). My problem is that the guides i…
1
vote
1 answer

How does DNN File Based Caching Provider decides to invalidate a cached object?

DNN Blog states: As each server's cache has a dependency on the same file, if the file is modified - then the cache is invalidated and the object will be reloaded from the database, and re-cached. My question is how does file based caching…
Basit Anwer
  • 6,742
  • 7
  • 45
  • 88
1
vote
1 answer

DNN + Form and list module + xslt + skin path..?

I use the "Form and list" module for DotNetNuke to generate blocks. In those blocks I have an image that is located in a "image" folder in the skin directory. But I don't know how to get the link from the xslt file. I would like this kind of link…
user863562
1
vote
3 answers

How can I build professional module in DotNetNuke 5.6.2?

How can I build custom module that can later be useful in other DNN websites. "standard" : module can be installed once only in one DNN portal "professional" : module can be installed in multiple portals "Enterprise" : module can be installed…
user865160
  • 11
  • 3
1
vote
1 answer

DotNetNuke module uninstall error

Every time I uninstall a DotNetNuke module and check the box to remove files, it completely kills my site. I'm running IIS7 on the x86 Windows 7 beta, and have had this problem with both 4.8.4 and 4.9.2. When the error happens, if I replace all…
Scott Ivey
  • 40,768
  • 21
  • 80
  • 118
1
vote
2 answers

Debugging DotNetNuke Modules

What is the best VS solution setup for DotNetNuke 4.8 inter-module communication development? I currently have a solution with multiple Web Application projects in it for my DotNetNuke modules - and in each one of those have pages with the…
Scott Ivey
  • 40,768
  • 21
  • 80
  • 118
1
vote
2 answers

DNN Custom Authentication provider installation error

i developed a custom login module for my dnn site, i could install custom login in my local host installed dnn version 05.06.01 (238), but when i tried to install it in my Live site installed same dnn version, it failed to install and shows the…
Senthil
  • 13
  • 6
1
vote
1 answer

How to set the skin of a DotNetNuke page through code?

I'm working on a DNN module that creates DNN pages (tabs) and places DNN modules on them through code. So, far that's working very well. However, I'd like it to also be able to programmatically set the page's skin and place the modules in the…
ks78
  • 927
  • 2
  • 17
  • 34
1
vote
3 answers

Adding DNN module error when control has key assigned

I'm creating a module and I was able to add a user control as a view type and everything worked. I want to add a second control, also as a view type, but that's where trouble begins. If I just add the new control to the module definition, it…
Michael Itzoe
  • 1,949
  • 4
  • 29
  • 49