dotnetnuke

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

Display price in correct currency depending on location of user

I have a DotNetNuke site which lets me add pages. I can edit the HTML of the page. On the page I need to display a price in one of three currencies depending on the user's location. Those currencies are USD, GBP, and EUR. The price in each currency fixed, so there is no need to do any currency conversion. Additionally I'd like to displ...

DotNetNuke - Pretty Text with SqlDataProvider files in VS2008?

Is there some way to get code highlighting / pretty text in VS2008 for DotNetNuke's SqlDataProvider files? They're very difficult to read otherwise. For those who aren't familiar with DotNetNuke, it's mostly SQL code with some placeholders spread throughout. Thanks ...

How to install dotnetnuke 5.4

Hi, I am new to DotNetNuke configuration side. I want to download dotnetnuke 5.4 and want to install on my machine. Any help would be much more appreciated. Thanks Environment OS Version: Win Vista .Net: VS.Net 2008 SQL Server 2005 ...

dot net nuke 5 administrator account needs more emails

Hello, I need more than one email account to receive an email of a new user registration in dot net nuke 5 portal. can you please guide me as the dot net nuke administrator account allows only one email address. Regards, Andy ...

Inject Google Spotlight tag into DNN page

I've tried using Will Strohl's component but whatever I do for some reason when I inject the Spotlight script I get this text still displaying in the browser (which is a part of the markup which is embedded): tags, as close as possible to the opening tag. Creation Date: 09/29/2009 --> ...

DotNetNuke: Blog entries missing

Hi, I've just added another sub blog to my DNN site and have done something that's made all other entries go missing. Has anyone experienced this before? And do you know how to fix this? Thanks ...

How to create a simple Dotnetnuke module without DAL

I've been looking for ways to do this for days now ... and its really killin' me ... anyone, please help. I want to create a new module in DNN (VB) ... that; 1. does not use DAL or DAL+ 2. has only one view.ascx control 3. It has to be a compiled module I do not need DB connectivity and any bells and whistles just one view control. I...

Solpart menu is ripping my soul apart!!! Not opening up in DNN

Please, someone tell me if there is a replacement for the rubbish Solpart menu, the menu with the small arrow to administer a module in DotNetNuke? I have been using DNN for some time now and I would love to know if there is not a better way to get this menu working. I cannot believe DNN would let something as buggy as that out! Thanks...

Dotnetnuke - login redirects to home page

Hi Guys, In dotnetnuke if we go to the web sites login page and use the same login/password credentials everyone on various PC's manage to get in to edit the web pages. In the last week one of our clients tries to login and they now get redirected to the home page. This problem only seems to affect one of our clients. The only change ...

Can I add more than one dotnetnuke CaptchaControl in one page?

I uses dotnetnuke CaptchaControl in my module. However when I added two instacnes of the module into one page, the CaptchaControl cannot work properly. The generated valid code in both module are the same. ...

numeric-only textbox as a control in Visual Studio toolbox

I would like to make one numeric-only textbox. I'd like to then add that same to the control toolbox within Visual Studio 2008 I've already built the function to allow only numeric. How can I make it available in the toolbox? ...

VS 2008 use of component class and ...! ??

What is COM..?/ ...

Implementation of a ASP.NET based portal-like application.

There is the requirement, to write a portal like ASP.NET based web application. There should be a lightweigted central application, which implements the primary navigation and the authentication. The design is achieved by masterpages. Then there are several more or less independent applications(old and new ones!!), which should easily ...

dnn - adding module to right pane

what am i doing wrong? i want to add an html module to the right pane with the intent it will show on every page after the single addition tot he pane. the pane is used on every portal page. when i add the module i needed to do it on a page by page basis. whats the method to correctly add it to the pane once and have the change reflect ...

dnn - upload an image to portal and use it in html module?

how do i upload an image to the portal and use it in my html of my html module? i have an html module i want to use and part of it is an image. how do i upload to my portal and then reference the url where it is on my server inside my html? ...

dnn- add a mudule to a pane (on all pages) 3rd module from the top of the pane

i am able to add am module in the right pane of all my pages but when i add the original and position it in the middle of 5 already existing modules in the pane and set it to show on all pages it shows as the first module on every page except for the page i added it to originally where it is where i want it. i want it to be the 3rd modul...

DotNetNuke, Ajax and jQuery: Hiding a table row.

Hello everybody, I have written a DotNetNuke module for a customer that allows them to "delete" a coupon from a table. When they click the link, an Ajax POST is created, using jQuery, and upon success the row should be deleted (or at the very least, hidden) and a success message displayed with a CssClass attached. Everything is workin...

How to track the changes of a dnn texteditor in a web form during submitting the page?

Hi, I am trying to create a java script function to keep track of the changes made in a web form while submitting the page. For normal .net textbox or textarea I can compare the value with default value. var ele = document.forms[0].elements; for ( i=0; i < ele.length; i++ ) { if ( ele[i].value != ele[i].defaultValue ) return true...

Is DotNetNuke currently ADA 508 compliant?

Is DotNetNuke currently ADA 508 compliant? I realize that it depends on how you use it, but I'm talking about out of the box, core modules, etc. ...