Questions tagged [dotnetnuke-5]

DotNetNuke version 5. A .NET based open source CMS.

DotNetNuke is a CMS originally created from a Microsoft .NET Example web application IBuySpy portal. It is available as an open source Community Edition under a BSD-style license. There are also Professional and Enterprise Editions that add deeper workflow and other security enhancements over the community edition.

173 questions
21
votes
2 answers

Null Reference exception DNN Core 5.6.3

My site has been running fine for sometime now until recently I see in the event viewer a null reference exception in the DNN core: DotNetNuke.Common.Globals.GetStatus() in F:\Builds\Maintenance\WorkingDirectory\Library\Common\Globals.vb:line …
Matt
  • 1,038
  • 7
  • 27
8
votes
4 answers

DotNetNuke: Why doesn't "Remember me" work like I expect?

Running the latest version of DotNetNuke, version 5.6.1 and cannot find a good answer to why Username and Password cannot be remembered on a DotNetNuke site. This thread goes on about cookies but really misses the point. User 'ptleitch' puts it…
supervan
  • 95
  • 2
  • 9
7
votes
2 answers

DNN 5 - Can't get current ModuleId from nested user control in custom module

I'm writing a custom module for DNN 5, and I need a "Manage" link to be on every control in the module. I created a new UserControl ("ManagerLink") that inherits from PortalModuleBase, put my link into that control, and dropped that control on ALL…
roman m
  • 26,012
  • 31
  • 101
  • 133
6
votes
2 answers

DNN 5 - DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() throws NullReferenceException

Posting as a reference when redirecting to custom controls in custom DNN 5 module, I get InnerException: Object reference not set to an instance of an object. Method: DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl StackTrace: Message:…
roman m
  • 26,012
  • 31
  • 101
  • 133
6
votes
5 answers

Change favicon in DotNetNuke portal

I'm managing several DotNetNuke portals (as well as the main hosting itself). All of the portals have the default DNN icon in the address and when they're bookmarked. I want to have a custom favicon.! It's the icon on the left side of…
Rap
  • 6,851
  • 3
  • 50
  • 88
4
votes
1 answer

How to add classes to the HTML module

I added an HTML module to my DotNetNuke page. When I go into the editor for the module, there is a drop down "Apply CSS Class" that is empty with the exception of "Clear Class". How do I create classes that I can use for the HTML module? Where…
Kevin
  • 745
  • 6
  • 12
4
votes
1 answer

How to recovery this error: log4j:WARN No appenders could be found for logger (net.sf.jasperreports.extensions.ExtensionsEnvironment)

I try to make report with ireport but i get this problem: log4j:WARN No appenders could be found for logger(net.sf.jasperreports.extensions.ExtensionsEnvironment). log4j:WARN Please initialize the log4j system properly. My source: private URL[]…
Winda Kristiana
  • 41
  • 1
  • 1
  • 2
4
votes
2 answers

How can I remove the Maximise Minimise Buttons which appear on a DNN site

I have a DotNetNuke website and I wish to remove the maximize, minimize buttons throughout the website. Is there any other way to do that without selecting "None" in the container settings? Thanks in advance.
Yasodha
  • 341
  • 1
  • 10
4
votes
1 answer

DNN Search Automatic Reindexing

Is there a way in DNN 6.0 to automatically reindex the search results. Because unless we click on host->Search Admin->Reindex Content some of the recently uploaded content would not appear in search results until the content is manually reindexed. I…
Yasodha
  • 341
  • 1
  • 10
4
votes
1 answer

DNN Blog Module how to change the blog post order

In DotNetNuke(DNN) Blog module, how can I change the order of the blog posts? by default the most recent blog entry would always be displayed on top. How can I change the order of the blog entries?
Yasodha
  • 341
  • 1
  • 10
3
votes
1 answer

DotNetNuke File Management

I'm working with DNN 5.6.2 and i'm trying to build a custom module where users can upload a file that I run validation against. If the file is valid then it is saved. There is one root level directory "DataValidation" that the module creates and…
3
votes
4 answers

CSS menu broken in Firefox (display:table-cell;)

HTML: ... CSS: A.Forum_ib_moderate:link, A.Forum_ib_moderate:visited,…
roman m
  • 26,012
  • 31
  • 101
  • 133
3
votes
3 answers

extensionless url in IIS7.5

I have a website, which is been working on Dotnetnuke. I am using dotnetnuke's friendly url to use clean url's instead of asp's ugly QueryString urls, now my problem is, what configuration does it need for the extensionless urls in dotnetnuke using…
Abbas
  • 4,948
  • 31
  • 95
  • 161
3
votes
1 answer

DotNetNuke - Module settings disapear on new user control

I have a DNN module which renders a user control (view.ascx) All is ok ( I am logged in ) and I get the DNN settings menu. however when I add another control and load it like so: string url = Globals.NavigateURL(PortalSettings.ActiveTab.TabID,…
jason clark
  • 829
  • 2
  • 11
  • 23
3
votes
2 answers

DNN Scheduler won't run my custom schedule

I have created a class Library and made sure it inherits DotNetNuke.Services.Scheduling.SchedulerClient And have then overrided the DoWork() sub. Then in dnn host settings > scheduler added a new scheduler Item. in the textbox marked : Full Class…
Matt
  • 1,038
  • 7
  • 27
1
2 3
11 12