I use jquery-style-switcher.js for changing style of some elements. When I click on the colors style of page doesn't change and in source of this page added this classjssError error level0 to ul tag that contain colors. This codes worked in HTML…
I'm trying to use this attribute on methods in the web API for a custom module:
[DnnModuleAuthorize(AccessLevel = DotNetNuke.Security.SecurityAccessLevel.Edit)]
but no matter what SecurityAccessLevel I set, I always get a 401 unauthorized…
I'm trying to access data with DAL2 in DotNetNuke. When I use the repository.Get() to get all fields of a certain table I sometimes get this error:
'Value cannot be null. Parameter name: con'
public IEnumerable GetAll()
{
using…
I have been looking into implementing logging on my DNN 7+ site. I would like to have a configurable logging level such as that provided with log4net.
I attempted to follow the instructions to integrate log4net found on the DNN site here,…
I am new in DotnetNuke. Feel free to suggest me correct terminology.
I am working on DotnetNuke 7. I use C#. I have a table with 30 string fields and it can have maximum 50 records. Currently I am managing it using Database.
I think it's not much…
I have been struggling from last 2 days to find clear and exemplified documentation on how to build modules using MVC framework for DOTNETNUKE CMS.
It is very unfortunate for a CMS of that size to first advertise app developers that they support…
The company I work for is switching over completely to DNN. All of our websites were previously built in Drupal and Wordpress. I'm looking for DNN equivalents to Views in Drupal and/or Advanced Custom Fields in Wordpress.
I did find this DNN…
I am developing a module for DNN 7.1+ and I need to display / hide a link in the module based on if the user has edit permission for that module. I want this to happen regardless of whether or not the page is in edit mode.
Currently I have the…
I'm having this error repeat almost every minute, I think to the point it's hanging my web-server as sometimes it becomes unresponsive but still ping-able.
I'm not exactly sure where to start looking for a fix in reading the 3 log entries…
Recently I was creating a module to install basic things for other modules dependent of it.
I have to make a web.config change manually in order to all modules work and I was wondering if there is any way to automate it in the module instalation…
I am trying to create a simple web-api in DNN,
Here are my codes :
1st Register RouteMapper (I set a break-point it is being called without problem)
namespace Commission7.Controllers
{
public class RouteMapper : IServiceRouteMapper
{
…
I am sure many of you have found fake referral traffic in your google analytics reports/views. This makes it difficult for low to medium traffic sites to have accurate data for marketing. I am wondering what others are doing to exclude this…
I am running DNN Version 07.02.02. I am trying to add a reports module to a page, but the settings don't appear to be there. It was an upgrade, which makes me nervous already and I have specifically installed the same version blank installation on…
I am having a problem where the default Get() function for a DAL2 repository is taking several seconds to return results. When I query the database directly for the record with SQL Server Management Studio the query returns quickly. The function…
How do you initialize a NotificationController in DNN 7.1.2?
I've tried:
var nc = new DotNetNuke.Services.Social.Notifications.NotificationController();
However this is empty and has no methods to call... Am I initializing the wrong thing?
Surely…