Questions tagged [dotnetnuke-5]

DotNetNuke version 5. A .NET based open source CMS.

DotNetNuke is a CMS originally created from a Microsoft .NET Example web application IBuySpy portal. It is available as an open source Community Edition under a BSD-style license. There are also Professional and Enterprise Editions that add deeper workflow and other security enhancements over the community edition.

173 questions
2
votes
2 answers

Where should common static resources (images, js, css, etc) go in DotNetNuke?

Is there a recommended location to store static resources (images, css, js, etc) in a DotNetNuke 5.x installation? There are /images and /js folders as well as a /Resources folder that contains resources. There appears to be some overlap as…
Joosh21
  • 133
  • 3
  • 14
2
votes
1 answer

How to use a DotNetNuke Membership database within an ASP.Net MVC Application

I'd like to supplement my existing DotNetNuke website with a side application which is built on MVC. To do this, I'd like to set the MVC application up on a separate subdomain (e.g. subapp.mydomain.com) and to connect to the same database. I've…
Stuart
2
votes
3 answers

dotnetnuke doubts

i want to build a website in dnn 5. i have studied dnn5, its installation, starter-kit installation, built-in modules (both of Host and Admin), installing a custom module (from module extension), creating packages. I had rather still some doubts…
xorpower
  • 17,975
  • 51
  • 129
  • 180
2
votes
1 answer

Error: The Web Server 'http://dnndev/Website/DesktopModules/DNNSample/' could not be found

i followed the video tutorial there at http://www.youtube.com/watch?v=yKW97CqVb1Y. but when i create the project am getting an error "The Web application project DNNSample is configured to IIS.The Web Server …
Anish Karunakaran
  • 987
  • 3
  • 17
  • 39
2
votes
1 answer

How to customize DotNetNuke "Please update your profile" page depending on user role?

I am looking after a DNN website that is used by 2 distinct types of users. Each type requires users to enter different bits of personal information. At the moment, when a new user logs in they're asked to enter additional information, which is…
Dr. Greenthumb
  • 2,280
  • 5
  • 27
  • 33
2
votes
3 answers

Best wiki for dotnetnuke

I've tried the wiki that comes with DotNetNuke and we don't like it at all. Can anyone suggest a better wiki that we could use with DNN 5?
Joy P.
  • 148
  • 1
  • 7
2
votes
1 answer

How to load a Banner module inside an IFrame in Dot net nuke

I'm new to dot net nuke and I'm searching for a way to load a banner module inside an iframe. How to figure out this?
not 0x12
  • 19,360
  • 22
  • 67
  • 133
1
vote
2 answers

How to Redirect to Home Page Using JQuery-UI Dialog?

I'm using the following JQuery block in my DotNetNuke module: jquery(document).ready(function (){ $( "#dialog:ui-dialog").dialog("destroy"); $( "#dialog-message").dialog({ modal: true, buttons: { Ok:…
SidC
  • 3,175
  • 14
  • 70
  • 132
1
vote
1 answer

Execute SP in SQLDataProvider

I have a DNN Module Install Zip with a sqldataprovider and the first procedure created created a procedure that alters a table and adds some columns. But all it does is create the procedure. I also need it to run and create the columns or the other…
user482375
1
vote
1 answer

DNN Scheduled task - last run date

I have created DNN scheduled task on my website to generate a report of all users created since the last run of the task. I want to do this so that the report can be configured to generate daily, weekly, monthly or any other duration, just by…
Apeksha
  • 485
  • 6
  • 23
1
vote
1 answer

Can a DNN user be associated with a Facebook profile?

I would like the users on my DNN website to associate their accounts with their Facebook account. Once this is done, they should be able to login with either the website UN/PW or Facebook. I currently have Facebook login integrated on the website…
Apeksha
  • 485
  • 6
  • 23
1
vote
1 answer

DotNetNuke (dnn) - error on creating pages using version 5.6.3

I have installed DNN version 5.6.3 according to install instructions. create new folder and copy downloaded content in set permission for asp user and network service to full permissions on this folder created a new db in sql server with a login…
JCoupland
  • 51
  • 1
  • 6
1
vote
1 answer

dotnetnuke module development

ok i have a news module in the left panel of my page. To view the details i want to open it in the middle pane. what i have currently done is to create a new module and make a detail page in it to be opened in the middle pane. Is there any better…
maztt
  • 12,278
  • 21
  • 78
  • 153
1
vote
2 answers

DotNetNuke Multivendor CMS/Store

I need to find a CMS like, set of modules/module which does the following: give users different logins and access to add their own products. other users cannot see products which are not added by themselves. so user A can enter his login and add…
IanCian
  • 1,098
  • 2
  • 16
  • 34
1
vote
3 answers

dnn fck editor source code

I need dotnetnuke fck editor's source code. Can you please give me directions for editing the fck editors source? I need to add images to portal root folder externally.after uploading image it cannot select from the image manager. Image manager only…
KIRAN K J
  • 632
  • 5
  • 28
  • 57
1 2
3
11 12