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

Seeing calls to analytics.tiktok.com in our DNN site

We have a DNN site and I noticed on our home page that the dev tools show an error with an events.js file that is trying to call "analytics.tiktok.com". It is being blocked. I don't know if this is purposeful and I've searched our DNN modules code…
DevilDog
  • 413
  • 2
  • 7
  • 16
0
votes
1 answer

How can I create a 2sxc app that has a listing and details that open in a modal?

I want to create a 2sxc app that has a listing of items. When a user clicks on an item, it should open the details view in a modal window. However, I don't want to simply load all items into the page and have a JS open the modal. Ideally, I would…
0
votes
1 answer

Redirect to a specific page on a DNN site with an extensionless URL

I have a page on my DotNetNuke site and I would like to set up a redirect and was wondering the best way to do it. Here is the problem: I have a page on the site: mydomain.com/dashbaord.aspx. I would like users to be able to type…
Joe
  • 117
  • 1
  • 2
  • 9
0
votes
1 answer

How to remove an item from a list of entities programmatically?

DNN 9.10.1.0 / 2sxc 11.22.01 We're using 2sxc Content and C# Razor templates. There are 2 content types, a "parent" and a "child" one. The parent has some general fields and a list of entities of type "child". If we want to delete one of the child…
sagerobert
  • 511
  • 2
  • 7
  • 12
0
votes
0 answers

in theme 2 shine with boostraps 5.2 with version dnn 9.11 the menu bar does not display the 3 level menu

When updating to dnn version 9.11 the level 3 menu is not shown, I am using the theme https://2shine.org/ bootstrap 5.2
0
votes
1 answer

How to use code file that inherits `Custom.Dnn.Code12` within `Custom.Dnn.Razor12` file?

I want to write a custom view using new version of razor page in 2sxc module. My view "_MyView.cshtml" inherits Custom.Dnn.Razor12. So I've created a file "_MyView.code.cshtml" which starts with @inherits Custom.Dnn.Code12 (tried @inherits…
0
votes
1 answer

Creating a new shipping provider for the store module. Where do I put it?

I want to create a new shipping module (FedEx) for the built-in Store module in DotNetNuke 6. I have created simple C# class project and can make reference to the Shipping namespace and can start implementing my own provider. But is this is best way…
sshirley
  • 239
  • 2
  • 6
  • 19
0
votes
1 answer

Convert.FromBase64String not working after v14 Upgrade

We just upgraded our 2sxc custom API to v14, and now we're having an issue in an API controller that's used for uploading files with converting from Base64 to a byte array. Here's the code: public class IntegrationApiController :…
John K.
  • 98
  • 9
0
votes
2 answers

Multi Factor Authentication for your Portal

We are on DNN for our Portal and it can be accessed through a login and password. I would like to understand how can we implement MFA(multi factor Authentication) Can somebody guide as to what is required. This portal is also further connected with…
0
votes
2 answers

How to find DotNetNuke pages that point to my dnn page

I have updated an existing user DNN page with some text. I can preview this page using the Page Management page. Since I didn't create this page I don't know which other pages/menus contain a link to this page. How can I find out which pages/menus…
DevilDog
  • 413
  • 2
  • 7
  • 16
0
votes
1 answer

dotnetnuke, survey module and module development

I am trying to develop a module and using the how-to guide that dnn provides along with the survey module. In the tut they reference code behind files but when I downloaded the zip file off their site I am not seeing any code-behind files. Does…
J0NNY ZER0
  • 707
  • 2
  • 13
  • 32
0
votes
1 answer

installing DNN how to set up connection string in the web.config

I have a hosting account with the following Connection Strings: workstation id=mungboimedia.mssql.somee.com;packet size=4096;user id=xxxyanmxxx_SQLLogin_1;pwd=xxxxxxxxxx;data source=mungboimedia.mssql.somee.com;persist security info=False;initial…
0
votes
1 answer

Issue Upgrading 2sxc Past 12.8.0

I'm having issues upgrading 2sxc past 12.8.0. I've tried going to 13.12 and to 14.7.4, but I have the same issue. The module installation seems to work fine, but when I go to a page with 2sxc on it nothing loads. It shows this on the page "Something…
0
votes
1 answer

2sxc - Content/Apps is not being imported

I was trying to migrate specific 2sxc pages to other environments. I've tried the export and import pages feature in DNN but the content/apps has not been imported. DNN version: 08.04.02 2sxc version: 12.18.0 Error shows: System Exception Data:…
cristel77
  • 1
  • 1
0
votes
1 answer

The undetected support of timestamp-query extension when using Chrome canary and WebGPU

Description Hi guys! I am studying to use Tensorflow.js to run DNN in the Web browser with WebGPU feature. Example #1 So, I first use the MobileNet example (Source) of Tensorflow.js as an initial point. However, the example does not use the WebGPU…