Questions tagged [dotnetnuke-7]

Version 7 of the DotNetNuke open source CMS.

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

309 questions
3
votes
2 answers

Accessing .config file inside a DotNetNuke Module

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…
Zahra
  • 6,798
  • 9
  • 51
  • 76
2
votes
1 answer

How to make my website remember user/password logins

I'm running my website under DotNetNuke version 07.00.02 and it does not remember user/password on client's logins. Can someone please give me a hint?
user7914793
2
votes
2 answers

Updating Custom Portal Settings in DNN 7.3 +

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",…
J King
  • 4,108
  • 10
  • 53
  • 103
2
votes
1 answer

Filter settings in OpenContent (dotnetnuke) doesn't work

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…
J. Brokes
  • 55
  • 3
2
votes
1 answer

Hot to get UserInfo in DNN7 - GetCurrentUserInfo is deprecated

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 =…
Agamemnon
  • 587
  • 2
  • 15
  • 44
2
votes
1 answer

Need to customize DNN 8 Modules and Skins

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…
2
votes
0 answers

DNN LinkButton OnClick event not firing (using asp.net, C#)

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…
skaur
  • 31
  • 9
2
votes
1 answer

Is there any possibility to add multiple routes in DNN's route mapper

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…
Shian JA
  • 848
  • 4
  • 15
  • 52
2
votes
1 answer

DotNetNuke7:-Web Api is not triggering on call

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…
2
votes
1 answer

How do you drag a Button from the toolbox to a UserControl in a Class Library?

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…
Ori Samara
  • 71
  • 6
2
votes
1 answer

Want to install DNN 7 but getting error of Configuration Error

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…
user4842384
2
votes
1 answer

Not able to resolve EnableSessionState is set to true error in all DNN pages

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…
Keval Gangani
  • 1,326
  • 2
  • 14
  • 28
2
votes
1 answer

Spam users requesting profile page creating errors that fill event log

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…
J King
  • 4,108
  • 10
  • 53
  • 103
2
votes
1 answer

DNN: The Web Application Project xxx is configured to use IIS. The Web server "http://dnndev/desktopmodules/xxx/' could not be found."

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…
tekiegirl
  • 1,229
  • 5
  • 17
  • 30
2
votes
1 answer

How do you properly set a custom profile property in DNN?

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…
Joe Zack
  • 3,268
  • 2
  • 31
  • 37
1
2
3
20 21