Questions tagged [dnn9]

A .NET open source content management system and web application development framework. Also goes by the names DotNetNuke 9 and Evoq.

DNN 9 and the Future of the DNN Platform

137 questions
0
votes
2 answers

DNN Persona bar, error 500 on API/personaBar/localization/gettable?culture=en-US

After logging in DNN (v. 09.01.01 (129)) thru the /login interface, The site makes space for the DNN bar, but the DNN bar does not actually appear. After which in console we see this particular…
Malcolm Salvador
  • 1,476
  • 2
  • 21
  • 40
0
votes
1 answer

DNN MVC Module with Sql Hierarchy Id

Quick question here. Has anyone used the sql hierarchy id type in their dnn mvc module with peta poco? Do you need to write a custom query to cast the data type? Do you need to add sql server types to the project? Thanks!
Cameron K
  • 9
  • 2
0
votes
1 answer

Installation 2SexyContent in Dnn Portal (dnnSoftware)

When I install 2sxc in DnnSoftware in recent versions I got the following error message. My provider has SQL Server switch to "czech_CI_AS" I can´t this change to US-language. Does anyone have advice? SqlDataProvider Info Created -…
0
votes
1 answer

Remove directory from URL in webconfig

I'm trying to figure out a rewrite in web.config file that removes a directory from the url. Specifically, I'm needing to take www.domain.com/article/article-title to rewrite to www.domain.com/article-title for every url. Can anyone help me with…
0
votes
2 answers

DNN - How can I add CDN (cloud) references for Bootstrap / JQuery files?

I have a DotNetNuke (DNN 9.0) website, and I see CSS/JQuery files are referenced as entrees in a *map.XML file, such as below:
David
  • 239
  • 3
  • 10
0
votes
2 answers

DNN - How can I edit Client Dependency files to change mappings for a specific JQuery resource file?

I have a Dot Net Nuke (DNN 9.1) site which is hosted on IIS. I have located some resources that have made the website very slow, mostly JS / CSS files. I traced these files are referenced in resource files like…
David
  • 239
  • 3
  • 10
0
votes
1 answer

Mobius Form 3 Errors on 2sxc 10.25?

I have a DNN 9.04.04 site with Porto 5.x (latest). Otherwise no other modules installed much installed (except Live Slider which came w Porto). So I installed 2sxc 10.25. Then added Content App... errors, but I fixed both; a) had to add koi.json and…
Jeremy Farrance
  • 740
  • 6
  • 11
0
votes
0 answers

How to Disable CKeditor Auto Correction in DNN CMS?

I use DNN 9+ and this CMS use CKeditor. When I use P or H1-6 or... Tags, CKeditor will remove all classes automatically and also remove empty tags. I want to stop this changes at all. how Can I Disable CKeditor auto correction in DNN portals. whee…
0
votes
1 answer

The webserver could not be found for IIS-confugured Web Application Project

When I am trying to create a new project in dotnetnuke 9 with for Theme develop using VS, I am getting the following error: "The Web Application Project is configured to Use IIs. The webserver could Not be found " I am using VS 2019 and SQL…
0
votes
1 answer

How to use SAML 2.0 response for specific DNN user role group authentication and authorization?

I am looking for refrerance implemention/code snipet to sign-in external user to DNN Evoq web site using SAML 2.0 response. In my case, our corporate web site ie www.nondnnsite.com is a owning a identity provider. SSO page built under this site.…
0
votes
2 answers

Dnn Ver 9.4.0 Install package not running

I have downloaded the dnn version -9.4.0 install package from url -https://github.com/dnnsoftware/Dnn.Platform/releases/tag/v9.4.0 and configured that with IIS server but it's not running.I am getting compile time errors. According to it's release…
0
votes
3 answers

How do I get rid of the gradient in DNN's Xcillion skin?

I'm trying to customize the Xcillion Home template. I just want a white background. I've added background: #fff to the body class, and that works fine, but there is a vertical gradient on both sides of the container div that go from #ffffff to…
quiqs
  • 108
  • 8
0
votes
1 answer

inner page getting local host alias in DNN9

i am using DNN9 and getting issue as images taking localhost alias in inner page while home page it working properly. in portalalias table i have two alias www.mydomain.com localhost i have images in inner page
Rohit
  • 327
  • 1
  • 3
  • 7
0
votes
2 answers

Dnn Module is not appearing in view mode

I am facing an issue when added a new page in DNN 08.02.00. The issue is - Used module is not appearing on the page on view mode but when I click on edit page button my module is appearing. basically module is appearing on edit mode and not…
0
votes
1 answer

Route used by DNN module being ignored because request URL intercepted by friendly URL provider

I have created a custom DNN module which uses routing for some functionality. I register a single route with the pattern: Data/{table}/{action}.aspx (I use a class implementing DNN's IServiceRouteMapper, which has a RegisterRoutes method which is…
Laurence
  • 980
  • 12
  • 31