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…
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…
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,…
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…
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-…
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…
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…
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…
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…
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…
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…
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…
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…
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…