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 ...
21
votes
1answer
314 views
Null Reference exception DNN Core 5.6.3
My site has been running fine for sometime now until recently I see in the event viewer a null reference exception in the DNN core:
DotNetNuke.Common.Globals.GetStatus() in
...
6
votes
2answers
2k views
DNN 5 - DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() throws NullReferenceException
Posting as a reference
when redirecting to custom controls in custom DNN 5 module, I get
InnerException: Object reference not set to an instance of an object.
Method: ...
4
votes
2answers
345 views
DotNetNuke: Why doesn't “Remember me” work like I expect?
Running the latest version of DotNetNuke, version 5.6.1 and cannot find a good answer to why Username and Password cannot be remembered on a DotNetNuke site. This thread goes on about cookies but ...
4
votes
4answers
2k views
Change favicon in DotNetNuke portal
I'm managing several DotNetNuke portals (as well as the main hosting itself). All of the portals have the default DNN icon in the address and when they're bookmarked. I want to have a custom ...
4
votes
1answer
1k 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 PortalModuleBase, put my link ...
3
votes
1answer
84 views
DotNetNuke File Management
I'm working with DNN 5.6.2 and i'm trying to build a custom module where users can upload a file that I run validation against. If the file is valid then it is saved. There is one root level directory ...
3
votes
3answers
604 views
extensionless url in IIS7.5
hey guys,
i have a website, which is been working on Dotnetnuke, i am using dotnetnuke's friendly url to use clean url's instead of asp's ugly QueryString urls, now my problem is, what configuration ...
3
votes
1answer
694 views
How to add classes to the HTML module
I added an HTML module to my DotNetNuke page. When I go into the editor for the module, there is a drop down "Apply CSS Class" that is empty with the exception of "Clear Class". How do I create ...
3
votes
2answers
406 views
DNN Scheduler won't run my custom schedule
I have created a class Library and made sure it inherits
DotNetNuke.Services.Scheduling.SchedulerClient
And have then overrided the DoWork() sub.
Then in dnn host settings > scheduler added a new ...
3
votes
2answers
186 views
Should I use DotNetNuke Controls instead of standard ASP controls and where I can find documentation for them?
I'm starting with DNN 5.5 development and I noticed that there exists DNN versions of standard asp web controls.
As you have standard asp control like Button or DataGrid, you also have special DNN ...
2
votes
1answer
29 views
Custom Interface for differant user in DNN.. How to?
I am new to DotNetNuke; I have following situation please suggest what are the options for me to target this situation.
I have a website which is in .Net (No CMS and pure logic only) and client want ...
2
votes
2answers
25 views
How to prevent a form to be sent when hitting enter on a none-form input-field? (DNN)
On a page I have a google search-field and a separate form for a login. In order to make the search-field work with enter, I included the following script:
$('#searchBox').keydown(function (event) {
...
2
votes
3answers
89 views
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 ...
2
votes
4answers
226 views
A whole website section as a DotNetNuke module
I need to develop a whole section of a website (around 10 different pages) as a DotNetNuke module. The site will be using DNN as the CMS, where editors will manage HTML content for most of the website ...
2
votes
1answer
253 views
Restricting uploads in the DotNetNuke Text Editor using the “add link”
I am building a DotNetNuke 5.6 Module. The module contains a form with some textboxes and the dotNetNuke Rich text Editor.
Users are supposed to fill this form and it is saved to the database.
...
2
votes
1answer
257 views
Some problems with basic DotNetNuke localization methods
I'm writing a simple DNN module - using DNN 5.6.1 and currently just working direct in a VB.Net source file within the DesktopModules subfolder of a DNN website.
To localize an error message within ...
2
votes
3answers
1k views
Seeking a multi-store e-commerce platform with distributed transaction processing and shared user base
Does anyone out there know of any combination social media/portal platforms with a multi-vendor shopping cart that supports individual vendors clearing their own transactions?
Let me explain in more ...
2
votes
4answers
2k views
CSS menu broken in Firefox (display:table-cell;)
HTML:
<td align="center" width="100%">
<a class="Forum_ib_moderate" href="Default.aspx" title="Moderate"></a>
<a class="Forum_ib_admin" href="Default.aspx" ...
1
vote
1answer
21 views
Can dotnetnuke help me create a secure portal to add to my site made in Visual Studio?
I created a company website in Visual Studio / vb / .net 4.0. I'm not an experienced programmer, but I've read things about dotnetnuke.
I'm trying to have a directory, /portal/, where employees can ...
1
vote
1answer
43 views
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: ...
1
vote
1answer
39 views
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 ...
1
vote
1answer
33 views
How to integrate a user control that uses the Webservice to display data in DNN?
I have one user control that fetches the data from one web-service.
I want to keep that user control intact and want to deploy (Integrate) the same within DNN 6.1.2 so how can i do that?
Please note ...
1
vote
2answers
34 views
How to run new web site on DotNetNuke?
I succesfully installed DNN on my PC and it perfectly works by the url: http://localhost/dotnetnuke
So I created new site localhost/test2 in DNN and try to run it
http://localhost/test2
it says: ...
1
vote
1answer
62 views
How to change content of module when language is changed in DNN 6?
I have installed a language pack for "French". When i switch language it only change text of menu items and page title , but i want to change the whole content of page in new language .
When i modify ...
1
vote
1answer
35 views
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, ...
1
vote
1answer
43 views
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 ...
1
vote
1answer
96 views
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 ...
1
vote
2answers
77 views
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 ...
1
vote
0answers
263 views
DNN 5.01 Internal Server Error 500 with .NET Framework 4.0
I have a DNN 5.01 installation and upgraded the server so it used .NET Framework 4.0 as i wanted i wanted to get a DNN module working on a portal.
The problem is when i change the application pool ...
1
vote
2answers
46 views
Some questions about Dotnetnuke
I have got some questions about Dotnetnuke:
Can i create/run multiple websites having only VS 2010 installed or do i need IIS(Express) ?
Does a website create a physical map on your harddrive ?
Can ...
1
vote
1answer
370 views
Programmatically login in dotnetnuke
hey guys,
i am using dotnetnuke as my CMS, for some reason i want to manually login user into the site, i am able to login but the problem is, even if i enter the invalid password, still dotnetnuke ...
1
vote
2answers
139 views
DotNetNuke Module Development: Displaying a Server Control only when the logged in user is an administrator or higher?
Can one specify inside an aspx page (without code-behind) only to display a user control if the logged in user has administrator rights?
1
vote
2answers
166 views
DotNetNuke - Allowing users to save their credentials in their browser
The default behavior of a DNN installation is to prevent users from saving their account credentials in their browser.
I believe this is done by changing the ID of the credential input controls on ...
1
vote
1answer
417 views
DotNetNuke - Module settings disapear on new user control
I have a DNN module which renders a user control (view.ascx)
All is ok ( I am logged in ) and I get the DNN settings menu.
however when I add another control and load it like so:
string url = ...
1
vote
1answer
189 views
DotNetNuke 05.06.00 (459) failing with “The AppDomain shut down because of a change to the application level configuration” message
I've developed a DNN5 site for customer locally on my laptop and I am having problem moving it to a production server. Server is running Windows 2008 R2 (IIS 7.5). I've copied all the files, copied ...
1
vote
1answer
348 views
How to handle the “Maximum length exceeded” error nicely?
I encounter "maximum length exceeded" error when I try to upload a document which is 9MB in size. I know that the issue will be solved if httpRuntime maxRequestLength and requestLengthDiskThreshold in ...
1
vote
3answers
355 views
Adding DNN module error when control has key assigned
I'm a complete n00b in DNN (using version 5) but am having to learn it fast. I'm creating a module and I was able to add a user control as a view type and everything worked. I want to add a second ...
1
vote
2answers
259 views
Localize the content of a Link Module in DNN
I am using the default Links module to create a list of links in DotNetNuke.
So I have added the module inside the page and gave a title of "Links". Then I have added two links pointing to page of my ...
1
vote
1answer
68 views
Can 'Next Start' DNN Scehdule be edited manually
Hi
I am trying to change the Next Start of Schedule in DNN5.
I know it is possible to change the Time Lapse that would ultimately change the Next Start of the schedule.
But what i want do is to set ...
1
vote
1answer
339 views
ASP.NET Page Timeout
I'm using DNN 5.5.0 and RadAjaxManager.
If I'm active within the web page everything works fine. However if I leave the page for longer than 2 minutes my AJAX requests timeout ...
1
vote
1answer
66 views
Looking for a best practice to filter module output in DotNetNuke
A client of me is migrating to a new CMS and the old CMS contains placeholders in the content that need to be replaced, something like (bad example ahead): {{ID:CurrentShoppingId}}, which would be ...
1
vote
2answers
536 views
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 ...
1
vote
2answers
299 views
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), ...
1
vote
3answers
1k views
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?
1
vote
1answer
878 views
dnn 5 module programming
I'm starting to get into dnn 5 module programming (using dnn for the very first time).
The issue is i can't seem to be able to use my new module. i programm it, then apparently y install it, but when ...
1
vote
1answer
275 views
DNN 5 - Role expired, but user can still view pages
I'm testing periodic fee subscriptions in DNN 5. I've set the renewal period on my custom role to 1 day.
After 1 day, the subscription shows as EXPIRED, but the user can still view all the pages ...
1
vote
2answers
822 views
Ajax onSuccess callback while not having any control over ajax calls
I have a simple JS function that needs to get called when AJAX call succeeds, however i don't have any control over the AJAX calls since the framework (DNN5) handles all that.
How do i call my ...
0
votes
1answer
19 views
Dot net nuke changing the content of pane dynamically
Hey friends i am new to Dotnet nuke. Here I need to create one section which is updated automatically. AS for example Employee of the month section need to be updated automatically and also should ...
0
votes
0answers
27 views
Recommended tutorials for CMS DotnetNuke with asp.net 2.0 [closed]
Can Anybody Suggest Some Tutorial how to implement CMS(DotnetNuke) into our Project.
Thank You
0
votes
0answers
104 views
DNN 6.1.2 after enabling content localization add page keep stuck
I was creating a simple CMS website using the latest version of DNN.
After enabling content localization I denoted a strange behaviour.
I copy a page keeping some modules as a reference and one ...