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

float within a float in dotnetnuke?

Is there a way to put a float within a float in dotnetnuke? or a box with content inside a float? So far, my attempts (float right, and position relative) have rendered the editing of the inner box inoperable, which suggests I must have an admin…
sandraqu
  • 1,428
  • 1
  • 14
  • 31
0
votes
0 answers

In DNN with 2sxc v16.03+, how can I get access to the older Razor14 while converting to RazorTyped?

I have a couple of recently created Views inheriting from Custom.Hybrid.Razor14. I thought it would be fairly easy to update to .RazorTyped and then work my way through the errors. However, its become a bit complicated. Especially when I get to…
Jeremy Farrance
  • 740
  • 6
  • 11
0
votes
1 answer

Using dotnet build project occurred value cannot be null error

I use following command build project Ryujinx: https:github.com/Ryujinx/Ryujinx.git dotnet build -c Release -o build The compilation process is all normal, I misused ctrl+c and interrupted the compilation. It gets following errors when I use the…
saiumr
  • 1
  • 2
0
votes
0 answers

DNN 2sxc | How to grant users permission to view all content items

I have a custom 2sxc app, very much like a blog, that allows DNN users with edit-level permissions (default permissions) to add and update entities of a 2sxc content type called "Article". I would like users assigned the DNN "Content Editor" role to…
Zachary
  • 1
  • 4
0
votes
1 answer

How to return a text value from 2sxc events app post?

We're using the events course and registration app. Whenever we do a registration, the formscontroller API is called so it seems. However, we modified it, so it calls another API. This API returns a message which in turn we want the formcontroller…
MBouwman
  • 45
  • 8
0
votes
2 answers

ASP.NET making a user controlled template with WebControls in them

I would like to make a system where my users can customize the look and feel of my webapp. My goal is to give them an HTML editor and some predefined tags like [BUYBUTTON] and [PRODUCTLIST] they can use. These tags should be replaced with actual…
NFX
  • 101
  • 5
0
votes
1 answer

Hyperlink Columns in the Form and List DotNetNuke Module

The Form and List module for DotNetNuke makes it fairly easy to include a hyperlink as one of the columns. Unfortunately, it's not so easy to have a different caption for each. For example, it's simple to get this: Name Company ----- …
Axeva
  • 4,697
  • 6
  • 40
  • 64
0
votes
1 answer

Duplicate a dnn site in a subdomain

Duplicate a dnn site in a subdomain from plesk I created subdomain, transferred all files and db At login I have DNN error. I edited records in the PortalAlias table and edited the connection string in web.config What am I missing to work? Having…
0
votes
1 answer

turn-on: couldn't complete because some conditions were not met

We're using 2sxc 15.8 and on some pages the fancybox works and on other pages we get something like: turn-on: #1 couldn't complete because some conditions were not met. See details: [{…}] 0 : {type: 'window-key', ready: false, message: "tried up…
MBouwman
  • 45
  • 8
0
votes
2 answers

DNN: Add Querystring parameter to each statically created page in dnn

I want to build pages and menu part of the site statically, But I need to write a module for each page that behaves differently in different pages, So I need to set a querystring parameter for each statically added page, so that the dynamic module…
mz1378
  • 1,957
  • 4
  • 20
  • 40
0
votes
0 answers

Anyone knows how to change the date format in a 2sxc app (in the backend)

By default the date format in the 2sxc backend is MM/dd/yyyy. However we would like to use our own format. Does anyone know if this is possible at all?
MBouwman
  • 45
  • 8
0
votes
0 answers

DNN error "Could not load file or assembly" from MVC module, despite correcting the Module program

I added v7.0 of Microsoft.Extensions ... packages and then reverted back to V2.0, then build the MVC module project as release, and run to get the following error: Could not load file or assembly 'Microsoft.Extensions.FileSystemGlobbing' or one of…
mz1378
  • 1,957
  • 4
  • 20
  • 40
0
votes
1 answer

DNN MVC Form jumps to top after submit, with or without ajax

I used either form or Ajax.beginform to create a DNN module, In both cases after installing module, The submit click causes jump to top of the page. I tried using jquery preventdefault and return false in submit button click but had no good…
mz1378
  • 1,957
  • 4
  • 20
  • 40
0
votes
2 answers

DNN Created Theme Upload stuck after accepting license

I created a theme and the screenshot of the files in the folder is as follows: My .dnn file is:
mz1378
  • 1,957
  • 4
  • 20
  • 40
0
votes
1 answer

DNN: Failure File specified in the dnn could not be found in the zip file

I am creating a theme for DNN and my .dnn file components section is: Portals\_default\Skins\MyTheme
mz1378
  • 1,957
  • 4
  • 20
  • 40