A .NET open source content management system and web application development framework. Also goes by the names DotNetNuke 9 and Evoq.
Questions tagged [dnn9]
137 questions
0
votes
0 answers
2SXC - DNN - Allow Page editors to view draft / hidden items
I need to allow individual users or groups to be able to add content to pages and view hidden items.
In a previous version I have configured a role "Editors" and configured permissions on APP level and on a content type to allow CRUD operations.…

M Vaz
- 23
- 4
0
votes
0 answers
2sxc Root ADAM to Specific Folder
As the title says, I need to configure a "Link / file reference" data type field to be rooted into a specific static folder instead of the usual ADAM folder. The intent is to have a user upload files with the Dnn Resource Manager, and then have the…

Accuraty-Jared
- 29
- 5
0
votes
1 answer
Can't inject 2sxc app into DNN skin file - "error BC30451: 'this' is not declared."
DNN Version: 9.11.0
2sxc Version: 14.11.0
I'm trying to use 2sxc's IRenderService to render a 2sxc module within a DNN skin file (.ascx). I've been using the following resources for…

Zachary
- 1
- 4
0
votes
1 answer
DNN MultiSite with multiple layouts and skins
I have 100+ sites I need to create in a CMS. I'm researching different CMSs and have spent some time looking into DNN. It looks pretty promising, however I see two issues:
DNN doesnt seem to support MVC (this is more of annoyance than anything…

Randy
- 71
- 1
- 8
0
votes
1 answer
Error when trying to inject 2sxc app into DNN template
I'm trying to inject a 2sxc app into a DNN template file - as per this great tutorial from WolfXMachina
Tutorial code:
<%@ Import Namespace="DotNetNuke.Entities.Modules" %>
<%@ Import Namespace="ToSic.Sxc.Dnn" %>
<%@ Import…

Acer
- 75
- 1
- 11
0
votes
1 answer
How to get Dnn version from c#
As DotNetNuke.Common.Globals.DataBaseVersion getting obsolete, how to get "Dnn Database Version" using c#

Erick Lanford Xenes
- 1,467
- 2
- 20
- 34
0
votes
1 answer
DNN: Resolve IPortalInfo service
I'm trying to use dependency injection in DNN to resolve the IPortalInfo service in my SchedulerClient and in my FeatureController. I want to access the current PortalId somehow. But for the SchedulerClient I receive the following error when trying…

Niels Mittelstädt
- 77
- 4
0
votes
1 answer
How to add the new Event Logger to a DNN Scheduler Class in DNN 9.10.2?
How can I add a constructor with a reference to _eventLogger = DependencyProvider.GetRequiredService(); in a DNN Scheduler class?
The Dependency Provider can be inherited through the PortalModuleBase class, which I can do on my current Web Form…

Tig7r
- 525
- 1
- 4
- 21
0
votes
1 answer
Getting values from SQL table in Evoq (DotNetNuke), DNN custom Module
I am not so familiar with c# or asp.net. If you have a solution, please keep this in mind when explaining.
I am using DNN and Evoq. I have created a new module using Module Creator. I need to access my table (Test_Table). This table is internal it's…

Charm Geld
- 191
- 2
- 17
0
votes
2 answers
Paywall content in DNN
I am using DNN 9.3.2 and Evoq 9.3.7.
I would like to paywall content in a section of the website with teaser content i.e. so that they can read a part of the article but need to pay/ log in to access the content. 'Members' would also need to be able…

Rachel
- 1
0
votes
1 answer
Cannot instantiate implementation type 'DotNetNuke.Abstractions.Logging.IEventLogger' for service type 'DotNetNuke.Abstractions.Logging.IEventLogger'
I am trying to replace all the Deprecated EventLoggerController code in my DotNetNuke (DNN) Modules.
I had a look at an answer someone posted on a previous question I had and also another question asked by someone.
DNN 9.8 - EventLogController is…

Tig7r
- 525
- 1
- 4
- 21
0
votes
1 answer
DNN Portal website not showing up and only downloading a document file
We have a DNN based websites being used for our company. Within that there are multiple sites among which there is a site at https://example.com/siteId25.
This particular site have been modified by any one of the Admin's in such a way that upon…

AbhiCIS
- 1
- 1
0
votes
1 answer
Can't Bulk Install Modules in DNN 9.10.2
With newer versions of DNN, they excluded the Bulk Install files used to bulk install modules.
We used to copy the following files in the install folder on newer versions to make it work.
When I navigate the following URL, I get an Exception:…

Tig7r
- 525
- 1
- 4
- 21
0
votes
1 answer
2SXC/DNN - Delete ADAM Files in Entity
We're designing a system for a client where they are allowing authenticated users to upload images. We've created an API to upload the files but the client only wants the latest file and delete all previous ones so that there would only ever be…

Yankee516
- 80
- 6
0
votes
0 answers
What can cause an async webapi endpoint to act synchronously?
I am creating async api endpoints in DNN (Formerly DotNetNuke).
It is an open source CMS and the source code is here: https://github.com/dnnsoftware/Dnn.Platform
It's mainly a webforms application but it supports webapi and MVC too.
Here is the code…

Daniel Valadas
- 301
- 3
- 10