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
4
votes
3 answers

Options for licensing DNN Modules?

We're looking to sell our DNN modules, but we want to make sure each module is restricted to ONE DNN install (if user wants to install a module multiple times, multiple modules must be purchased). What DNN licensing solutions can you recommend? I'm…
roman m
  • 26,012
  • 31
  • 101
  • 133
4
votes
1 answer

How to store data temporarily in DotnetNuke 7?

I am new in DotnetNuke. Feel free to suggest me correct terminology. I am working on DotnetNuke 7. I use C#. I have a table with 30 string fields and it can have maximum 50 records. Currently I am managing it using Database. I think it's not much…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
4
votes
3 answers

In DotNetNuke, how can I get a ModuleInfo object if I just have a ModuleId (and not a TabId)

The only method provided by the DNN framework to get a module by ID also required a tab ID. What can I do if I don't have a tab ID?
bdukes
  • 152,002
  • 23
  • 148
  • 175
4
votes
2 answers

Open DotNetNuke Link Popup

How can I open module content in a popup instead of a new page? Currently, I am using a link inside a GridView like this:
Samuel Gerges
  • 251
  • 3
  • 10
4
votes
2 answers

How can I remove the Maximise Minimise Buttons which appear on a DNN site

I have a DotNetNuke website and I wish to remove the maximize, minimize buttons throughout the website. Is there any other way to do that without selecting "None" in the container settings? Thanks in advance.
Yasodha
  • 341
  • 1
  • 10
4
votes
6 answers

DotNetNuke Retrieving UserInfo for the given UserID

Is there somthing in the dotnetnuke framework which will allow me to pass it a userId and it would return the UserInfo object filled with details of that userId. If not what would be the normal way of doing this?
shad
  • 131
  • 2
  • 4
  • 9
4
votes
1 answer

DNN Search Automatic Reindexing

Is there a way in DNN 6.0 to automatically reindex the search results. Because unless we click on host->Search Admin->Reindex Content some of the recently uploaded content would not appear in search results until the content is manually reindexed. I…
Yasodha
  • 341
  • 1
  • 10
4
votes
1 answer

DNN Blog Module how to change the blog post order

In DotNetNuke(DNN) Blog module, how can I change the order of the blog posts? by default the most recent blog entry would always be displayed on top. How can I change the order of the blog entries?
Yasodha
  • 341
  • 1
  • 10
4
votes
2 answers

I want my DotNetNuke modules to work under as many versions as possible while avoiding assembly binding redirection

I am developing DotNetNuke modules and naturally want them compiled before installing or distributing them. In the past I've simply referenced a specific version of DotNetNuke.dll by browsing to the /BIN folder of a local DotNetNuke…
3
votes
3 answers

How to get the tab ID from url in DotNetNuke

I have an url (e.g. http://localhost/Aanbod/Pagina.aspx) and I want to know the tab id, so I can make a friendly url with query (e.g. http://localhost/Aanbod/Pagina/QueryKey/QueryValue/). Anyone has an idea? Edit: I'm not on the page itself. Want to…
jerone
  • 16,206
  • 4
  • 39
  • 57
3
votes
1 answer

Exception in one DNN module prevents processing all other modules on page

I have very general problem on DNN 6.0 web site that I am working on: unhanded exception in one DNN module affects processing all other modules on page. Example: Let's say I have DNN page with two modules on it. Module1 has button which onclick…
Andy
  • 429
  • 3
  • 9
3
votes
3 answers

DNN - Allow users to edit content but not settings

I'd like "Content Managers" of my DNN website to edit just the content of a particular HTML module instance, but not its settings. How do I achieve this? If I allow this role to "Edit" the module, they are able to access and change the module…
Apeksha
  • 485
  • 6
  • 23
3
votes
2 answers

Adding Custom Settings Tabs to Custom Module in Dotnetnuke (DNN)

I'm writing a new module in DNN 6 (Same question for DNN 5). By default you have some default tabs for settings in module settings section of any module you put in a particular page. For example in the picture below, we've got "module settings",…
Manoochehr
  • 331
  • 4
  • 13
3
votes
1 answer

DotNetNuke - Module settings disapear on new user control

I have a DNN module which renders a user control (view.ascx) All is ok ( I am logged in ) and I get the DNN settings menu. however when I add another control and load it like so: string url = Globals.NavigateURL(PortalSettings.ActiveTab.TabID,…
jason clark
  • 829
  • 2
  • 11
  • 23
3
votes
1 answer

Getting current user in DotNetNuke

I'm trying to get the current logged in user once they've reached my app hosted on our DotNetNuke page. The app is built in React.JS, and I'm rending it inside the HTML module. When the user reaches the app, I'm doing a ComponentDidMount method…
Justin E. Samuels
  • 867
  • 10
  • 28
1
2
3
24 25