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

What is the purpose of the XML Doctype file in a DotNetNuke Skins folder?

I noticed this XML file in the DNN skins folder. Does this set the document type for a specific skin page in DotNetNuke? What will happen if a page does not have an XML file? When I open the XML file I notice this:
Tig7r
  • 525
  • 1
  • 4
  • 21
1
vote
2 answers

Where can I go to change the Terms and Conditions on DNN 9?

Where can I go to change the Terms as well as the Privacy policy in DNN 9? In previous version you could go the Languages option to change this, but DNN 9 does not have an international Language team to work on this anymore. Where to go now?
Tig7r
  • 525
  • 1
  • 4
  • 21
1
vote
1 answer

DotNetNuke C# 'System.IO.FileNotFoundException' : Could not load file or assembly

I have created 2 DotNetNuke projects, first project name as FormAndList and second project name as FormAndList_Ext. In FormAndList, i have to call FormAndList_Ext as following sample code. Function in FormAndList Project public void…
Chan Yoong Hon
  • 1,592
  • 7
  • 30
  • 71
1
vote
2 answers

How to Install Admin Lists Module In DNN 9

I was using Admin Lists Module in DNN 8 which got removed in DNN9. Is there any way to reinstall the module and get it working in DNN9?
piresashwin
  • 155
  • 4
  • 13
1
vote
2 answers

How to properly deploy a DNN 9

I'm developing a new internal company portal, and i'm using DNN 9 as a base CMS. Now that i have developed some modules, customize (layouts and icons, no core modifications) DNN to my liking. How do i deploy DNN application from my dev environment…
gadasadox
  • 109
  • 1
  • 9
1
vote
1 answer

Does DotNetNuke 9 support OpenId Authentication Provider

The documentation here suggests that DNN9 supports an OpenId Authentication Provider. But no such extension exists. Can you suggest how this can be enabled in DNN9?
Nishith
  • 593
  • 3
  • 6
  • 16
1
vote
1 answer

DNN9 "Add Module" Missing for Users in Custom Roles

When logged into a user with a custom-made role in DNN9, the "Add Module" button is missing from "Page Edit Mode", while "Add Existing Module" and "Page Settings" buttons are available. How can you get the old
1
vote
1 answer

In DNN 9, Pages Move to End of Menu After Page Settings are Updated

Recently began developing with DNN 9.01.01. I've noticed that any time I update the page settings for a given page, it moves the location to the end of the menu for the level that it's in. For example, I always have a Home page that's the leftmost…
pjones235
  • 540
  • 2
  • 18
1
vote
1 answer

DNN 9.1.1 - Persona Bar Jquery Errors post update

I've recently completed updating a DNN 7.4.1 install to DNN 9.1.1 with some difficulties. The steps I've followed were to 1st disable all scheduler tasks in the database directly as without that i was getting timeout issues. Next I upgraded to DNN8…
UserSN
  • 953
  • 1
  • 11
  • 33
1
vote
2 answers

dnn arabic language search error

I have a Localized dnn 9 site with two languages en-Us and ar-Sa. The english culture search works well. but the arabic one returns no result. In admin logs this error appear…
1
vote
5 answers

DNN 9.01.01 Export/Import Stuck on Submitted Status

We are transitioning to DNN 9.01.01 build, but it seems that the import/export feature is not working properly. I submitted an import but it has been sitting on submitted status for the last 8 hours. Is this a known issue or is there configuration…
walroar
  • 82
  • 9
1
vote
0 answers

Sound Mixer Menu System for DNN

I am more of database/programmer type and not great with design. I am setting up a DotNetNuke website (9.1.1) and would like a menu system that would emulate a sound mixer. Each of the top level menu items would look like the channel slider of a…
David P
  • 2,027
  • 3
  • 15
  • 27
1
vote
4 answers

"MSBuild.Community.Tasks.XmlRead" task could not be loaded

This is an error that appeard a few years ago. I have not experienced this until the past two weeks with all my Visual Studio installations. I've tried all the solutions from past posts that I found. None worked. I suspect the error is with the…
Jack
  • 11
  • 1
  • 2
1
vote
1 answer

Upgrade newtonsoft.json breaks DNN 9.1 persona bar

I'm trying to integrate SendGrid into my app and it has a dependency on newtonsoft.json.9.0.1. DNN9 ships with newtonsoft.json.7.0.0. However, if I add the binding redirect bindingRedirect oldVersion="0.0.0.0-7.0.0.0" newVersion="9.0.1" the site…
AldenG
  • 81
  • 6
1
vote
2 answers

DNN - print page without persona bar

I'm trying to print a page from my custom DNN module, without the persona bar, while logged in as an admin. I tried creating a custom skin but still can't prevent the persona bar menu titles from displaying on my print. I've posted this issue on the…