Questions tagged [dotnetnuke-9]

Use this tag for Dnn (DotNetNuke) 9.x specific questions.

DotNetNuke 9 is the latest version of the DotNetNuke open source CMS hosted on Codeplex. Visit the project's website at http://www.dnnsoftware.com/.

110 questions
0
votes
2 answers

ThreadAbortException When Editing in 9.2

Getting the following error when trying to edit in 9.2. When I click on the pencil icon it simply refreshes the pages and does not go into edit mode. This site has just been deployed to a staging server and is working fine on my local VM. It is not…
IrishChieftain
  • 15,108
  • 7
  • 50
  • 91
0
votes
2 answers

DNN 9 SPA Module File Upload

I really hate asking questions like this... but could someone point me to some examples of how to upload a file in a custom DNN 9 SPA module? I have been looking and have not been able to find anything. Thank you in advance
John Kane
  • 4,383
  • 1
  • 24
  • 42
0
votes
3 answers

Is there a DNN URL decode method as it is changing a URL Encode

We are using Server.URLEncode to change an SKU with a forward slash from BDF5555/45 to BD5555%2F45 in our Href on a button. When a person clicks on the button the page navigates to another module which has Request.QueryString but DNN is changing…
Tig7r
  • 525
  • 1
  • 4
  • 21
0
votes
1 answer

Dnn 9 - Set admin language to English and site language to Dutch

I'm working on a site which will have Dutch as its primary language, but I'd like the admin side of things to still be in English. I've installed the site configuring it to use Dutch as the default language which means admin is also in Dutch. I…
Jacques
  • 6,936
  • 8
  • 43
  • 102
0
votes
0 answers

How to create Dnn Text Editor as Rich Editor only?

I have a Dnn module that contains a Dnn text editor. I want to show that editor on 'Rich' mode only. I try: ..but it doesn't work once I set…
Erick Lanford Xenes
  • 1,467
  • 2
  • 20
  • 34
0
votes
0 answers

Dotnetnuke hijacks IIS Default Documents?

After upgrading an older site to Dotnetnuke 9.2, all URLs to default documents fail (non-dnn folders). For example: DnnSiteDomain.com/podcasts <-- Fails DnnSiteDomain.com/podcasts/default.asp <-- Works DnnSiteDomain.com/podcasts/default.aspx <--…
Brad Bamford
  • 3,783
  • 3
  • 22
  • 30
0
votes
1 answer

How to delete locked DNN search files in APP_Data > Search?

Our DNN is showing old search results. I have looked at this URL on the DNN Forums: http://www.dnnsoftware.com/forums/threadid/523345/scope/posts/search-results-returning-old-urls I have looked at the scheduler and re-scheduled the crawler to…
Tig7r
  • 525
  • 1
  • 4
  • 21
0
votes
1 answer

It is possible to create a ProfilePropertyDefinition with PortalID NULL?

I have been using this code for create ProfilePropertyDefinition: ProfileController.AddPropertyDefinition(new ProfilePropertyDefinition(objUserInfo.PortalID) { PropertyName = propName, PropertyCategory = propCategory, DataType = 2, ReadOnly = false…
Erick Lanford Xenes
  • 1,467
  • 2
  • 20
  • 34
0
votes
1 answer

Verifying a JWT that DNN (DotNetNuke) created in a microservice

I'm playing around with DNN 9 and it's implementation of JWT at the moment. Their implementation is here - https://github.com/dnnsoftware/Dnn.Platform/tree/development/DNN%20Platform/Dnn.AuthServices.Jwt I'm wanting to write microservices in Docker…
Adam91Holt
  • 1,018
  • 1
  • 14
  • 28
0
votes
1 answer

Can you access a Modules Quick Settings from a Scheduled Task

Can you access a Modules Quick Settings from a scheduled task (class implementing SchedulerClient)? OR is there a way to select which Module you would like to retrieve the ModuleSettings for? for example: …
John Kane
  • 4,383
  • 1
  • 24
  • 42
0
votes
1 answer

How to create and install mvc module with crud funtion in DotNetNuke 9

I would like to create web application in DNN9. But I am very new to this CMS. i downloaded and hosted in local IIS like dnndev.me. I tried to create one mvc module with crud function and Install into dnndev.me. But its not performing any action. I…
0
votes
1 answer

DNN Theme. How to populate DropDownList values from a setting?

I have been working on a DNN theme for several clients. The theme has a DropDownList and its values ​​are different for each client. I do not want to create many themes (one per client) because the DropDownList values ​​are the only difference…
Erick Lanford Xenes
  • 1,467
  • 2
  • 20
  • 34
0
votes
1 answer

Downgrading from dnn 9.1.0 Professional edition to dnn 9.1.0 Community edition

I have a website on DNN framework v. 09.01.00 (512) professional edition. I want to downgrade it to DNN framework v. 09.01.00 (512) community edition. I removed the evoq related dlls from the bin folder of my website directory and managed to get the…
Mellionis
  • 105
  • 1
  • 9
0
votes
2 answers

Rename of DotNetNuke Modules from current DotNetNuke Modules projects

First, I am having a DotNetNuke module project with FormAndList and I upload extension package into my DotNetNuke portal. Next, I need to customize the features for FormAndList, I copy the whole project and rename it into FormAndList_Cust, I rebuild…
Chan Yoong Hon
  • 1,592
  • 7
  • 30
  • 71
0
votes
0 answers

Dotnetnuke: retrieve CurrentPage altenateUrls to inset into hreflang header

With dnn multilanguage 9.1.1 I need to insert hreflang meta in the headers of all pages.
ar099968
  • 6,963
  • 12
  • 64
  • 127