11
votes
19answers
2k views
Joomla, drupal or dotnetnuke?
I'm in the process of starting my own podcasting website. I'm trying to find a good cms to use. At work I'm a .net developer and we are starting to use DNN for some small projects around the office. …
6
votes
7answers
345 views
Why are images and javascript files included in DNN no longer cached on the client after I replace them?
I installed DotNetNuke version 4.9.2 and I'm watching the primed cache states using Firebug and YSLOW...
All the images and javascript are cached on the client, unless I replace them... So If I …
3
votes
2answers
79 views
DotNetNuke ‘Run As Script’ sql option
What does the 'Run as Script' option do in the Host->Sql page in DotNetNuke?
3
votes
1answer
60 views
How to use transactions in DotNetNuke?
I'm trying to do the most simple thing and apply a transaction to the CreatePortal method.
If I'm using TransactionScope - It promotes to DTC for some unknown reason - BAD.
using (var ts = new …
3
votes
2answers
104 views
DNN Containers
Hi,
This might be a general question, but I can't seem to figure it out. What are containers in DNN? Skins are essentially a layout plus a colour scheme for the whole portal. So are containers the …
3
votes
1answer
316 views
DNN 5 - DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() throws NullReferenceException
Posting as a reference
when redirecting to custom controls in custom DNN 5 module, I get
InnerException: Object reference not set to an instance of an object.
Method: …
2
votes
1answer
91 views
Dot Net Nuke: HTML Module Expand and Contract Icon
How the heck do I get rid of that expand and contract (minus.gif) out of my HTML modules? Probably really simple but I can't find the option...
I'm using version 4.09.04 default skin.
Thanks.
2
votes
2answers
118 views
is it worth the effort to try and override the default classes in DNN
DotNetNuke uses quite a few preset classes like .Normal, .Head, .SubHead, etc. in spans inside other classless spans etc. that I find really annoying and rather than figuring out how to work with them …
2
votes
2answers
175 views
Why are two authentication cookies being created? One for www and the other without the www.
Hi,
I'm having this problem with my dotnetnuke website where the .DOTNETNUKE cookie is being created twice,
one for www.website.com and one for website.com.
When a user logins in with a url of …
2
votes
2answers
267 views
Under used DotNetNuke Framework Methods
With the nature of DNN and the limited documentation, I find Hundredreds of "undocumented" features that are really helpful items that can improve productivity and reduce development time, what …
1
vote
1answer
21 views
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 …
1
vote
1answer
27 views
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 …
1
vote
2answers
18 views
TabInfo IconFile
I'm wondering how to correctly use the IconFile property of a TabInfo object in DotNetNuke? I am building a custom overlay menu that will be displaying the tab name, description, and an icon similar …
1
vote
0answers
41 views
Dotnetnuke and gzip
I am currently running Dotnetnuke version 4.9.4 and would like to enable gzip compression. My concern is that IE6 prior to SP2 has known issues with gzipped content. Does the Dotnetnuke framework …
1
vote
3answers
215 views
Change favicon in DotNetNuke portal
I'm managing several DotNetNuke portals (as well as the main hosting itself). All of the portals have the default DNN icon in the address and when they're bookmarked. I want to have a custom …
