Questions tagged [dotnetnuke-8]

Version 8 of the DotNetNuke open source CMS.

Version 8 of the DotNetNuke open source CMS hosted on Codeplex. Visit the project's website at http://www.dnnsoftware.com/.

37 questions
4
votes
1 answer

DNN MVC Template - Is there a good documentation on how to develop modules

I have been struggling from last 2 days to find clear and exemplified documentation on how to build modules using MVC framework for DOTNETNUKE CMS. It is very unfortunate for a CMS of that size to first advertise app developers that they support…
user3276940
  • 487
  • 5
  • 16
3
votes
2 answers

Is it possible to use virtual path provider with DotNetNuke?

We have a DNN module that uses Angular as its client side framework. I'd like to be able to embed all the resources such as html , js ,css ,images and fonts to my module.(actually our module have more than one dll and every one of them has its own…
1
vote
1 answer

How to register custom control in Dotnetnuke 8

I have created a class file with content: namespace Controls { public class RadioButtonListCustomer : RadioButtonList { protected override void RenderItem(System.Web.UI.WebControls.ListItemType itemType, int repeatIndex,…
M. Rashford
  • 121
  • 1
  • 12
1
vote
1 answer

Ajax - How to get percentage of progress of page load (Dotnetnuke C#)

Script: $(document).ready(function () { $('#btnNext').click(function (e) { e.preventDefault(); }); var options = { beforeSend: function () { $("#progress").show(); …
P. Pogba
  • 175
  • 1
  • 2
  • 13
1
vote
1 answer

Dotnetnuke OAUTH/OWIN external Login with facebook

I developed a module for Dotnetnuke(8) with WebAPI 2 Endpoints via the DNN API This API is consumed by an Android-App. To access the functions that are populated via the API, the user needs to authenticate. I have already implemented the JWT (Json…
1
vote
1 answer

What is different between C# DAL2 MVC and SPA in DotnetNuke?

I am new in DotnetNuke. I am bit confuse in Create New Project template of Visual Studio 2015 for DotnetNuke. Can anybody please suggest me difference of following? 1- DotnetNuke 7 C# Compiled Module and DotnetNuke 7 C# DAL2 Compiled Module 2-…
1
vote
1 answer

DotNetNuke (v8.4.1+): LocalResourceFile is not declared

I am attempting to upgrade a custom in-house developed module from DNN v7.x to DNN v8.x I updated all the depreciated code, etc... But I am still getting the following error in my ASCX HTML Markup code that I cannot seem to figure out how to fix…
TekkGuy
  • 107
  • 2
  • 15
1
vote
2 answers

multiple web api routes not working

I am building a custom module for DNN 8. I have built modules with multiple routes declared in a controller class. For some reason with this particular controller class, any module routes declared after the first one just returns the following…
J King
  • 4,108
  • 10
  • 53
  • 103
0
votes
1 answer

DotNetNuke portal alias localhost problem

I deployed a website using DNN 8.0, everything works fine except that it cannot be accessed from outside, as it always redirect to “http://127.0.0.1/dnn”, and i’ve added alias “192.168.20.38/dnn”, it still redirect to localhost, and also try…
Leo.W
  • 299
  • 1
  • 7
  • 21
0
votes
1 answer

DNN difference between panes and containers (vs Wordpress)

We've obtained a client using DNN as their CMS. Basically we are a wordpress shop, so I'm trying to relate DNN to WP, as in most cases its just a problem of nomenclature (a module is a widget, a pane is a widgetized area, a theme is a theme, a skin…
Paeon
  • 85
  • 1
  • 8
0
votes
1 answer

Unable to create a User Control Module for ASP.NET controls in DNN 8

I'm trying to create a User Control Module in DNN 8 to pull in ASP.NET controls that I've already built(a contact form). I made sure the Control Module Name and Control Name match the name of the ascx and ascx.cs files that I created. But when I…
krynn1
  • 77
  • 2
  • 9
0
votes
1 answer

DNN 8.0.3.5 jQuery 1.9.1 Security Issue

We are currently failing a security audit due to the following: https://github.com/jquery/jquery/issues/2432 Looking at the following folder structure of our install, it seems that jQuery v1.9.1 is installed out of the…
IrishChieftain
  • 15,108
  • 7
  • 50
  • 91
0
votes
0 answers

DNN Re-Index error: There is no build provider registered for the extension '.cshtml'

I Upgraded DotNetNuke from version 8 to version 9.01.01 (116). After the upgrade, I had a problem where all the users were not indexed. The following process was followed in order to reindex the site: The site was stopped in IIS. All the files…
AJS
  • 1
0
votes
2 answers

Cannot upgrade 2SXC from 8.2.3 to 9.6.1

I've tried several times to upgrade 2SXC content from 8.2.3 to 9.6.1 and keep running into an installation error. This is a site that was previously on 7.2.2 and then upgraded to 9.1.1. I received the same error on both versions. Steps to…
Will Strohl
  • 1,646
  • 2
  • 15
  • 32
0
votes
1 answer

DNN New User Verification Code Not Working

I've got a site setup where the user registration is set to 'Verified' but the link, that is emailed the new user to verify the account, is broken. The page says: "DNN Error No sites currently exist for this installation. - 503 Service…
1
2 3