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…
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:…
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…
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 =…
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…
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.
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,…
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 ?!
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…
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…
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…
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…
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…
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…
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…