dotnetnuke

Dot Net Nuke Installation

I am new to Dot Net Nuke. I downloaded and tried to install it onto Windows Server 2008. It installs to the point where it starts running scripts for the database. I choose SQL Server 2005/2008 as the database and put in the correct Database name and connection string with the correct credentials as well. It however fails after running a...

DotNetNuke: Conditional logic for displaying menu items

Hi guys! I am new to DotNetNuke, but I'm an experienced web admin and programmer. I have an ASP .NET website / web application that I want to integrate into DNN 5 so I can easily add / modify content, etc. My existing site uses it's own login system to display user information. I have successfully placed (using iframes) all of my exist...

DotNetNuke 5 - How do I dynamically create a Page, select a Skin, and assign Modules to it?

In DNN 5, I need to: Dynamically create a page (programmatically) select a skin assign modules to the page How do I do this? Thanks ...

Configuring DotNetNuke installation on GoDaddy shared hosting to properly map DNS to secondary parent portal

I have a GoDaddy shared hosting account where I've installed DotNetNuke. I'm trying to configure a secondary parent portal so that when users browse to my second domain, they see the new portal. Here is my current setup: Main DNN portal: http://MyFirstDomain.com/dnn Domain mapped to: \dnn\Portals\1 (through GoDaddy Hosting Control Pan...

Dotnetnuke-Adding dnn module to dotnetnuke.

I have downloaded free dnn module of chat from following site: http://www.tmmworld.net/tabid/53/Default.aspx. I have installed dotnetnuke properly but I am not getting how to add it. ...

Upgrade Error: ERROR: Could not connect to database specified in connectionString for SqlDataProvider In dotnetnuke

Hi I am trying to install dot net nuke in my local system (windows XP). I have IIS and sql server 2005 express. I have followed the instruction and all are done. While running the dotnetnuke i.e. http://localhost/DotNetNuke500-1/install/install.aspx I got the following error message Upgrade Error: ERROR: Could not connect to database...

how to create skin in dnn 5.0

I am working on dnn 5.04.04 and getting some problems in skinning.I want to create a new customized skin,How can I do it? ...

Free DotnetNuke module for Forum Management.

Hi, Can anybody please tell me where I will get free DNN module of forum, I have downloaded YAF.DotNetNuke.Module for forum, I installed it in DotNetNuke properly but it showing error while adding installed module on page that "YAF is currently Unavailable" Please tell me another free DNN module for Forum management. Thanks. ...

paypal implementation in DotnetNuke

Hi I have to implement a paypal transaction in my Dotnetnuke web site. I don't know how to do this. What is the steps, and what are the requirements? and how i test the pay pal in sandbox.. Please give me an answer ...

Better blog module than DNN's blog module

Hi, Does anyone know of a much better blog module than the one that comes with DNN. We have found it VERY frustrating using the standard DNN module and need something that's going to be easier for our clients to use. Thanks :) ...

What is the best way to include jQuery in DotNetNuke 4.8.x?

I'm using DotNetNuke 4.8.x and want to utilize jQuery. Could anyone possibly suggest me on what is the best way to integrate jQuery into DNN? I won't be able to upgrade DNN version to 5 which has built-in support for jQuery. Your advice would be much appreciated. ...

DotNetNuke Skins dnn:Styles Condition and AJAX Problem

Hey there, We have a set of Skins which implements a condition for IE6 and is only supposed to load the IE6fixes.css file if it's IE6 making the request. Oddly though, when we use AJAX to update parts of the page we find a div which uses the class generalContentFormat to suddenly start using the IE6 fixes CSS. So on the initial call ...

How to initialize and use / aggregate the default DNN AspNetMembershipProvider

The idea is to mix two providers, and by default, that's not allowed (either the first, or the defaultProvider will be initialized). So we created MixedMembershipProvider that aggregates two other providers, the default DotNetNuke's AspNetMembershipProvider and our own. Depending on user action, the mixed one decides automatically what t...

DotNetNuke Skinning: How do I use\add skin.css?

I'm just getting started DNN skinning and am confused by how skin.css works. I'm using the "legacy" skinning method, so my skin folder has SkinName.htm file in it, which I get DNN to parse each time I change it. Now I want to add some css... According to this: (and various other references I've come across) http://stackoverflow.com/qu...

Identify a user logined or not in a page in Dotnet nuke

HI In My dotnetnet Nuke Project, I have to put a sentence in a page for signed(logged) users .And Have to put another sentence for unsigned users. Does any one know how to do this? Please help me .... Thanks in advance ...

Why is my DotNetNuke page jumping to CKEditor rich text input box?

I am having a problem with this page in Firefox (Chrome and IE seem OK): http://beta.vomero.co.uk/Guestcomments.aspx When the page loads, Firefox jumps to position the rich text box (CKeditor) at the bottom of the page. I don't think this is related to the jQuery Accordion because if I add rich text boxes on other pages the same jump o...

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 wrong IHydratable forces you to use select * construct an all your queries The business...

pop up customization in dotnet nuke

Hi I have successfully implemented the CodingStaff.HtmlPopup in my dotnetnuke project. But this pop up is limited to certain corrector. i want to display a large content in that pop up. How is it possible. Is there is any way .. Does any one know .. ...

Random image display from a folder

Hi I want to do a image slider in my dotnet nuke project. Ie want to display image one after other. Is there is any free module for that? or Is there is any way to display(one after another like slide show) all the images from a folder using java script or jquery? Thanks in advance ...

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? ...