Tagged Questions

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

learn more… | top users | synonyms (2)

21
votes
1answer
294 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 ...
5
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
317 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
75 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
504 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
656 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
382 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
180 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
2answers
22 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
4answers
204 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
223 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
250 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
2answers
29 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
32 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
29 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
37 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
76 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
70 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
3answers
77 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 ...
1
vote
0answers
250 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
310 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
130 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
155 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
375 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
179 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
321 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
333 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
248 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
59 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
327 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
64 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
507 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
273 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
863 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
273 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
817 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
0answers
20 views

Recommended tutorials for CMS DotnetNuke with asp.net 2.0

Can Anybody Suggest Some Tutorial how to implement CMS(DotnetNuke) into our Project. Thank You
0
votes
0answers
50 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 ...
0
votes
0answers
39 views

DNN XMod Pro using it with a Mysql Database

I have DNN and installed the XMod Pro module... Does anyone know how to connect to a remote mysql Database instead of the normal mssql database that it uses ? Thanks
0
votes
1answer
12 views

DNN Profile update on login - existing values not displayed

We have recently changed our website configuration to make certain fields mandatory. We also set "Require valid profile for login" to True, so that existing users can fill out the missing information ...
0
votes
1answer
19 views

How to use and create Dynamic Panel in Dynamic Form Module in DNN?

I have some controls RadioButton,CheckBoxGroup and TextBoxes.I want to add these controls in this Dynamic Panel . And I have a Combo Box which have values 1,2,3,4,5,6. So when i select 1 from ...
0
votes
0answers
53 views

How to create Dynamic Control in Dynamic form Module in DNN?

Actually I have a DropDownList, Which have values 1,2,3,4,5,6.And Under this some controls 2 RadioButtons,3 CheckBox Group and 4 TextBoxes. When i select value 1 from DropDown These controls display ...
0
votes
1answer
41 views

DNN and Paypal sandbox - Incorrect expiry date

I am testing paid memberships for my DNN website with the Paypal sandbox. The subscription goes through smoothly, and the role is correctly added to the user. However, the expiry date of the role is ...
0
votes
0answers
37 views

Can I control DNN footer links?

How does DNN decide what items from the menu to put in the footer? On one of my portals, I see just "Home". On another one I see "Home" and the last menu item. On still another one, there is none. I ...

1 2 3