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

How to set Module 'In Use' in DNN Installation.?

I have successfully Installed packages of Flex Event, I am learning DNN. Now I don't Know how to use and Further Process.
1
vote
1 answer

Looking for a best practice to filter module output in DotNetNuke

A client of me is migrating to a new CMS and the old CMS contains placeholders in the content that need to be replaced, something like (bad example ahead): {{ID:CurrentShoppingId}}, which would be replaced with the ID of the current shopper. I can…
Abel
  • 56,041
  • 24
  • 146
  • 247
1
vote
3 answers

Dotnetnuke - How to write server side script in skin.ascx file

I am extremely new to dotnetnuke. I don't know which server side language can write in Dotnetnuke skin.ascx page. How to write server side script in skin.ascx file?
user434770
  • 181
  • 1
  • 3
  • 7
1
vote
1 answer

DNN-display list of products

I am new to DotNetNuke and I have struck in listing products in a module. I did extensive research but was unable to find an answer. Below, Here is what I have done with DotNetNuke. I have created page and panes successfully in DotNetNuke and I…
1
vote
1 answer

Telerik + RadChart: How to call a Server side Method on ClientSeriesClick Event

I have implemented a module where i am using telerik red bar chart.And i want to generate another bar graph on click on bar of existing chart i.e there are two charts one is shown on page load and second is detailed one which is shown after click on…
Shian JA
  • 848
  • 4
  • 15
  • 52
1
vote
1 answer

How to suppress error message details to general DNN Users

I have a DNN site (05.02.03) in test and nearing release into production and I would like to suppress the details of error messages (i.e. Null Reference Exception, and others) to general users (admins can still see the details). Debug is off in the…
thames
  • 5,833
  • 6
  • 38
  • 45
1
vote
2 answers

DotNetNuke Install.aspx?mode=InstallResources Automation

Issue: I am trying to automate the build and installation of DNN modules on a build server. We are currently using DNN 5.5 and TFS for source control and build automation. The TFS build works as expected (getting, compiling, building/copying DNN…
1
vote
2 answers

How do I use the same Web User Control in two different DotNetNuke (DNN) modules?

I am developing a number of modules for a client that will share some user interface functionality using a common Web User Control to provide the UI. When I wrote the first module and added in the .ascx file, all was fine. When I add the same…
1
vote
0 answers

Errors While Creating DNN Test Site On Local Machine

I am trying to create test copy of a DNN live site on my local machine but only the home page of site is showing. If we click on any menu item results in error "Page Not Found". I am following this article for creating a test copy:…
1
vote
0 answers

DNN5: all modules have disappeared

Yesterday we had a 100 modules, now there is only 1 module in the dropdown list that Admin can add to the page. There is no HTML module, no iframe module, no nothing. The dropdown is blank (?) screenshot of admin…
martin
  • 25
  • 6
1
vote
1 answer

Is it possible to programmatically display my custom module version in DNN?

Is there a way in DNN 5, 6 or 7, via the DNN API to programmatically display our custom module version number (the one we set in the module manifest) so that we don't have to manually change it on each new version. This would be handy so we can be…
Alex
  • 1,549
  • 2
  • 16
  • 41
1
vote
1 answer

Can DotNetNuke 5 work with SQL Server web edition

I'm trying to move the company's site to a new hosting, and they have SQL Server Web Edition, Can DotNetNuke work with that SQL version? Also, I'm currently using SQL Server Standard Edition.
1
vote
1 answer

Develop a Family Tree Portal with several functinality

We need to develop a family tree portal which also supports functinality like Portal Framework (Sub portal) Dashboard Blogs, Forums, Events, Polls, Task Member subscription Advertisement Chat Broadcast Document Management Personalization Alerts &…
Harryboy
  • 1,104
  • 9
  • 21
1
vote
1 answer

how we can manage multiple views in single project in DNN7

I'm new in DNN development.I am using DNN-7 version.actually i am running with one problem about Dnn project. I have DNN solution with multiple projects and i want to merge all projects into single Project. Previously, I need multiple pages so that…
Frank James
  • 157
  • 2
  • 5
  • 15
1
vote
1 answer

Detect login timeout in DNN on an AJAX request

We have a custom module that is being used on multiple pages in our DNN application. One of them is accessible to registered users only. The rest can be accessed anonymously. The main module control renders content using jQuery and AJAX. Requests…
Apeksha
  • 485
  • 6
  • 23