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
1
vote
1 answer

Getting NullReferenceException IRepository.Insert Call DNN Evoq 8.2

I'm working on a custom module for our site. The process flow is as follows. Customer hits a specific page Page detects if customer is authenticated No - forces login/register Yes - Continues Verifies customer data Retrieves token and ttl from…
Dreampoet
  • 72
  • 1
  • 7
1
vote
1 answer

unable to uninstall module from DNN 7

When trying to delete a module from DNN 7 I am getting this error. Would anyone know how to start debugging this or where this error would be generated at: Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException:…
1
vote
1 answer

Error when open new DNNModule template project in visual studio

I want create a module with DNNModule template but when create module template get this error. The Web Application Project DNNModule7 is configured to use IIS. The Web server 'http://dnndev.me/desktopmodules/DNNModule7' could not be found I…
hmahdavi
  • 2,250
  • 3
  • 38
  • 90
1
vote
1 answer

Using multiple skin in DotNetNuke

I have a portal with BackEnd and FrontEnd sides. I use skin A for BackEnd, skin B for FrontEnd. I create a page P1 on FrontEnd and then drag a module with two controls: Control ListItem: Key = black, to show all item Control Detail: Key =…
1
vote
1 answer

How to Show And UnShow DNN module

I just got off to this problem in my module development where I needed to ask this to some expert. My question is, what could be the (best) way of showing and unshowing module in DNN7 depending on the value of custom field I provided in profile…
OneLazy
  • 499
  • 4
  • 16
1
vote
1 answer

How To get the custom field value in DNN

I made 3 different custom field in my DNN portal and I was wondering how would I be able to get the value of the the custom field by integrating a module for that. Is there any way to do this ? Thanks much.
OneLazy
  • 499
  • 4
  • 16
1
vote
1 answer

Assigning multiple roles to user in DNN programmatically

I am trying to programmatically assign multiple roles to a user in DNN. Using the following code : Roles_controller.AddUserRole(0, user_id, role_id, DateTime.Now, DateTime.Now.AddYears(10)); DotNetNuke.Common.Utilities.DataCache.ClearUserCache(0,…
Anuya
  • 8,082
  • 49
  • 137
  • 222
1
vote
1 answer

Using named instance in connection string

I want to upload my DNN site in customer's host, they use SQL Server 2005 and they use named instance, how can I use named space in connection string ?!
Sahar
  • 11
  • 1
1
vote
2 answers

SSO for DNN websites

My requirement is this: I have a DNN website www.websiteA.com. I want to build www.websiteB.com and www.websiteC.com on the same DNN installation. www.websiteB.com and www.websiteC.com should allow users of www.websiteA.com to login with the same…
Apeksha
  • 485
  • 6
  • 23
1
vote
1 answer

Region datatype in DNN User Profile not working properly

I am using DNN Version: 7.4.1 I have added two new fields in User Profile. Data type for these two user profiles are Country and Region (built-in data types). I do not have multiple fields in user profile with these data types. Both these fields…
Raheel
  • 595
  • 8
  • 21
1
vote
2 answers

DotNetNuke - First request returns 404

I am having an issue with DotNetNuke platform that I cannot understand for the life of me... Google and SO searches have been no help. The very first time any user tries to hit the site, regardless of the URL they are requesting, they are…
Schmalzy
  • 17,044
  • 7
  • 46
  • 47
1
vote
1 answer

Dotnetnuke Call ajax from a module

I am now trying to build a dnn module using ajax calls. But there is a jquery error stating SyntaxError: Unexpected token < I have tried to work around with ajax "url: " and tried to create a new ascx at the root folder but still showing error…
Nerdar
  • 1,103
  • 2
  • 10
  • 23
1
vote
1 answer

DNN custom skin made login page disappear

I am new to DNN and I'm trying to make a site with custom skin. Skinning is all ok but once the superuser is time out, I couldn't login again. The login page has disappeared and was being redirected to an empty custom skin page which only shows the…
Nerdar
  • 1,103
  • 2
  • 10
  • 23
1
vote
1 answer

Could not load type error - DNN Module Development

I saw you answered a question for another user for a similar issue and was hoping you could help. I'm trying to build a settings page for my module.....the module actually works ok, its just when I added a new settings ascx page I started having…
1
vote
1 answer

Redirect Page into Edit Mode in DNN 7

I am attempting to work around an undesirable functionality in the Ventrian News Articles module. The issue is that the module allows authenticated users to load the options to edit an article, but the rich text editor is not enabled unless the…
gemini6609
  • 332
  • 3
  • 7
  • 21