0
votes
1answer
39 views
URL Rewrite in DotNetNuke remove chunk of address (and read cookie?)
I am working on a DotNetNuke application using the iFinity URL Master module. (that may be irrelevant, as a solution may be platform independent)
What I have is a site with addres …
0
votes
1answer
69 views
Problems building a DNN module using Linq to SQL
I am building a module using linq to SQL and I am running into some problems. I have been following Michal Washington's tutorial on adefwebserver.com. The problem is that VB does n …
0
votes
1answer
25 views
Localize DNN Site via CodeBehind
Hi,
I've a portal with two different alias, one for eache language:
- en.mysite.com
- it.mysite.com
Now I've the issue to have English language on the first portal and Italian …
0
votes
1answer
14 views
Is it possible to make a tooltip appear on a DotNetNuke menu?
I am running DNN 5.x and the XDMediaBlue skin in horizontal menu full mode. Is there any way to have a tooltip appear for menu items?
1
vote
2answers
15 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, …
0
votes
1answer
55 views
Mixing DNN modules that use .NET 2.0 and 3.5
I am running a DNN 4.9.x site with a number of custom modules that we've written. They all use .NET 2.0 until I upgraded one of them to use 3.5.
Now I'm getting this error on the …
0
votes
1answer
29 views
Multiple swf files not loading in DNN 5.X
Hi Guys,
We have run numerous tests now and it has now come down to either a DNN-SWFObject loading multiple swf files on a page or Firefox bug.
Here's the outcome we need:
Two s …
3
votes
2answers
63 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
49 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 …
0
votes
1answer
38 views
Dotnetnuke menu custom root
Is there anyway to use the built-in DNN Menu module to display a menu based at a different root node other than the current tab node?
Given the following structure:
Page1
-child …
1
vote
2answers
197 views
DotNetNuke Retrieving UserInfo for the given UserID
Is there somthing in the dotnetnuke framework which will allow me to pass it a userId and it would return the UserInfo object filled with details of that userId.
If not what would …
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 …
0
votes
3answers
164 views
Prevent jQuery multiple reference
Hi, I am developing Dnn modules and I am using jQuery in some modules, I add the jQuery reference to the top of the each ascx file, by the way when user add multiple modules to the …
1
vote
3answers
174 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 h …
0
votes
1answer
73 views
Updating DotNetNuke module from another app
I have several DNN modules that I wish to update silently, using the portal's built-in module upgrade facilities called from a separate application, in this case a Windows service. …
