0
votes
1answer
30 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
66 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
27 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 …
0
votes
1answer
119 views
DotNetNuke Nav menu not showing unless I’m loggged in?
Hello,
Am working with a DotNetNuke(DNN) site and for some reason, the DNN:NAV control only displays the menu when I am logged in.
The menu is part of the template file itself, …
0
votes
1answer
13 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?
0
votes
1answer
108 views
ScriptResource.axd requests return HTTP 302
The DNN application I develop has this familiar problem in the deployment env (Win 2003/IIS 6). From all resources I've searched only one came close to my situation. i.e this reque …
0
votes
1answer
24 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 …
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
3answers
972 views
Adding jquery include to a DotNetNuke 4.8 skin does nothing
I'm trying to include JQuery in my DotNetNuke skin by adding these two lines of code at the top of my DNN skin:
<%
Page.ClientScript.RegisterClientScriptInclude("jquer …
0
votes
1answer
47 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 …
1
vote
5answers
778 views
Best DotNetNuke url rewriting approach?
I would like to implement a URL rewrriter for DotNetNuke. Have questions as to whether this is a good or possible approach and any suggestions other developers may have.
Can I add …
0
votes
1answer
37 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 …
0
votes
1answer
8 views
Transferring DNNdatabase from local to production
Hi, I creaed one dnn applicaiton, and the source is moved to production and also same as the database is also moved to production server, but i am getting the dotnetnuke error. I t …
1
vote
2answers
380 views
DNN 5 - Can’t get current ModuleId from nested user control in cutom module
I'm writing a custom module for DNN 5, and I need a "Manage" link to be on every control in the module. I created a new UserControl ("ManagerLink") that inherits from PortalModuleB …
2
votes
2answers
114 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 h …
