Questions tagged [dotnetnuke]

A .NET open source content management system and web application development framework. Also goes by the names DotNetNuke, and DNN Platform and Evoq (the Commercial Product built upon DNN Platform).

The DNN (DotNetNuke) Platform is a CMS originally based on a Microsoft .NET example web application called IBuySpy portal, it was first released under the moniker IBuySpy Workshop. It is an open-source project (MIT license) and part of the .NET Foundation. There are also commercial solutions built by DNN Software, including Evoq Content. Overall, the platform runs over 700,000 known production websites.

Originally DNN was written in VB.NET. With version 6 of DNN, a switch was made to C# as the development language for the core platform. The name changed from DotNetNuke to DNN Platform in 2013 (with the commercial solutions changing from Professional Edition and DNN Social to the Evoq Suite of solutions).

More information and additional support resources can be found using the following links.

  • dnncommunity.org - The official DNN Community Website, including blogs & discussion forums
  • dnndocs.com - The official DNN Platform Documentation
  • GitHub Repository - Where all source code, bug reports, feature request,s and releases can be obtained from
  • Security Center - A listing of all known security issues and mitigations
  • DNN Store - the official marketplace for DNN extensions
3491 questions
1
vote
1 answer

DNN ASP Only show on homepage

Wondering if I can do something like this in my DNN skin to only show some html on the homepage and vice versa on the inner-pages with an else statement. <% if ((url = "/" | url = "")) { %> Doesn't work… <% } %> Also would be nice to know where the…
Stephen Way
  • 668
  • 3
  • 7
  • 20
1
vote
3 answers

Help on DotNetNuke

Does any body know how can i change the layout of a dotnetnuke website. I need to modify the standard layout
1
vote
1 answer

Problems deploying Extensions in DotNetNuke on Azure Website

I have just created a website for my company and chosen to install the DotNetNuke Framework into the site. My problem comes when I try to deploy Extentions. I have just bought the "Advanced Business Directory" and "Live Blog" extensions and neither…
Mark Stokes
  • 205
  • 1
  • 6
1
vote
1 answer

Get reference of all modules in a page from a module DNN

Is it possible to get the references of all the modules on the current page from a module? Like for example on a button click I could for example list all the Types of the DNN modules loaded on the page without hitting the database.
gigi
  • 796
  • 9
  • 21
1
vote
3 answers

Span Misaligns when Text gets too Long

First, a couple of limitations: I have a limited CSS vocabulary, so I would appreciate some schooling on that, and The only thing I have the power to change is a global style sheet. I have a list of links called a breadcrumb that looks like…
Dave Babbitt
  • 1,038
  • 11
  • 20
1
vote
1 answer

Limiting Registered User to their own unique Folder on File Manager

We are using DNN 6.2 and are attempting to limit Registered Users so they can upload content to their own Unique Folder. We are not wanting to do this by user role. Some examples where this is an issue are when a Registered User is uploading…
1
vote
1 answer

DNN 5.6 friendly urls

I am using DNN 5.6.3 and needing to redirect just one url to a page the url is http://domain.com/schmooze and it should redirect to http://domain.com/schmooze.aspx I have in the friendly urls part in the HOST find:./schmooze. replace…
braindice
  • 988
  • 5
  • 16
1
vote
2 answers

Refresh DotNetNuke Portal Alias Cache without recycling the App Pool

I am working with a DNN 6.01 installation, where we create new subdomains + portal aliases for new users. If relevant, we are working with C#. This mostly works great, however at present if we rename one of the subdomain/alias pairs (say, due to a…
Mir
  • 2,429
  • 1
  • 29
  • 34
1
vote
1 answer

Server cannot append header after HTTP headers have been sent

In a DNN 4.9.2 web site ,I am trying to call a server side method using jquery. I am setting a Request Header "X-OFFICIAL-REQUEST" in following code. JavaScript Code ... jQuery.ajax({ type: "POST", async: "false", url: location.href, …
sunshine
  • 125
  • 4
  • 15
1
vote
1 answer

DNN 6 Hide Retrieve password in Login page

I want to remove/hide Retrieve Password link in the Login Form , i disabled its function from web.config but client still wants me to remove it from the Form any idea how can i do that ?
Lemo
  • 519
  • 1
  • 7
  • 22
1
vote
2 answers

In DNN how to disable a parent menu link for the NON HOST, NON admin?

In one of my DNN web site i am using DNN menu, for some item in DNN menu i want the parent or root menu item to be accessible by HOST user, or admin user and want child elements to be accessible all users so how can i disable all root menu item to…
NoviceToDotNet
  • 10,387
  • 36
  • 112
  • 166
1
vote
2 answers

How can I get DotNetNuke 6.2 Service Framework to modelbind json data

DotNetNuke Serviceframework is based on ASP.NET MVC 2, and therefore does not include json modelbinding out of the box. I've tried a number of approaches: MVC3 jsonvalueprovider custom json model binder custom value provider The code to register…
stevenrcfox
  • 1,547
  • 1
  • 14
  • 37
1
vote
4 answers

Querystring without argument name

I am trying to get this to work. I have a DNN module in which I read from a querystring and perform a few steps. All of that is working fine. Now I am trying to clean up the URL while reading the querystring Right now, the URL looks something like…
1
vote
1 answer

Adding Javascript in Homepage.ascx in DotNetNuke

I just want to add a small Javascript in DNN homepage.ascx file: Please…
Phillip Mclauren
  • 417
  • 3
  • 17
1
vote
1 answer

How to remove the minimize button completely from all the modules

I have build a container in which I have removed all the Visibility tags, and compiled the container and uploaded it to my site. But I'm still getting the minimize button. I do not know what could've possibly gone wrong. This is my sample code. <%@…
not 0x12
  • 19,360
  • 22
  • 67
  • 133