Questions tagged [dotnetnuke]

A .NET open source content management system and web application development framework. Also goes by the names DotNetNuke, and DNN Platform and Evoq (the Commercial Product built upon DNN Platform).

The DNN (DotNetNuke) Platform is a CMS originally based on a Microsoft .NET example web application called IBuySpy portal, it was first released under the moniker IBuySpy Workshop. It is an open-source project (MIT license) and part of the .NET Foundation. There are also commercial solutions built by DNN Software, including Evoq Content. Overall, the platform runs over 700,000 known production websites.

Originally DNN was written in VB.NET. With version 6 of DNN, a switch was made to C# as the development language for the core platform. The name changed from DotNetNuke to DNN Platform in 2013 (with the commercial solutions changing from Professional Edition and DNN Social to the Evoq Suite of solutions).

More information and additional support resources can be found using the following links.

  • dnncommunity.org - The official DNN Community Website, including blogs & discussion forums
  • dnndocs.com - The official DNN Platform Documentation
  • GitHub Repository - Where all source code, bug reports, feature request,s and releases can be obtained from
  • Security Center - A listing of all known security issues and mitigations
  • DNN Store - the official marketplace for DNN extensions
3491 questions
1
vote
1 answer

HTML tags in Dotnetnuke not working

I've been trying to add HTML tag to the page with no success. The code I use is: Protected Sub Page_PreRender(sender As Object, e As System.EventArgs) Handles MyBase.PreRender Dim defaultPage As CDefault = TryCast(Me.Page, CDefault) …
Don
  • 11
  • 1
1
vote
1 answer

Moving DotNetNuke From Local To Host

I have installed DotNetNuke 5.6 on my local drive,now i want to move it to host to run web site. What steps should I do to run my web site?
Arash
  • 3,013
  • 10
  • 52
  • 74
1
vote
1 answer

DotNetNuke Custom Application Architecture

I have the task of developing a custom ASP.NET business application. It will essentially consist of record entry and a workflow to manage these records. We are looking to leverage a CMS and we've selected DotNetNuke at this point. I'm wondering…
Sephrial
  • 1,207
  • 1
  • 13
  • 26
1
vote
2 answers

How to convert a dnn site to mobile version?

I have a site made by dnn6.i need to add the mobile version of the site.how can i solve this problem.or is it possible to convert mobile compatible site.
KIRAN K J
  • 632
  • 5
  • 28
  • 57
1
vote
1 answer

HTML editors for DNN

I need a html editor because the one provided by DNN 6 is not working. The radeditor wont display sub folders or images that i have copied from the file system to the DNN portal installation. The document manager also doesnt work and just shows up…
SOLDIER-OF-FORTUNE
  • 1,634
  • 5
  • 39
  • 66
1
vote
2 answers

Can I render a DotNetNuke module's control without restricting the page to a specific module?

I am working on a DotNetNuke module that consists of several different screens, with each having it's own set of user interface interactions. I decided to handle this by putting each screen in a different module control. The only way I can find to…
KallDrexx
  • 27,229
  • 33
  • 143
  • 254
1
vote
1 answer

checking a cookie exists Login Logoff using jquery / js

I have a DNN login/logoff control which isnt working properly. I want to therefore make my own using JS/JQUERY. When the user is logged in the HTML on the page looks like this:
0
votes
2 answers

Java scripts not working in ascx edit page?

Hi I am new to dotnetnuke. Javascripts are not working in ascx edit page? here i Have provided full path to javascript . But its not working correctly in ascx page. Page.ClientScript.RegisterClientScriptInclude(this.GetType(), "Jcrop",…
sudhakar m
  • 13
  • 3
  • 8
0
votes
2 answers

css menu moving when bold

I have a menu which looks like this: When the user clicks on Recruitment, it goes bold (as it should do) but moves the whole menu 1 or 2px to the left. I am using DNNnav.
SOLDIER-OF-FORTUNE
  • 1,634
  • 5
  • 39
  • 66
0
votes
3 answers

how to remove sitemap.aspx in dnn6

i need to remove sitemap.aspx from the site. In dnn 6,there is a sitemap.aspx page that simply shows an xml sitemap.i cannot edit/remove that file.so i need to remove that page and recreate it with a simple html sitemap. NOTE:the page name should…
KIRAN K J
  • 632
  • 5
  • 28
  • 57
0
votes
1 answer

error calling jquery webservice dotnetnuke

I have read a lot about jquery and i have a simple webservice that returns a method. Now i want to call that webservice with jquery in dotnetnuke but I get an error saying file not found (Error Number 404). Here is my code: WEBSERVICE using…
Jay
  • 321
  • 3
  • 7
  • 19
0
votes
1 answer

ScriptResource.axd requests return HTTP 302

The DNN application I develop has this familiar problem in the deployment env (Win 2003/IIS 6). From all resources I've searched only one came close to my situation. i.e this request returning 404 instead of 302 I get. Common suggestions like aspnet…
Uchitha
  • 998
  • 8
  • 24
0
votes
2 answers

Send data to function

I using DotNetNuke and I want to send data in this way:
I want to add code of my function to Home.aspx file but I can't find it. Where must I add code of my function in this case?
Never
  • 335
  • 2
  • 7
  • 23
0
votes
1 answer

TreeNodeBinding issues

I have a page which has a tree directory of people who work at this company. Initially the only way to open the nodes was to click on the little +/- but when you get to the last level, the person's name was there and clickable off to their bio…
Peter
  • 427
  • 4
  • 9
  • 37
0
votes
1 answer

DotNetNuke - Opening and closing trees

I inherited a DNN site and am trying to figure it out. I have a page with a clickable header and then it branches into categories which are also clickable and show a name (it is a directory of people working at this company). The issue is that…
Peter
  • 427
  • 4
  • 9
  • 37