dotnetnuke

DotNetNuke allowprint/minimize&maximize

Hello all, Does anyone know of a DB setting in DotNetNuke, where you can configure ALL modules to disable print or maximize&minimize? Just so I don't have to configure every module individually. How can I make it a default? Thanks again! ...

Where is DotNetNuke page keywords stored in database?

Which SQL Server table can I locate keywords associated with a page in DotNetNuke? ...

Accessing a CheckBoxList control in a DotNetNuke Module

Hey all, I'm hoping I can get some quick help on this as I've been stuck here for the last week and can't move on until I get this figured out! I have a dynamically created CheckBoxList in a DotNetNuke module I'm building. When DNN creates the page, it prepends the control name with the moduleID and moduleName. So, when I have "AddLice...

DotNetNuke and Subversion guidelines

I've Googled, Binged, and here at StackOverflow, looked through the related questions and searched, but I'm not finding what I'm looking for. I've also searched documentation on DNN. What I'm looking for is any guidance (tutorials, blogs, step-by-step instructions for setting up a repository) etc from people who are experienced in usin...

DotNetNuke - Page Publishing - Scheduled "Go Live", Scheduled Removal

Is there a module or technique for DotNetNuke that allows you to design a page and have it automatically become viewable to the public at a certain date and time? Also, is it possible to have the page become disabled at a certain date? Thanks ...

DNN 5.2.3 "GetPortalAliasByPortalID @PortalID=0" looping

After tracing the DB activity from a DNN 5.2.3 site I noticed that there are 15 calls to the "dbo.GetPortalAliasByPortalID @PortalID=0" sproc, all one after the other. What is the reason for this? I am looking at performance problems and need to try and tie issues like these up. ...

DNN 5.2.3 Stored Procedures executing numerous times during page loads

After tracing the DB activity from a DNN 5.2.3 site I noticed that there are numerous identical calls to the database whilst loading the home page for the first time (afterwards the caching works successfully). //Procedure : Number of executions exec dbo.aspnet_Membership_GetUserByName @ApplicationName=N'DotNetNuke',@UserName=N'MYDOMAI...

DotNetNuke will not save from editor

A DNN site version 05.02.00(275) When editing a HTML module the following happens: If I make the changes and save before the cookie "portalaliasid" expires (within 1 minute) all is well. BUT if I stay in the editor for a longer time, say 2 minutes, and posting I end up at the editor again with the old content. All my previous work is lo...

DotNetNuke, check what language the user is currently viewing the webpage in

Hello all! How would I be able to check what language the user is currently viewing my DotNetNuke webpage in? If I'm only giving the options of english (canadian) and french (canadian), how would I check? I've tried looking into currentculture, but haven't found anything yet. Thanks in advanced! ...

How to automate configurating DotNetNuke settings for several environments?

Are there any recommended methods for automating configuring DotnetNuke settings? We will have several instances of our DNN application (prod, beta, qa, dev, local, etc) and need to be able to configure them all the same and be able to make updates to them all with our future releases. The settings currently needed to be configured inclu...

How can i enable my custom module to allow syndication?

Its an option in the module setting, but when i enable it for my custom module nothing happens, anyone created a module for dot net nuke before that put the content in a RSS feed before? ...

DotNetNuke Site - Unclosed Literal String Error

One of my users is using Safari on a MAC. She gets the following error when visiting http://www.pilatesontherock.com which is a DotNetNuke site still under construction. The error is as follows: There is an unclosed literal string. Line 1, position 61. I'm viewing the source on other browsers and the pages look fine... in fact, all oth...

Calling app_code folder from web application project

I am developing a module for DotNetNuke and have used a DotNetNuke Compiled Module template to create the module in the DesktopModule folder. I then get a Web Application Project under the DNN website in my Visual Studio 2008. Now I want to use DAL and BLL which are created in DNN app_code folder. But when I add them in code behind it...

Dot Net Nuke - Sub Domains

Hi Guys, I've got a DNN portal set up for me and my brother, which works, and i'd like to make it so that sub domains point to our respective sub section of the sites. I.e. brothers.co.uk = brothers.co.uk/home.aspx me.brothers.co.uk = brothers.co.uk/me.aspx him.brothers.co.uk = brothers.co.uk/him.aspx I've got the sub sections set ...

2 Parent BLOGs in DNN 5.x?

Hi there, I have created 2 parent BLOGs in DNN. BLOG x has 3 children BLOGs and BLOG y has 5 children. When I click Add BLOG entry, only BLOG x & is children come up in the dropdown list, BLOG y is missing. Anyone know why? Even if I go to the BLOG y and click Add BLOG entry, its missing. Many thanks, Tony. ...

DotNetNuke create new portal didnt create new portal

hi folks, I've installed dotnetnuke today for the first time, I've created a new portal via host/portals. It says its created it but just doesn't find it. I just don't know how/why? The portal ID is 4. and there is a directory in dotnetnuke/Portals/4 But the url localhost/bmd (name of the portal) doesn't resolve to anything/ Anyone k...

Skin issues with multiple controls in a Dot Net Nuke module

In the Dot Net Nuke module that I'm developing I need to separate the controls into several different areas. Unfortunately, it appears that Dot Net Nuke thinks that any control identified by a control key is an 'edit' screen and changes the skin automatically. Is it possible to change this behaviour programmatically? What is the best ...

jQuery ajax in DotNetNuke preserving user authentication

I want to use jQuery's ajax functionality in a DotNetNuke module I'm developing. I want the ajax call to be authenticated via DNN's membership functionality. I want the ajax response as json. How can I do this? I've looked at IWeb and IWebCF -- it's not clear to me from much Googleing and scanning the forums whether these modules wou...

DotNetNuke + XPath = Custom navigation menu DNNMenu HTML render

I'm developing a skin for DotNetNuke 5 using the Component DNN Done Right menu by Mark Alan which uses XSL-T to convert the XML sitemap into an HTML navigation. The XML sitemap outputs the following structure: <Root > <root > <node id="40" text="Home" url="http://localhost/dnn/Home.aspx" enabled="1" selected="0" breadcrumb="0" fi...

Parameter count does not match Parameter Value count.

Hi, We're getting a server error saying "Parameter count does not match Parameter Value count." Anyone have any idea what this could mean? http://www.oneworldunited.com Our site's on ASP.NET Webforms running DotNetNuke as a CMS. I've tried uploading an older version of the web.config file but it doesn't seem to have changed since th...