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

DotNetNuke List Export as csv

We are using Forms and list module in DNN 9 portal. We are having List with URL column. We are able to view the URL value in portal. But, when we export list as csv and If URL value is internal URL(like Portal page URL or file URL), then we get some…
0
votes
1 answer

dotnetnuke html module fails to load file uploaders when installed with pageblaster

site on dotnetnuke 5.06.03 is not loading file uploaders (image file uploader, flash file uploader etc.) after snapsis pageblaster 3.6.1 is installed. file uploaders works great when pageblaster is disabled.
0
votes
1 answer

Enable Global 2sxc Javascript Object for Non-Admins

What I am needing help with is getting $2sxc().data().update() [I do have the proper info inside the ()s, just left it out for readability] to function for accounts in roles given view permissions to a page. Everything works when I am logged in with…
0
votes
1 answer

DotNetNuke Migration to SharePoint

Is there a way to migrate DNN to SharePoint? We want to move all the contents from DNN to SharePoint. Is there any DNN API to export contents like documents, images and other files? Also, where the file contents are stored in DNN SQL server?
0
votes
1 answer

2sxc - How can users View and Edit their own Drafts?

Here is the scenario. At a large organization, all the users login to their Intranet and they are in a Staff (DNN) Role. We are building a 2sxc app to handle a very basic Classifieds Listing so the users can offer/sell items to each other. For the…
Jeremy Farrance
  • 740
  • 6
  • 11
0
votes
1 answer

How do I get access to current edited entity data like id and guid in modal window of 2sxc DNN module?

I'm writing my custom property type for module 2sxc. I mean I'd added a js file inside my app at path "/system/field-string-my-custom-field/index.js" and I'm writing my code there. And I need to get id (or guid) and entity type of a current…
0
votes
2 answers

how to resolve Javascript issues when using 2sxc IRenderService to embed an App in a DNN Theme Layout

Im trying to embed my 2sxc App into a Theme layout page. The App view html does render <%-- This namespace provides this.GetScopedService() --%> <%@ Import Namespace="ToSic.Sxc.Dnn" %> <%-- This namespace provides all the common 2sxc services…
Dieter V
  • 11
  • 4
0
votes
1 answer

How to fix http/https url generation inside module settings/edit modal window iframe at DNN website?

For some reason DNN generates url for src of iframe inside every modal for editing module or module settings with different protocol on localhost and prod. On localhost when page is opened via https, iframe also has https url. At the same time on…
0
votes
1 answer

Where or How can I find a Complete List of Available Services for DNN and 2sxc

I've been trying to both convert old code and write new code using GetScopedService(). However, I keep discovering ones I didn't know about. Is there an easy way to find the complete list of services available for 2sxc? For DNN? And maybe even…
Jeremy Farrance
  • 740
  • 6
  • 11
0
votes
1 answer

How to get 2sxc site registered for Patrons?

I have 2sxc installed on a site. It was previously registered with the Patrons tokens for Core+, Patron Basic, and Patron Perfectionist. I patched from 13.10.1 to 14.1.0. Now I get this error on all of my apps: Warning: Registration is Invalid. Some…
0
votes
1 answer

How do I determine pages that contain layouts with content-item of certain entity object in DNN module 2sxc programmatically?

I have entity ListSettings which is used as Content-Item type for 2 layouts. Each layout is used 3 times on different pages. The code I'm writing is not executed on the page - it's outside of 2sxc module. So I wan't to find out on which page each…
0
votes
1 answer

How do I make .dnn manifest file to create parent node in web.config for my child not if parent node doesn't exist?

I'm working on a DNN module. I need to edit web.config via .dnn manifest file. I need to add rule for url rewrite. I need it to look like this: {some content here}
0
votes
1 answer

After DNN Database migration, DNN shows a successful log in in the EventLog table, but It actually does not have me logged in

So I have moved a good number of DNN database/websites and not encountered the following issue. After moving and getting the site back up and running, when I try to log into the site with either a Super User or typical user account the following…
pghtech
  • 3,642
  • 11
  • 48
  • 73
0
votes
1 answer

GetScopedService does not exist in the namespace ToSic.Sxc.Services, are you missing an assembly reference?

In 2sxc, trying to replace some old Factory/Render code in a clone of a site that is currently running DNN 9.10.02 and 2sxc is upgraded to v14.00.00. I was doing the same thing as your recent blog article, Deep DNN Skin and Module Integration, the…
Jeremy Farrance
  • 740
  • 6
  • 11
0
votes
2 answers

How do I render a 2sxc module into a DNN theme?

Since, v13 or v14, I heard that we can use "iRender" or something to inject a 2sxc module into the skin. This was the previous way Is it possible to load a specific 2sxc module in a DNN skin? What is the newest code for injecting a 2sxc module into…
1 2 3
99
100