I have created a module using the Christoc Module Development templates for Visual Studio 2015 on a local install of DNN 7.4.1. In my module I am using Telerik controls as well as DNN controls including dnn:DnnJsInclude, dnn:TextEditor,…
I have upgraded a site from DNN 7 to DNN 8
http://esiwebsitedev.centralus.cloudapp.azure.com/
We encountered problems like pages redirect to 404 pages and search results are…
I am using signalr library in my DotnetNuke module.
Currently I have inserted the follwing record to hostsettings table in DNN DB
insert into hostsettings
(SettingName
, SettingValue
, SettingIsSecure
, CreatedByUserId
, CreatedOnDate
,…
I have a bit of HTML that seems to getting injected into my site. I have checked the skin html, the modules on the page (settings and develop) and the page settings withing and I can't see where it is coming from.
As A work around I am trying to…
I have recently installed the latest version of the base app from codeplex (2sic_2SexyContent_08.04.08_Install.zip ) to DNN vesion 7.4.0, created a new admin page and added the module there.
from there I have tried to add a new app…
My DNN Website uses lots of ListX controls.
I have successfully upgraded the listX controls to OWS.
However I am not sure how can I use it in Skin files
Following is a ListX tag.
I've been working with DNN for the past weeks and now it's finnaly time to make my project to the production server, but I found an issue.
In the default Rich Text we have a "Template" option, witch we can save html presets, saving them works fine.…
I got a question regarding the search module of DNN. I am currently using DNN community edition 7.4 and I want to index PDF documents so that I can search on the content of the PDF files.
Now after a lot of research I found the following…
We have recently upgraded our DNN site from 6.0.3 to 7.4.2 version.
The upgrade went successfully. But recently we are getting the following exception when we login to the site and click on the Admin menu option.
Error: Basic Features is currently…
I have currently updated our DNN site to version 7.4.2.
I have implemented skin & content changes for our site in local environment and want to know the best path to deploy these changes to our production site.
I have tried using the Export site…
I'm DNN developer but didn't know much more about DNN Evoq. I need to convert my website from Professional Edition to Evoq. Current website has 28 custom modules, 1 skin and 100+ Pages.
My Questions:
Can I integrate current website modules in…
We are new to DNN and we plan to add a product module that is in charge of adding, editing, deleting, listing, and showing the details of the products.
We have written a UserControl named ProductsList.ascx, which has AddProducts.ascx and…
I have write code for create DNN user programmatically by following code but it is inserting Username like this 50c5c87e-bba7-4fc8-b2b4-1d9e3e388dc5-contracthiring@outlook.com. It is something looks like merging GUID + EmailAddress. But it should be…
I am looking to create a custom build of DotNetNuke (vr. 7.4.2). Trying to configure the configuration file (Dotnetnuke.install.config.resources) for the installation in order to fit my custom build seems to be puzzle. There are some specific tags…