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

Exampe of best practice MVC Module in DotNetNuke 9

Can anyone point my in the right direction? I am looking for what would be considered best practice MVC flavor DNN9 module and/or tutorial? Thanks for your time.
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
1 answer

CKEditor issue not reading from cloud storage

After installing the Mandeeps Cloud Storage module, we have confirmed it is enabled as a connector. We have confirmed, using the DNN site assets the files are being read from Azure. We do have an issue with the CKeditor, reading files locally and…
0
votes
1 answer

Getting Error for skin customization to Catalust2-H-Trans after upgrading from DNN 9.1 to DNN 9.2

I get the error below after upgrading to DNN 9.2 from DNN 9.1. I have gone to look at the code from the specific file for that error. The error wipes away the site CSS for the customization. Could Not Load Theme:…
DarkAdvent
  • 35
  • 5
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
1 answer

UpgradeWizard.aspx error when upgrading from DNN 9.0.1 to DNN 9.0.2

I am currently trying to upgrade my DNN application from version 9.0.1 to version 9.0.2. I have downloaded the upgrade.zip for version 9.0.2 from https://github.com/dnnsoftware/Dnn.Platform I then exported the content and copied it to my website…
Ali
  • 410
  • 5
  • 21
0
votes
1 answer

Show a popup from a popup in DNN

In DNN is it possible to navigate to a different popup control from another popup control? I have a pop up edit control with some buttons. When I click on one of the buttons I would like to show a different edit control in the pop up window. I have…
user2970645
0
votes
2 answers

Replace DNN Login page

Recently we have upgrade our DNN from v7.4.2 to v9.3.2. And for security reason we want to have a unique Login page url to prevent hacker for trying to Login to the Website. I've create a new Login page lets call it "uniqueLogin", add Login module…
erw13n
  • 474
  • 5
  • 12
0
votes
1 answer

Change file name before upload to server in ckeditor dotnetnuke

I base on html module DNN and created new one for my module myshelf. This is a instance of new ckeditor i created Image1 Image2 Image3 ** I searched from internet and they told put this url to upload image. And I uploaded Image4 The problem is if…
0
votes
1 answer

How to integrate metronic theme with DNN9?

We have a DNN9 platform for our Business2Business website. It has basic look of reports however we wanted to show some advance look to reports and charts so that we are planning to integrate metronic theme in DNN9. I tried multiple ways to do it but…
0
votes
1 answer

How to prevent skin resource strings from overriding languauge strings in DNN 9.2.2

I'm making use of resource strings in my skin. I want to be able to edit the strings via the Language section within the Site Settings. This works initially, but as soon as I install a skin update on my portal, it'll override the resources.…
pjones235
  • 540
  • 2
  • 18
0
votes
2 answers

Edit is missing and Add Item not working in 2sxc 9.32.1 on DNN EVOQ BASIC v. 09.01.01

Just upgraded to DNN EVOQ BASIC v. 09.01.01 (113) and 2sxc 9.32.1 After placing the Content module on a page, some of our templates do not have Edit options and some of them that have an Add Item option doesn't do anything after clicked. When I…
0
votes
1 answer

Module data not copied when duplicating pages

I get some DNN 9 modules developed. They are Slider and FAQ for example. When I try to duplicate a page, only these modules data is copied and I had to copy it again. Can you please tell me what elements need to be adjusted so data is copied as…
Naveed Ahmed
  • 103
  • 1
  • 10
0
votes
0 answers

DNN Custom Email - how to include core hyperlinks

I am trying to send an email and in the footer I need to include the [Unsubscribe], [SITEURL], [PORTALNAME] hyperlinks that come with some default DNN emails. What I have done so far: I created a test.resx file under my custom module's…
alwaysVBNET
  • 3,150
  • 8
  • 32
  • 65
0
votes
2 answers

How can I get the Current URL Protocol in DNN?

How can I get Https or Http in the backend code of a DNN module? Currently, I have got this code, but I need the protocol (https:// or http://) PortalSettings.Current.PortalAlias.HTTPAlias + PortalSettings.HomeDirectory + PortalSettings.LogoFile;
Tig7r
  • 525
  • 1
  • 4
  • 21