A .NET open source content management system and web application development framework
-1
votes
0answers
17 views
Dotnetnuke Error: Could not load type 'x' from assembly 'DotNetNuke.Web'
We have written a number of Dotnetnuke modules that have been running perfectly in our DNN 6.1.5 installation. We recently installed a third party module for blogs (called Packflash) and ever since we ...
0
votes
2answers
15 views
Enable someone to view an otherwise redirected DotNetNuke site
We have a dotnetnuke installation with a multi-site setup. Don't know if that's the right term, but whatever. One of the sites has been redirected to another per the client's request.
What I was ...
-1
votes
0answers
20 views
Paypal payment pro with DNN 7
i'm upgrading a DNN site from v4.8 to v7.0, the is currently using Paypal payment pro (paypal_base.dll version 4.2) and I can't get payments to work, i think because of the .net version
Do you know ...
-1
votes
0answers
14 views
SharePoint and Dot Net Nuke [closed]
I've 6 months experience in Sharepoint and recently I heared about Dot Net Nuke. Both are Content Management systems.How do they differ? Which is better?
0
votes
0answers
13 views
How to change module permissions with a customizable programmed module? [closed]
I want to write a customize module for changing other modules permissions.
how can I do it?
1
vote
1answer
24 views
Icons for editing missing in a custom DotNetNuke Module
I am using DNN 7.00.04.
I have developed a custom module for which some icons do not show up when I log in as superuser and go into Edit mode at page level.
The following screen shot shows that only ...
0
votes
1answer
16 views
Dotnetnuke - How to insert a module inside another module?
I am writing a Tabs module in which I want to be able to display other modules like html, third-party modules etc. How do I achieve that? C# code please.
0
votes
1answer
32 views
Connection To The Database Failed in DNN
I am trying to install DotNetNuke, I created a virtual machine with Window Server 2008, and followed the video series to install DotNetNuke.
When I run the InstallerWizard I am getting this error: ...
0
votes
1answer
19 views
this.Controls doesn't contain all controls
One text box in particular has been skipped. That textbox with ID "q3TXT" is inside a panel which is hidden at the PageLoad method.
Yet it becomes visible before the function that collects controls.
...
0
votes
1answer
17 views
Dotnetnuke Module usage by role
I would like to see for each portal how many times a particular module was viewed, that is number
of views for a module based on role.
Can we generate this using SQL Query.
Regards,
1
vote
3answers
98 views
How can I rotate(or change) background image using CSS and Javascript
I have taken a look through stackoverflow for hours now, and I have found a topic similar to what I am trying to achieve
How to change the "background-image" css attribute with JavaScript?
...
0
votes
1answer
26 views
DNN Encrypted Profile Field
In DNN's site settings, I would like to store a user's credit card in their profile. Is there a way I can encrypt this data? Here is the code I use to pull user custom fields:
UserInfo theUser = new ...
0
votes
1answer
21 views
Make a module editable when page in DNN is not in Edit Mode
I have a page 'Page 1' to which I have added a custom module called 'Exam Tracker'.
Is there a way to make this module on 'Page 1' always editable, even when 'Page 1' is not in edit mode? May be ...
0
votes
1answer
18 views
Use Ajax File upload in the dotnetnuke custom module
i am running DNN 06.02.X. I design a custom module that needs to upload file to server and i want to use Ajax File Upload control(From AjaxControlToolKit 4.1.60919). for this purpose i Add ...
-1
votes
1answer
22 views
Sample code or app whic demostrate to do autorisation agains DNN7 WebAPI
I start building my winforms app which uses DNN 7 as backend for authorization users.
My users are registered and approved on DNN portal, an idea is to my new WinForms Application use same users as ...
0
votes
2answers
14 views
2 DNN filesystems pointing to the same database
I have setup a local installation of DNN7 using a database residing in another machine (sqlserver 2008).
I've tried to copy all the filesystem to a production server but keep the connection string the ...
0
votes
0answers
15 views
How to configure WCF Service in DotNetNuke Application in IIS
I have added code in my root DNN web config for my webservice to run, the code is given below:
<system.serviceModel>
<serviceHostingEnvironment aspNetCompatibilityEnabled="true" ...
0
votes
2answers
48 views
How i develope cms such as Sitefinity or DotNetNuke style?
I want to create a content management system as Sitefinity or DotNetNuke style.Is correct to below approach?What's to reason Sitefinity or DotNetNuke?The both CMS runs modul-based as far as i ...
0
votes
1answer
13 views
Chrome browser - DotNetNuke popup moves to top of screen and cannot close it
I have created a dnnModal popup in DotNetNuke that works very nicely, except in the Chrome browser when the anchor tag is clicked that is in the form to move down the page, the entire popup moves up ...
3
votes
4answers
45 views
Center non text within a table
I am trying to figure out a way to center a "rating" within a table, I can figure out how to align text and images but i can not figure out how to align this rating, since its technically not text or ...
1
vote
0answers
18 views
Manual Url Culture Rewriting in DotNetNuke Request
I'm working with dotnetnuke 7.
I'm not using any rewriting modules and don't want to use them.
When content localization is enabled, url has the following view:
my_training_host/en-us/my-page.aspx
...
0
votes
1answer
69 views
Using FileHelpers to read CSV file from asp.net file upload [closed]
I'm working on an ASP.NET Webforms C# application. I need to have a CSV file uploaded to server and contents read and saved to database. I read somewhere that FileHelpers may be used for reading csv ...
1
vote
1answer
31 views
How can I migrate users from DotNetNuke 4.9 to 7?
I have a DotNetNuke 7 website that I have developed and an older version that was made in 4.9. I have to find a way to migrate the users into the new database so that the users of the website do not ...
2
votes
3answers
92 views
DotNetNuke 7 skinning tutorial
I'm looking for a decent tutorial on creating skins for DotNetNuke 7. I've not been able to find anything for the most up to date version of dnn and although I've had some success modifying existing ...
0
votes
2answers
48 views
Null.SetNull method in DotNetNuke/VB.Net
I was looking at some old code in DotNetNuke 4.x/VB.Net and couldn't make anything meaningful out of the following code. I know SetNull method is not part of VB.Net.
What is this code trying to do ...
0
votes
1answer
35 views
Module Development in DNN 7.00.04
I was reading a DNN manual called 'DotNetNuke Module Developers Guide' for developing new modules from scratch.
The manual says to create a class library project and add reference to DotNetNuke ...
2
votes
1answer
38 views
How Do I Perform a DotNetNuke WebAPI Update/Delete?
I've got a dnn module that I've created that has no problem retrieving data from the server using the WebAPI. However, when I try to perform an update, I continue to get errors no matter what I try. ...
4
votes
1answer
57 views
How to write code for global.ascx.cs in dotnetnuke website.?
I need to write some code in application level variable in global.ascx.cs file in my dotnetnuke website to change the url of some pages with querystring management.
I got a tutorial from youtube to ...
-1
votes
5answers
266 views
DotNetNuke, Umbraco or Orchard [closed]
First off please have patience for this long winded post. I wanted to get all the pertinent information (as I see it) out to you.
I have a decision to make and would like your input. I have ...
0
votes
1answer
40 views
how to install and apply DNN-7 skin?
It is my first time working on DNN.
I have installed the dnn 7 and purchased fitted skin to it.
it came with two different zip files.
I installed them both but the page layout look bad, some styles ...
0
votes
1answer
34 views
DNN Account Registration Module
How do I add custom fields to the Account Registration module in DNN 7? Are they stored in the element in the web.config?
0
votes
1answer
22 views
How to find out where a handler mapping is being inherited from in IIS
Here's my problem. I'm installing a module that the company I work for developed in a version 5.0.4 DotNetNuke installation.
The .dnn manifest file has a nodes section that includes this add
...
4
votes
2answers
85 views
DNN API Role based authorization
I want to apply authorization on API call with respect to DNN roles. so that DNN itself will perform checks whether logged user has access to particular API call. I got one solution but not exactly ...
1
vote
1answer
31 views
Hide dotnetnuke login username control
In dotnetnuke how can i hide the login /user name control that usually we place in a skin
I want to hide this based on some dynamic condition
I have googled and most of them say to remove it from ...
-3
votes
0answers
24 views
Does selenium support DNN applications?
I am working with selenium 1.10, FF 16.0 with DNN 7 applications. When I am record test case type command recorded two times. As below.
<tr>
<td>type</td>
...
0
votes
1answer
24 views
How to use multiple container in single page in DotNetNuke?
I am using a CMS (DotNetNuke) for creating a web application. I am newbe for dotnetnuke.
I searched on net for add or create multiple container for a single page and also installed some package from ...
0
votes
1answer
45 views
How can I log someone into DotNetNuke without knowing their DotNetNuke password in an SSO scenario?
We are setting up a single sign on system to handle authentication and authorization among our different systems (almost all of which are not DNN systems).
The idea is that the user will be given a ...
1
vote
5answers
180 views
jquery change button color onclick
I have multiple buttons that I use when people answer a question. How would I get the buttons to change colors when a person clicks on the button? I do not know jquery, I have been told that it is the ...
0
votes
2answers
32 views
Load data when webservices starts
i have a scenario where i have to load data from SQL server when i start running a web service. Later i have to use this data for my application, instead of accessing it every time from Database. In ...
0
votes
2answers
53 views
How to Add a New Item to filepickeruploader control in dotnetnuke?
I would like to add a new item to the file picker, but I do not know what to do.
I always see a directory portal\0\
How can I change or add path in filepickeruploader ?
<dnn:filepicker ...
0
votes
1answer
39 views
DotNetNuke “A critical error has occurred. Selection out of range Parameter name: value” Using DnnFilePickerUploader
I'm just getting started developing DNN modules and I'm trying to write a module that takes a PDF and a JPG (as a thumbnail for the PDF) and then displays them as a list. I have everything working the ...
0
votes
2answers
52 views
dotnetnuke : membership in mobile and webpages
We are building a mobile application which integrate through the DNN.
The mobile application uses ASP.net webservice which connect to the DNN Modules, in the mobile application there exist two ...
-1
votes
2answers
40 views
DotNetNuke Image Gallery [closed]
I am looking for a Image Gallery for Dot Net Nuke but with a special feature. I would to select a list of images to show and then supply the list to the module. The list of images will be dynamic.
...
0
votes
2answers
39 views
How to reference a dll that may be missing
We have a Learning Management System that that installs into the DotNetNuke framework as a module set. We would like to add some extensions to our LMS that utilize some API calls provided by a third ...
0
votes
2answers
68 views
How to install DNN Upgrade Package 07.00.05 - I have DotNetNuke Community Edition 06.00.00 (2982) hosted on iHostASP.Net
I am more of a DNN end user and not a DNN developer.
When I bought my DNN hosting package from iHostASP.Net about 2 years ago, version 6.0 was the current version for the community edition and ...
-1
votes
0answers
39 views
filepickeruploader does not upload file in dotnetnuke7 [closed]
I have a usercontrol "filepickeruploader" dnn on the page.
<%@ Register TagPrefix="dnn" TagName="filepicker" Src="~/controls/filepickeruploader.ascx" %>
<dnn:filepicker id="filepicker1" ...
0
votes
1answer
25 views
DNN Module - Linked Files
I have created a DNN module using the Visual Studio template. I have the same module that works with several DNN carts. When I make changes in the core project, I want those changes to appear in the ...
0
votes
0answers
63 views
Why https request via ajax not working every time but its working fine on local
I am working on DOTNETNUKE and I am facing a strange problem.
When I test locally my site working fine...but as I go to live which is a secure https server enable my ajax request for handler not ...
0
votes
2answers
89 views
How can I correctly write this database search query?
I'm attempting to write a query that will search the database based on many different form fields. I want the query to filter by fields that are entered and simply disregard any fields that are not ...
0
votes
1answer
52 views
Member Directory Module in dotnetnuke 6.2
how to display members in member directory module in dotnetnuke according to individual Group.i am able to set group filter for only single group not for multiple...can anyone suggest how to set it?
...


