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? ...
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? ...
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...
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 ...
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 ...
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 ...
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 --> ...
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 ...
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...
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...
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 ...
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. ...
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? ...
What is COM..?/ ...
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 ...
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 ...
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? ...
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...
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...
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? I realize that it depends on how you use it, but I'm talking about out of the box, core modules, etc. ...