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
2 answers

DNN Custom Authentication provider not displaying if default Auth provider is disabled

I followed this guide as a template to creating my custom authentication provider DotNetNuke Tips and Tricks #12: Creating your own Authentication Provider In that guide he creates his own authentication configuration class so that it does not share…
2
votes
2 answers

DotNetNuke ModuleAction server-side processing

In DNN it is possible to add a ModuleAction menu item. According this article on the DNN site it is even possible to do some additional processing on the server-side. After converting the code to C#, the ActionHandler is never called. This is my…
jerone
  • 16,206
  • 4
  • 39
  • 57
2
votes
2 answers

Adding entry to user friendly urls in dotnetnuke from module

Hi guys am creating a product catalogue module for dotnetnuke 7. For the sake of functionality, when the user selects an item it goes to a product details page and appends the url with an id number for that item so the page knows what product to…
HuwD
  • 1,800
  • 4
  • 27
  • 58
2
votes
1 answer

Add module definition to existing module

So, I've developed a great module and integrated all over the installation on multiple pages. The next day comes the customer and they want another view added to the module. So I build another module definition. Problem is, now I have to install the…
jerone
  • 16,206
  • 4
  • 39
  • 57
2
votes
2 answers

Error Installing Custom DNN Module

I have created a custom DNN module, but it fails when I install: A critical error has occurred. Could not find file 'C:\inetpub\wwwroot\Customers\RevIndex\RevIndexDNN.Web\Install\Temp\hlivdv1q\Test.dnn'. Here are the steps I took: I created a…
Joseph Anderson
  • 4,114
  • 4
  • 45
  • 99
2
votes
2 answers

dnn filepickeruploader control

Am developing a module for DotNetNuke 7. I want to be able to upload a thumbnail image for entries in a catalogue. Have managed place control in edit view of my module and upload and select files however when I build the project I get the following…
HuwD
  • 1,800
  • 4
  • 27
  • 58
2
votes
1 answer

DotNetNuke Module Development - IoC with StructureMap

I'm very new to DotNetNuke module development but fairly well versed in StructureMap as an IoC container and the concepts of IoC and Dependency Injection. I'm following the DNN module tutorial vids here -…
2
votes
1 answer

access module settings from custom class

I am having trouble in DotNetNuke 7 accessing module settings using Settings["mySetting"].ToString(); from a method in a custom partial class which inherits "myModuleBase". I am using a module development template that already has a partial class…
Mark Hollas
  • 1,107
  • 1
  • 16
  • 44
2
votes
1 answer

comments module in dotnetnuke

Is there any comments module in Dotnetnuke that can work with the journal module? I mean, if a user comments on a page, the journal module on his profile displays that this user has commented on this page? Or, could there be an item having a link…
Waqas Ahmed
  • 88
  • 1
  • 1
  • 5
2
votes
1 answer

How to add a module on my page in DNN programatically

So far, I have tried below code to add a module through code on my page in DNN. protected void Page_Load(object sender, EventArgs e) { ModuleController MC = new ModuleController(); ModuleInfo MInfo = new ModuleInfo(); MInfo =…
Pranav
  • 8,563
  • 4
  • 26
  • 42
2
votes
2 answers

How to create dotnetnuke skin and skin objects?

I am beginner to dotnetnuke and i want to learn and create website using dotnetnuke framework, so plz guide me to tutorial articles and some other resource to learn and create Skin and Skin objects in dotnetnuke Thanking you in advance......
Hitesh Bavaliya
  • 923
  • 1
  • 11
  • 19
2
votes
1 answer

Show module on everypage with same content in DotnetNuke

I am developing a slide show module for DNN, I have completed the module but I have a problem. I use modules' TabModuleID property to load the images for every instance of module, by this user can add multiple instance of modules with different…
zer0w1dthspace
  • 1,042
  • 2
  • 17
  • 34
2
votes
2 answers

Simple question on DotNetNuke Module development

If you are developing multiple modules on a webpage displaying different things such as content like a bio or pictures based on a userId passed through the Query String. At page load should all modules on the webpage act independently and…
shad
  • 131
  • 2
  • 4
  • 9
2
votes
1 answer

How to load a Banner module inside an IFrame in Dot net nuke

I'm new to dot net nuke and I'm searching for a way to load a banner module inside an iframe. How to figure out this?
not 0x12
  • 19,360
  • 22
  • 67
  • 133
2
votes
2 answers

Create Module Control during installation of module in DNN

I have finished developing my module for dotnetnuke, but I need to have my controls pages already added after the module is installed instead of adding all the control pages myself
Zarichney
  • 165
  • 1
  • 3
  • 12