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
0
votes
1 answer

My DNN module lists content of its directory when I use jQueryUI

In my DNN module I use jquery and jquery-ui. When I add links to jquery--ui *.js files my module starts listing content of its directory. Directory Listing -- /HelpDeskDNN/DesktopModules/MyControl/ [To Parent Directory] Wednesday, November 10,…
Primoz
  • 4,079
  • 17
  • 56
  • 67
0
votes
1 answer

Edit Text/HTML Module in Dotnetnuke adds text/P tags

Is there any way to prevent the Text/HTML Module in DNN from adding tags (like an initial when you edit in source view and switch back to display?)
Caveatrob
  • 12,667
  • 32
  • 107
  • 187
0
votes
0 answers

DNN Upgrade Module From .Net 3.5 to .Net 4.6.1

I have multiple DNN modules built on .Net 3.5 and DNN 5.2, I upgraded them to DNN 8.1 & .Net 4.6.1, so in the upgraded CMS, some modules are working properly, and others not working (not working without showing any error message or any…
Moamen Naanou
  • 1,683
  • 1
  • 21
  • 45
0
votes
2 answers

In DotnetNuke , how can we make manageable footer area per portal

I am using DotnetNuke 5.4 Community and I have met with a specific requirement. I need to make it possible a configurable footer area (i.e a DNN admin should be able to manage the content & image to be displayed in footer area) on a portal basis. As…
balu
  • 322
  • 4
  • 13
0
votes
1 answer

DotNetNuke - how to change default portal alias in Webinterface

In DotNetNuke, I have added multiple URL aliases for a portal. The first one added is the default alias which cannot be removed or changed. Of course I can do this in the Portal alias table in the database directly (using Management Studio), but…
Olaf
  • 10,049
  • 8
  • 38
  • 54
0
votes
1 answer

How to change value in base.settings[""] in DNN

I am new to DNN. I have a class which contains the following line of code string sample=base.settings["NAME"].toString(); value of the base.settings["NAME"] is already configured. Where do I change this value. That is I want the location of this…
Sanjay
  • 1
0
votes
1 answer

How to install new skin(Theme) in DNN 8 and activate it? I have tried this but it install the skin but not activate

How to install new skin(Theme) in DNN 8 and activate it? I have tried this and it install the skin but not activate. While trying to active/update from one to other skin page was reloaded but no action performs. Previous skin only shown and…
vicky
  • 56
  • 7
0
votes
2 answers

Custom-created DNN module can not be added to page

I have created a custom DNN module with 2 .ascx files that I have installed successfully to an existing DNN website. But when I add the custom-created module to a page, nothing happens. Also in the module definitions page, my module is shown as "not…
Yosief Kesete
  • 217
  • 2
  • 6
  • 20
0
votes
2 answers

DotNetNuke - Content Scheduling

Do you know of a module that let you publish content (via HTML PRO module or whatever) on a certain time and date? (example: 1.3.2011 at 2:43pm) I know that there is a built in option for content scheduling by date, not by time. I know you can do it…
Shay
  • 13
  • 2
0
votes
3 answers

How do I deploy my local DotNetNuke site to my host?

Ok, so this may seem an elementary question. Maybe it is. But for the life of me I don't know the answer. I'm looking for the simple answer(s). I've attempted both of the following: 1) I have a site I've created locally. When I deploy to my host…
TheHolyTerrah
  • 2,859
  • 3
  • 43
  • 50
0
votes
1 answer

find used or unused dnn pages

i want to clean up my portal and do some house cleaning. how can i generate a list of used pages, or on the flip side a list of unused pages? next, how is it best to remove an unwanted page from a dnn portal?
kacalapy
  • 9,806
  • 20
  • 74
  • 119
0
votes
3 answers

Implications of not forwarding http:// to http://www

my company is running IIS and DNN (I'm not a server guy, so color me ignorant), and I've read previous that you should either redirect your .http://www.mydomain to .http://mydomain or Vice Versa. Can anyone give me reasons to do this? (periods…
0
votes
2 answers

Problems with SQL Server Express user instancing and ASP.net Web Application Projects(dotnet nuke)

I am trying to connect to SQL Express 2005 through DotnetNuke. My OS is windows 7(IIS 7) and when i tried to connect i got the following error: An attempt to attach an auto-named database for file (file location).../Database.mdf failed. A …
Harun
  • 5,109
  • 4
  • 38
  • 60
0
votes
1 answer

Skin issues with multiple controls in a Dot Net Nuke module

In the Dot Net Nuke module that I'm developing I need to separate the controls into several different areas. Unfortunately, it appears that Dot Net Nuke thinks that any control identified by a control key is an 'edit' screen and changes the skin…
Josiah
  • 3,232
  • 3
  • 25
  • 25
0
votes
1 answer

2 Parent BLOGs in DNN 5.x?

I have created 2 parent BLOGs in DNN. BLOG x has 3 children BLOGs and BLOG y has 5 children. When I click Add BLOG entry, only BLOG x & is children come up in the dropdown list, BLOG y is missing. Anyone know why? Even if I go to the BLOG y and…
Tony
  • 129
  • 7