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
1 answer

view/edit still show in ribbon of DNN after logoff

When I log off a DotNetNuke site, the view/edit options still show in the ribbon up top. Anyone run into this before? I was informed that it's a setting; however, I cannot find this. Any thoughts? All help is very appreciated. Thank you for your…
creativeedg10
  • 691
  • 1
  • 11
  • 24
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

2sxc Content-Type Import Fails with Languages Error

I have a 2sxc App that was written about 3 years ago and was last modified using 2sxc 9.43.2 LTS on DNN v8+. I restored the old DNN site and got everything working locally. I wanted to import this app in to a modern DNN v9.10+. I chose 2sxc v13.12.1…
Jeremy Farrance
  • 740
  • 6
  • 11
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
2 answers

Rich text field is not showing the published (EVOQ) version of inner app

First off I would like to say your product is amazing! Has made the job of inheriting an old DNN instance a much more intuitive experience. Apologies if this is really simple thing I'm missing but I'm at a dead end after scouring the docs and…
kensleDev
  • 1
  • 1
0
votes
0 answers

Getting Exception while retrieving Session.SessionID

I am getting an exception usually at night on a new project of mine. It is deployed to a hosting provider and visable to everyone. My exception is: Session state can only be used when enableSessionState is set to true, either in a configuration…
duerzd696
  • 304
  • 1
  • 8
0
votes
1 answer

DNN 2SXC tokens how to add in editor

I'm new to 2SXC I'm trying to inject basic content in the Wysiwyg editor, using a token, but have so far been unsuccessful. This is so I can easily add inline content. Like our operating hours are [Content:Operating Hours]. Using [Content:Title] is…
Acer
  • 75
  • 1
  • 11
0
votes
1 answer

how to set the image for the links in dnn

we need to set the page links as image in the DotNetNuke(dnn), mean the home page link should be image not text and contact us separate image, about us separate image, and the drop down are to be separate images, how i can do this? DotNetNuke.
ziaullah
  • 1
  • 2
0
votes
1 answer

DNN LDAP Authentication with DNN.ActiveDirectory

I am having some trouble and need some help. I am trying to connect a website to authenticate to Active Directory through LDAP using DNN.ActiveDirectory, but I can only get the "Check Root Domain" portion to pass. Using ldp.exe on the server I am…
0
votes
1 answer

Storage place for CSS of custom 2sxc modules

we use DNN, 2sxc and write 2sxc-modules for our needs with the help of the 2sxc Content object. In one DNN-installation we have several portals (websites), all portals share the same 2sxc and the same custom skin "XYZ". Our 2sxc cshtml-templates are…
RCC
  • 3
  • 4
0
votes
1 answer

Announcements module: limit the number displayed

I'm at the 2011 Ann Arbor Give Camp working on a web site for charity and need some help. We're looking for a way to have a summary of the announcements on the main page, and the complete list on the full size News Page. Is there a way to limit the…
Kep Amun
  • 792
  • 4
  • 9
0
votes
2 answers

2sxc - Access an adam file by unique identifier

I need to access an ID to an adam file setup like this: MyDocument is the field name, where users can load an image or whatever. In a list style view, users will click a link that activates a detail view for that image. The link will be something…
João Gomes
  • 312
  • 2
  • 12
0
votes
1 answer

DNN - skin is fine in IE9 and IE8 but breaks in IE7

I am working on a dnn site. The skin looks perfect in firefox, IE9 and IE8 but breaks in IE7. Is there a quick fix for this.
linda
  • 1
0
votes
0 answers

RuntimeError: mat1 and mat2 shapes cannot be multiplied (11x31 and 6200x200)

I have built the following model: class Net2nn(nn.Module): def __init__(self): super(Net2nn, self).__init__() self.fc1 = nn.Linear(31, 200) self.fc2 = nn.Linear(200, 200) self.fc3 = nn.Linear(200, 31) …
0
votes
5 answers

Localization of a DotNetNuke website

I am working on a website in dnn. I want to change the language of website or particular page. So I download the language package for spanish(es-es),chinese(zh-cn) and install them from host. Next when I changed the language of browser then the…
Deepak
  • 7,507
  • 3
  • 24
  • 26