I have implemented a DNN module that uses a user-defined control (this user-defined control has implemented GoogleAnalytics tracking for our own use).
The control needs to access a config file in order to grab the configuration settings of our…
I am taking over and modernizing a model from another developer.
They had the following line in the settings.ascx page of the Module settings:
DotNetNuke.Entities.Portals.PortalSettings.UpdatePortalSetting(this.PortalId, "setting_name",…
I installed the last version of OpenContent Module, and I add some items using catalog template, but when I try to filter the content using Filter Settings, it doesn't work. Seems that for some reason the module doesn't find the results.
Someone…
I have been using GetCurrentUserInfo up until now but my company is moving to DNN 7.3 and some of our modules use this method to get the userInfo for the current user.
Dim userInfo As DotNetNuke.Entities.Users.UserInfo =…
Is it possible to customize the DNN 8 modules and Skins? Is it possible to config the DNN 8 and use it in VS 2010 framework 4.0? If is it let me know the steps to do, because I have configured DNN 8 site to the IIS 7 and it works good from the…
I have a page that I would like to display a calendar of events that is stored in a MySQL database. I am pulling the events using asp:SqlDataSource and asp:Repeater. I am able to pull the events but I can't get the events to be sorted into the…
I have implemented a module in which i have divided that into two parts:
A Web Project:
Which is having my UI Pages as ascx and ajax call to triggering my Web API and get the data from that.
A Class Library:
Which is having my API Controllers and…
I have implemented a module using Angular Js and TypeScript in DotNetNuke7 where i have implemented my all Input Forms and js in a web project named as customerNew and than added a Web APi into a another project named as CustomerNewController which…
I am unable to drag a button or any standard control from the toolbox in VS2013 onto the User Control View.ASCX generated using the DotNetNuke 7 C# Compiled Module template.
Template installation…
I am trying to install dnn 7 but it gives me a a error of
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration…
I have already research in Google about this error but couldn't succeed and finally posted here.
I have downloaded my live website, database and integrate it in my local environment. I can only see Home Page but not able to see other pages. I’m…
I have had a site that fell prey to the spam user registrations that was found in the summer. I have stopped the registration but now I am getting these users requestion their profile pages and as a result there are errors being logged in the event…
When following a tutorial for setting up a development environment for DotNetNuke modules, creating a new project from the project templates caused the following error:
The Web Application Project xxx is configured to use IIS.
The Web server…
I'm trying to save a custom property to an existing user profile in DNN 7, but the profile property is not getting set. I must be understanding something incorrectly.
So, how do you properly set a custom profile property in…