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 language.
so
www.thesite.com/en/products/towels/redtowel
is the english version and
www.thesite.com/de/products/towels/redtowel
is the german ver...
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
Broadcast
Document Management
Personalization
Alerts & Reminders
And above all Family tree
It is also decided to build family tree from scratc...
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 thinking of using DNN for development as i feel most of the modules are available so i just need to do the customization.
Also suggest what all ar...
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.
...
I have a sql statement like this:
DECLARE @MyVariable as varchar(50)
SET @MyVariable = $(TokenValue)
In this the $(TokenValue) will fill in a value from a form (ignore how it's doing it, it's not important, just that if there's a value in the field it relates to it'll get filled in there). If The field in the form was left blank howev...
Hi!!
i am new in dot net nuke.i just found that there is open id logging option in dot net nuke.And so i did need user to register afresh in my dnn application.This is because i have another mvc application which i would like to be the openid provider for my dnn application.and am totally confused on how to go about that?
Again,is it p...
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 DNN module with one module definition and two controls in that definition. The default control shows the article based on an articleID fie...
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 the dynamic loading of the Modules on the Page employed by DNN, I can't shouldn't do a Redirect in the Init method?
Here is the Exception:...
I am trying to install a module in a DNN project residing on Godaddy.
I am getting an error installing the module
I know the error I am getting in DNN is coz of permissions.
I thought giving write permissions to the App_Data and DesktopModules folder will resolve the error, but it doesn't, is there any other folder I have to give write ...
i have made a custom module on DNN and create its package but when i integrate it with some other DNN application i need to manually create its required database to make that module working with that site.
Is it possible to create a package in a manner that it can automatically create its database when integrate it with other applicatio...
For the extra level of customization we are doing on our website we have manipulated the DNN Nodes Collection to remove certain nodes for certain people. Now we need to reverse this process and need to add nodes if conditions are right for the user.
I have tried this
Dim newNode As New DotNetNuke.UI.WebControls.DNNNode
newNode.Navigat...
I have a DNN site up an running and everything seems to work EXCEPT for when I attempt to manage roles for a user or manage roles. When I click on the link I get a 404 error.
I am using an older version of DNN (based on .net 1.1) and I am putting it on IIS7.
This is a forklift move from one server to another so upgrading to a newer DN...
I have a DNN site that I now want to change so that users must log in beofre they can view any of the content. I can go to each page an change the permissions but i am looking for a faster way - even if that means going into the database.
...
This might be too specific of a problem - but any ideas are appreciated
I have a DNN 3.2.2 instance that is sort of broken right now - the main item that shows up is the User Admin screen will not appear it has a application error.
Looking in the Database there are two application IDs in aspnet_Applications and some uses use one and so...
I have a new DNN site and a long list of users that must be added. How can I create these new users with a script.
I have seen modules for sale but if possible I would like to avoid buying a module.
...
I have created a DNN module for a Poll. This module is created as a Project within my DNN project solution . I would like to integrate this module into the DNN website.Is there any chance of doing this? I already change the users controls to inherit PortalModuleBase withing my Poll project.
I went through this tutorial http://www.adefw...
Google Adsense now has a site authentication feature where site owners can have Google authenticate against your login scheme and crawl password protected content.
I am haivng trouble getting this working in DNN and in any ASP.NET site that uses forms Authentication
Can anybody tell me what needs to go into the different fields for Go...
Every time I try to make any change it doesn't work...
Whether I click delete module, try to move a module to a new pane, add a module, even switch from "Add New Module" to "Add Existing Module" all it does is look like it's trying to process (page refreshes, or updates anyways...) and then nothing happens. The page turns out the exact ...
I have dnn 5.2 running on my machine, and installed the blog module, the blog module is also reflected in the development environment i have. But i want to find out, how do i actually develope, or build the blog from source, so i can actually output the .dll file, instead of just running it. If i import the Blog project file from the fol...
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.
...