0
votes
0answers
7 views
DNN and FCK editor upload images
In dnn I want to set the path for the person logged in when they use the editor - currently I cant let people upload threir own photos becasue to amny people can see to many other peoples pics.
0
votes
1answer
11 views
DNN 5.0 Modules available for Free or less cost
I am just planning to work on CMS with some features like blog, forum, chat, broadcast, video, Document management, poll, dashboard, advertisement, alerts & reminder, events, task etc..
I am …
0
votes
1answer
30 views
Develop a Family Tree Portal with several functinality
We need to develop a family tree portal which also supports functinality like
Portal Framework (Sub portal)
Dashboard
Blogs, Forums, Events, Polls, Task
Member subscription
Advertisement
Chat
…
0
votes
1answer
51 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 addresses based on …
0
votes
1answer
26 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 on the second one.
…
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, and an icon similar …
0
votes
1answer
85 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 not recognize my …
0
votes
1answer
18 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
59 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 2.0 modules
…
0
votes
1answer
9 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 think there is a …
0
votes
1answer
42 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 swf files on one …
0
votes
1answer
45 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
-child1_1
-child1_2
Page3
…
3
votes
2answers
73 views
DotNetNuke ‘Run As Script’ sql option
What does the 'Run as Script' option do in the Host->Sql page in DotNetNuke?
0
votes
1answer
21 views
Reuse DNN modules in other applications
Hi,
I had an application built on top of DNN. We created a few custom DNN modules for it. Now the functionality is required in another application that is not going to be built on DNN but on plain …
3
votes
1answer
55 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 …
