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
3
votes
1 answer

Datasource settings unavailable for dotnetnuke reports module

I am running DNN Version 07.02.02. I am trying to add a reports module to a page, but the settings don't appear to be there. It was an upgrade, which makes me nervous already and I have specifically installed the same version blank installation on…
Anthony Horne
  • 2,522
  • 2
  • 29
  • 51
3
votes
2 answers

How to Programatically Create Page on Module Installation?

I have a custom DNN module that I'm working on that I need to create an Admin Page when the module is installed within a DNN instance. I have creating the page handled, but getting code to run when the module is installed/upgraded is something I…
Chris Pietschmann
  • 29,502
  • 35
  • 121
  • 166
3
votes
2 answers

Accessing .config file inside a DotNetNuke Module

I have implemented a DNN module that uses a user-defined control (this user-defined control has implemented GoogleAnalytics tracking for our own use). The control needs to access a config file in order to grab the configuration settings of our…
Zahra
  • 6,798
  • 9
  • 51
  • 76
3
votes
5 answers

DotNetNuke include javascript on every page

I want to create a module that basically includes javascript on to every page on a dotnetnuke site. I can include a js file in the current page, ClientResourceManager.RegisterScript(this.Page,…
Linton Caldecott
  • 449
  • 6
  • 17
3
votes
1 answer

How to know if a user logged in through facebook

I have both DNN 6.2 and DNN 7.0 running on my localhost. I have successfully set up facebook authentication and got facebook login working. Now, through the code how do I know if a user is logged in through facebook and how do I get his facebook ID,…
ILuvProgramming
  • 121
  • 1
  • 11
3
votes
3 answers

Lost session/cookie when login as another user

I am building dnn module which allow logged in user to log in as another user. But I have some wired issue here. This is how I log out current user and login as another user: UserInfo userInfo = UserController.GetUserById(portalId, userId); if…
1110
  • 7,829
  • 55
  • 176
  • 334
3
votes
2 answers

how do i remove the collapse/expand control from the module container

I am new in DNN and can you please help me provide the steps in order to remove the collapse/expain control from the containers. I am creating a skin and i want to get rid of that control.
Nischint
3
votes
3 answers

Sending Email in DNN

I'm trying to send an email in a DNN module I'm making. However, though it doesn't crash the email isn't being sent. I think it has to do with the From Email I'm attempting to use. I'm not 100% sure what email I should be using for the from which is…
Mitchell
  • 253
  • 1
  • 5
  • 16
2
votes
1 answer

Custom Interface for different user in DNN.. How to?

I am new to DotNetNuke; I have following situation please suggest what are the options for me to target this situation. I have a website which is in .Net (No CMS and pure logic only) and client want it to be migrated in DNN. Please let me know how…
Jigar Pandya
  • 6,004
  • 2
  • 27
  • 45
2
votes
1 answer

How to change content of module when language is changed in DNN 6?

I have installed a language pack for "French". When i switch language it only change text of menu items and page title , but i want to change the whole content of page in new language . When i modify content of module , it is contain only one…
2
votes
2 answers

Why is DotNetNuke text editor control always showing HTML Code with iPad?

I have a DotNetNuke custom module where I am using an HTML editor to allow uses to enter some text to be saved to a database. It is working fine for all browsers except IPad's safari where I get the HTML tags showing in the editor. What can I do to…
Emad Gabriel
  • 3,677
  • 7
  • 37
  • 49
2
votes
1 answer

DotNetNuke Add Action to Module Menu with custom url

I am building a custom module for DNN 05.04.02. I want to add a custom action to the module for downloading submitted files. I am able to get the link to appear but the url parameter is a mystery. I have tried dozens of combinations and it either…
ChrisOPeterson
  • 559
  • 1
  • 6
  • 24
2
votes
4 answers

A whole website section as a DotNetNuke module

I need to develop a whole section of a website (around 10 different pages) as a DotNetNuke module. The site will be using DNN as the CMS, where editors will manage HTML content for most of the website (exception that section I'll be…
bfavaretto
  • 71,580
  • 16
  • 111
  • 150
2
votes
2 answers

Domain Name Does Not Exist In The Database in DNN 5.6.2

i found this error "Domain Name Does Not Exist In The Database" in DNN 5.6.2. when i run my web site in another computer that time this kind of error is genetared. i dont know why this happen.
bhargav
  • 99
  • 1
  • 2
  • 3
2
votes
3 answers

DotNetNuke module missing from page

I have a a strange problem with nuke modules i've been developing for a nuke 4.8.4 site. I have one module that just refuses to allow another module to be placed BELOW it in the same pane. Everything loads fine as long as it is the last module in…
Scott Ivey
  • 40,768
  • 21
  • 80
  • 118
1 2
3
24 25