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
3
votes
2 answers

Should I use DotNetNuke Controls instead of standard ASP controls and where I can find documentation for them?

I'm starting with DNN 5.5 development and I noticed that there exists DNN versions of standard asp web controls. As you have standard asp control like Button or DataGrid, you also have special DNN version of this controls DnnButton,…
Primoz
  • 4,079
  • 17
  • 56
  • 67
2
votes
1 answer

Can dotnetnuke help me create a secure portal to add to my site made in Visual Studio?

I created a company website in Visual Studio / vb / .net 4.0. I'm not an experienced programmer, but I've read things about dotnetnuke. I'm trying to have a directory, /portal/, where employees can log in, maybe upload documents, or keep a…
Jason Weber
  • 5,653
  • 6
  • 40
  • 73
2
votes
1 answer

Custom Interface for different user in DNN.. How to?

I am new to DotNetNuke; I have following situation please suggest what are the options for me to target this situation. I have a website which is in .Net (No CMS and pure logic only) and client want it to be migrated in DNN. Please let me know how…
Jigar Pandya
  • 6,004
  • 2
  • 27
  • 45
2
votes
2 answers

How to run new web site on DotNetNuke?

I succesfully installed DNN on my PC and it perfectly works by the url: http://localhost/dotnetnuke So I created new site localhost/test2 in DNN and try to run it http://localhost/test2 it says: HTTP Error 404.0 - Not Found So, as I understand my…
ihorko
  • 6,855
  • 25
  • 77
  • 116
2
votes
1 answer

How to change content of module when language is changed in DNN 6?

I have installed a language pack for "French". When i switch language it only change text of menu items and page title , but i want to change the whole content of page in new language . When i modify content of module , it is contain only one…
2
votes
2 answers

How to prevent a form to be sent when hitting enter on a none-form input-field? (DNN)

On a page I have a google search-field and a separate form for a login. In order to make the search-field work with enter, I included the following script: $('#searchBox').keydown(function (event) { if (event.keyCode == 13) { …
sl3dg3
  • 5,026
  • 12
  • 50
  • 74
2
votes
2 answers

Create Dot Net Nuke user from code

Can someone please tell me if it possible to create a new user in a dotnetnuke application from code? I have a list of users that I wish to be added via a windows service. I've figured out how to write the t-sql side of things but I need to pass in…
Martin
  • 587
  • 1
  • 6
  • 18
2
votes
4 answers

A whole website section as a DotNetNuke module

I need to develop a whole section of a website (around 10 different pages) as a DotNetNuke module. The site will be using DNN as the CMS, where editors will manage HTML content for most of the website (exception that section I'll be…
bfavaretto
  • 71,580
  • 16
  • 111
  • 150
2
votes
1 answer

Restricting uploads in the DotNetNuke Text Editor using the "add link"

I am building a DotNetNuke 5.6 Module. The module contains a form with some textboxes and the dotNetNuke Rich text Editor. Users are supposed to fill this form and it is saved to the database. Everything is working just fine. The problem though is…
Emad Gabriel
  • 3,677
  • 7
  • 37
  • 49
2
votes
2 answers

DotNetNuke Module Development: Displaying a Server Control only when the logged in user is an administrator or higher?

Can one specify inside an aspx page (without code-behind) only to display a user control if the logged in user has administrator rights?
leeand00
  • 25,510
  • 39
  • 140
  • 297
2
votes
1 answer

Some problems with basic DotNetNuke localization methods

I'm writing a simple DNN module - using DNN 5.6.1 and currently just working direct in a VB.Net source file within the DesktopModules subfolder of a DNN website. To localize an error message within the module, I'm trying to use: Dim baseString As…
Stuart
  • 66,722
  • 7
  • 114
  • 165
2
votes
4 answers

Seeking a multi-store e-commerce platform with distributed transaction processing and shared user base

Does anyone out there know of any combination social media/portal platforms with a multi-vendor shopping cart that supports individual vendors clearing their own transactions? Let me explain in more detail: I am in the process of selecting a…
Kenneth Baltrinic
  • 2,941
  • 2
  • 28
  • 45
2
votes
2 answers

How to change the domain name for a DNN website

I need to change a domain name for a DNN 5 website. The customer does not want the old domain to be visible any longer so adding a portal alias does not seem to be the answer. The site has hundreds, if not thousands, of links to files and images…
Judy Vedder
  • 21
  • 1
  • 2
2
votes
1 answer

How to properly implement IHydratable interface in DNN?

After upgrading to DNN 5.5.0 we had to implement IHydratable on all of our business objects. This idea seemed like a good way to go at first, but after playing with IHydratable I'm not so sure any more. There are two possibilities: I'm doing it…
roman m
  • 26,012
  • 31
  • 101
  • 133
2
votes
1 answer

Need to customize DNN 8 Modules and Skins

Is it possible to customize the DNN 8 modules and Skins? Is it possible to config the DNN 8 and use it in VS 2010 framework 4.0? If is it let me know the steps to do, because I have configured DNN 8 site to the IIS 7 and it works good from the…
1
2
3
11 12