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

Sharing app content between portals using 2Sxc

I need to design a content system similar to the news article 2sxc application. However, in my situation I have a primary subdomain and multiple secondary subdomains each of which is a portal in a single install of DNN. I need the primary to be…
Billy
  • 93
  • 1
  • 5
0
votes
1 answer

get the current page TabId/ModuleId in DNN Razor script host

We have several DNN (latest version) pages using the Razor script host module (shared), configured to the same cshtml file. The script pulls in some external content which has always been the same on each page. Now, we need the content to be…
Josh M
  • 1
  • 1
  • 1
0
votes
1 answer

2sxc DNN objects on Hybrid templates

Having just the @inherits Custom.Hybrid.Razor12 at the top of the template breaks it when using DNN objects. ... The type or namespace name 'Portal' does not exist in the namespace 'Dnn' (are you missing an assembly reference?)... Adding @inherits…
DNNdiva
  • 25
  • 6
0
votes
1 answer

How to properly update references while installing a Dnn package

I have been using Chris Hammond's template to create my dnn modules. Recently I add a Class library project and was able to create an installer that looks like: ..still, the installer doesn't copy (or update) the reference to the bin folder in the…
Erick Lanford Xenes
  • 1,467
  • 2
  • 20
  • 34
0
votes
0 answers

2sxc module in dnn9 editing a template

I am using the person template for a contact page not a contact form and the template is 3 people wide which is causing a word wrap to happen on the first persons information, I am not sure where to edit the code to remove the second and third…
0
votes
1 answer

2sxc DNN Duplicating Data Content Type On The Same App

I know you can export and import a content type between apps. But how can I duplicate a content type? If they have similar fields (title, content, link, etc), having to enter them all again seems like a waste of time.
DNNdiva
  • 25
  • 6
0
votes
1 answer

DotNetNuke SMTP not working Register new User

I am using DNN version 9, we setup SMTP and its working on testing SMTP while we are adding new user and check "send and mail to email to new user" is not working I also Set User Registration to Private but no luck.
rohit panchal
  • 61
  • 2
  • 2
0
votes
1 answer

Field Type of entity-query not working, correctly retrieves list of content-items but incorrectly stores them as 'Empty Slot"

I have an Authors App which has x amount of authors. I have another app and have configured an Field Input-Type entity-query in it which pulls from the Authors App. It does this correctly and I can select multiple authors. However upon save, when I…
sharaz
  • 1
0
votes
1 answer

DNN Cookie pop-up not showing - Cannot read properties of undefined (reading 'getVAR')

Update I have enabled the DNN (DotNetNuke) Cookie policy setting. The pop-up won't show unless I have the label tag on a module that is on the page. It seems like it will only work when I have a module on a page with a DNN:Label tag.
Tig7r
  • 525
  • 1
  • 4
  • 21
0
votes
1 answer

Unable to set 'Data Model used in view' field when creating a new view in a 2sxc app

I am trying to create a listings app for Persons in 2sxc. I've managed to create an app, add a content type with fields then when creating a view for the listing, I am unable to set the 'Data Model used in view' field to 'list of content items' (or…
sharaz
  • 1
0
votes
1 answer

Unable to save content DNNConnect.CKE html editor (DNN)

Unable to save and change html editor type from Rich Textbox editor to basic Text Box Editor. Getting error www.domain/page/ctl/Edit/mid/4267?popUp=true , 403 error Using DNN 9.8.01,DNNConnect.CKE as html editor
0
votes
1 answer

2sxc Gallery - The requested content can not be loaded. Please try again later

DNN 09.09.01 / 2sxc 11. 22.1 / Image Gallery v5 App installation without problem, but when you click on image to show in Fancy box - you got message; The requested content can not be loaded. Please try again later. I tested this with 2sic DNN…
0
votes
1 answer

Dot Net Nuke site landing page loading more time for the first time

DNN site taking more time to load landing page for the first time.
0
votes
1 answer

DNN 9 HTML Module wont disable "Allow Indexing" option

I am trying to prevent a DNN module from showing on internal search results. I have unticked the Allow Indexing option, but every time when I open the module it did not save the setting. I am currently using DNN 9.04.01
Tig7r
  • 525
  • 1
  • 4
  • 21
0
votes
1 answer

DNN Site azure DevOps build pipeline error

I have DNN site package , i pushed the code into Azure DevOps repository. If we want to create build pipeline for the DNN site package we need to add below Task. 1.NuGet Restore 2. Set DNN Version Number 3. Build Solution 4. Test Assemblies 5. Copy…