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

DNN Permissions - allow module access for all roles, except one?

When I deny the "Member Student" role access to a specific page, that page correctly denies those users, and shows a "you do not have access" page. However, when I deny the "Member Student" role access to a specific module, the module still shows.…
adam
  • 2,930
  • 7
  • 54
  • 89
0
votes
1 answer

Use of TLS 1.0 and 1.1 with DNN and 2sxc

We will soon be attempting to turn off TLS 1.0 and 1.1 on our servers that host our DNN websites. Before we do so, we thought we'd ask if anyone knew of any reason that the 2sxc module might not function correctly after those are turned off? Thanks!
0
votes
1 answer

How to get the dnn module version using c#

I would like to get the version in a DotNetNuke Module. I try: new ModuleController().GetModule(this.ModuleId).ModuleVersion but its always -1. On the .dnn file I have this definition: How…
Erick Lanford Xenes
  • 1,467
  • 2
  • 20
  • 34
0
votes
1 answer

How to Enable CORS on DNN at the Portal Level and on which server to add the Access-Control-Allow-Origin?

We have a DNN website, let's call it "site A" and we are fetching a webchat JS file from another server, let's say "site B". We bought a Certificate that matches on both Site A and Site B in the IIS 10 bindings. We have attempted to add the…
Tig7r
  • 525
  • 1
  • 4
  • 21
0
votes
1 answer

Issue with 2sxc remove action

I have just started a new site where I am using 2sxc version 11.11.4 (started with 11.7.3 and upgraded to see if that would fix it). I have the data and views set up just like I have done on another site using version 10.25.2. On the newer version…
0
votes
0 answers

Cant get JQuery Ajax to truly run asynchronously on DNN, If you click on a link, it waits for the server to bring back data first and then redirects

I have a DNN module that will build a product Carousel using Lightslider. When the page loads, it takes a couple of seconds to get 10 products from our ERP server database. While this is loading, when I try to navigate to another page, it won't…
Tig7r
  • 525
  • 1
  • 4
  • 21
0
votes
0 answers

How to create setting section for dnn9 template?

I want to create a template for dnn9 that has a settings section. There is no explanation about it in the dnn document . How can I do that?
hmahdavi
  • 2,250
  • 3
  • 38
  • 90
0
votes
1 answer

How to add an extra view to my DNN module?

I am totally new to DNN development, I made a module using Christoc Modules, and all my logic is in the view.ascx page, I want to add a new view that basically, would be a button that when the user clicks on it the user would be redirected to the…
0
votes
0 answers

Issue After Dnn Upgrade rollback

Recently I upgraded from Dnn 9.1.1 to Dnn 9.3.0 . Due to some error I had to rollback to backup taken of website and database earlier. Everything seemed fine except the message "Could not find stored procedure Personabar_Getusers" showing on…
0
votes
1 answer

How can I use RelationshipFilter in 2sxc Visual Query with text field instead of entity field?

I'm trying to do the same as this example does under title "Attribute-On-Relationship to Query other Fields". I'm editing Blog application visual query. So I have RelationshipFilter, which takes entities of type Category via Default in point. And I…
0
votes
2 answers

Which version of 2sxc content module is stable and has correct references in source code, so that it can be deployed and launched locally?

I need to deploy and launch 2sxc module source code locally on my pc. Which release version is stable and has correct references? I tried it with version 11.05.00, but didn't succeed so far.
0
votes
2 answers

How to access 2sxc API from external non DNN website

I am trying to access a 2sxc api using postman but is not working for some reason. $2sxc(moduleContext) .webApi.get('app/auto/api/List/persons') I am using [Domain]/DesktopModules/api/2sxc/counterApp/List/persons But I get a 404 error. Using…
0
votes
1 answer

How to manipulate 2sxc/dnn search result titles?

Does anybody have any idea on how to manipulate 2sxc/dnn search result titles? Something like si.Title ? Becuase at the moment search results are showing the page title and not the post title. si.QueryString = "details=" + article.UrlKey; si.Title …
0
votes
1 answer

DNN Search Module

I am running DNN 9.4.1 and I am using the dnn's search function for my site. The "See More Results" function on the search bar dropdown does not seem to work. When i clicked on it, nothing happens and nothing shows up on the browser console…
andy
  • 17
  • 5
0
votes
1 answer

2sxc Content App - Locations - How to convert to Canadian and US Addresses with region/state

I am using the latest versions on 2sxc (11.05) and the Content App on DNN 9.06. The Content-Type for Locations does not have a field for Region (or State). Is there already something in place to account for that to get Canadian or US addresses to…
Jeremy Farrance
  • 740
  • 6
  • 11