dotnetnuke

401 Error using HTTPWebRequest with Active Directory Authentication in DotNetNuke

Has anyone successfully used the System.Net.HTTPWebRequest with Active Directory authentication in a DotNetNuke website? I have looked around and found several references to HTTPWebRequest and Active Directory authentication, but none seem to have the special sauce. I have tried uncountable variations of the attributes/methods, without s...

URL Rewrite in DotNetNuke remove chunk of address (and read cookie?)

I am working on a DotNetNuke application using the iFinity URL Master module. (that may be irrelevant, as a solution may be platform independent) What I have is a site with addresses based on language. so www.thesite.com/en/products/towels/redtowel is the english version and www.thesite.com/de/products/towels/redtowel is the german ver...

DotNetNuke : How to do single sing-on to multiple portals

I have a Dotnetnuke environment with multiple portals running at different subdomains (serviceA.company.com, serviceB.company.com). I can allow users the access to each portal by adding rows to UserPortals table, but since DNN uses full domain name in the auth cookie, the users need to log separately to each portal. I'd like to have the...

Find all CSS styles used on website

I have a DotNetNuke skin that has a single CSS file over 3,500 lines long. It contains styles for YUI, Telerik, Cluetip as well as the actual customisation of the site. The old developers just kept adding styles and never cleaned up the old unused ones. I want to cleanup the file and get it to a more managable size. I first thought abou...

DotNetNuke Managing filtered words in Forum Module

Is there a way to limit the Filtered word match in the dotnetnuke forum to whole words only. For example, if the word 'bum' is a filtered word replaced by a '~' then the word 'bumble bee' is also affected becoming '~ble bee' I'd like to limit to a full word match rather than a partial. Any help is most appreciated. Thanks ...

Domain Name Windows Vista Does Not Exist In The Database

I am trying to install DOTNETNUKE model on my local machine ( Windows Vista) but seem to be running into a problem right after installing the Database. Not exactly sure where to go to fix the problem or what I need to do next. Anyone have any idea how I can deal with this? Thanks in advance. DotNetNuke Error ---------------------------...

How to setup a DotNetNuke Development Environment with Source Control?

My team is developing a new DotNetNuke web application and would like to know what is recommended to setup a development environment with source control and automated builds? We would like to keep the DNN source code separate from our custom modules and extensions source code. The DotNetNuke Compiled Module template for Visual Studio w...

Does DotNetNuke have anything similar to Drupal's CCK?

I'm building a content website whose basic elements are not just plain text but rather structures containing multiple fields. I want it to be based on open source CMS so that I can extend/tweak it as I wish. Drupal's CCK module gives me exactly what I need, and I'm trying to understand if I can get this capability with DNN (or do I hav...

DNN and FCK editor upload images

In dnn I want to set the path for the person logged in when they use the editor - currently I cant let people upload threir own photos becasue to amny people can see to many other peoples pics. ...

dotnetnuke doubts

hi guys, i want to build a website in dnn 5. i have studied dnn5, its installation, starter-kit installation, built-in modules (both of Host and Admin), installing a custom module (from module extension), creating packages. I had rather still some doubts left in my mind. 1.How should i progress if i need to built my custom module in so...

how to install dnn (v 5.2.0) in vs (any of 2005 or 2008)?

hi, i need to install DNN on my pc. I dont mind what dotnet version this would be: either 2005 or 2008 but i need to install DNN v 5.x.y and not any previous installation + also need to configure in my sql server (could be 2005 or 2008) Please suggest me some correct steps thanks. ...

ASP.NET MVC project to port

Is there a project out there that attempts to replicate or re-create a portal framework like DotNetNuke using MVC framework ...

How do you alter the 'page_load' for DotNetNuke

For the main menu, I want the first four links to be blue, and specifically the last four links to be yellow. There will only be eight menu items. I was thinking of hard coding the yellow links into the menu div, and that way when the page loads the first four menu items (default colour blue) they will be blue, and then my hard-coded l...

"The Resource Cannot Be Found: /Login.aspx" on new v5.20 Install

Please see my DNN Forum Post for more details. I've never had any issues with DotNetNuke installations. But with the new v5.20 (or v5.02, whichever it really is), everything runs perfectly fine through installation. I then get to the main default portal homepage. But as soon as I click any of the links available to continue (Home, Regis...

DotNetNuke vs Sitefinity

In 2009 Readers' Choice awards, in the Web Content Management category,DotNetNuke Professional Edition took the runner up spot and Telerik's Sitefinity CMS received an honorable mention, dropping down from the runner up spot last year. I have used both and believe they are great products, DNN being opensource and with broader community, ...

Navigating between DotNetNuke module controls using EditURL() or NavigateURL()

OK I'm new to DotNetNuke and need to write a simple module in DNN that will display an article for everyone, and allow the admin to edit the article/add a new one. I have a test page that contains a DNN module with one module definition and two controls in that definition. The default control shows the article based on an articleID fie...

DotNetNuke redirect in Page_Init method Exception

I have Module that is making a Response.Redirect to a different page if some condition is not met. However, I notice there are many errors in the EventLog relating to this. Am I correct that due to the dynamic loading of the Modules on the Page employed by DNN, I can't shouldn't do a Redirect in the Init method? Here is the Exception:...

Confirm Email on Dotnetnuke Registration

I have a registration page in Dotnetnuke. I want to have a confirm email field, because a lot of our users are mis-entering their email. I've looked at this seven ways to Sunday, and can't figure out how to get this to happen. I've dug through the circuitous logic for displaying the form (I think), and I can't find the right place to h...

DotNetNuke C# version

Hi there, Is there a C# version of DotNetNuke? and how secure are this program to use for my companies intranet? Thanks in advance ...

DotNetNuke + XPath = Custom navigation menu

I'm developing a skin for DotNetNuke 5 using the DNN Done Right menu component which uses an custom XSL-T to convert the XML sitemap into an HTML navigation. Using XSL-T is a life saver in comparison to the other ways of building a navigation menu. However I've run into problems doing something a little more complex, as I'm a newcomer t...