Questions tagged [dotnetnuke-7]

Version 7 of the DotNetNuke open source CMS.

Version 7 of the DotNetNuke open source CMS hosted on Codeplex. Visit the project's website at http://www.dnnsoftware.com/.

309 questions
1
vote
2 answers

How to upload image in DotNetNuke(DNN) using HTML file upload control

I am in the process of developing the registration module which has profile image upload functionality , I am using HTML file upload control with Web API to access database., can any one please share how to do file upload in Code behind so that the…
Gowtham k
  • 45
  • 1
  • 10
1
vote
2 answers

Getting Error in Angular js + Type Script in http put status 400 using DNN7

I have implememnted a controller using angular js and type script using dot net nuke 7.and trying to call my web api method using http.put but getting error in status as 400. Here is my controller code:- var customerapp =…
1
vote
1 answer

How can I debug my code in DNN 7 using breakpoint

I have applied some breakpoints into my Visual Studio Code and use Dot Net Nuke 7. Now I want to debug my code .So how can i debug it. As I have created one controller page and create a page in DNN and trying to access that control as a module on…
Shian JA
  • 848
  • 4
  • 15
  • 52
1
vote
1 answer

DNN 7 Getting String.Replace Null error in call to NavigateUrl - AdvancedFriendlyUrlProvider

I have a custom module I am developing in 7.3.4 platform. I have the ModuleSearchBase working in my development installation where I Overrride the GetModifiedSearchDocuments function to generate the search documents for the module. The problem…
J King
  • 4,108
  • 10
  • 53
  • 103
1
vote
1 answer

Get HTML Module Contents by Module ID in DNN

I'm developing a custom module in C# and would like to get the contents of an HTML module that is located in the site to display as part of my module. How can I go about getting the html contents. For instance, if I had a module with an ID of 746…
blair260
  • 199
  • 4
  • 12
1
vote
1 answer

How to use glpyhicons for submenu items in a DDRMenu?

I have my own DNN7 skin based on Twitter Bootstrap 3, which utilizes a DDRMenu. I would like to have a glyphicon next to some of my submenu items, like this: The image is a mockup using just the default Twitter Bootstrap .navbar-fixed-top. A single…
Jeroen
  • 60,696
  • 40
  • 206
  • 339
1
vote
2 answers

DNN API Url's 404'ing

I upgraded a site from 7.2 to 7.3.1 all seemed ok for a while, but then someone tried editing the site and we now see that a lot of the API url's are 404'ing so we cannot change to edit mode, use the file manager, etc... A few sample url's that are…
box86rowh
  • 3,415
  • 2
  • 26
  • 37
1
vote
0 answers

Error occurred while clicking site settings of admin in my dnn website

I have a dnn site (DNN 7), i mean it's default site only, i have added a child portal for that site, at first to add new logo i went to the admin-> site settings page and changed the logo. No problem in that, but after changing the skin, the next…
name1234
  • 19
  • 1
  • 3
1
vote
1 answer

DNN Errors 7.02.02

I have just download the DNN package no source and source version too opened it in visual studio 2012 in building it is showing these errors. I unblock the zip folder before extracting. It works fine when I configure it through netmgr.exe option…
Umair Rana
  • 683
  • 1
  • 6
  • 13
1
vote
2 answers

Error adding DnnDatePicker

I am trying to add a DnnDatePicker to my custom DotNetNuke module but I get a "Error Creating Control" error (unknown server tag dnn:DnnDatePicker) and the control is underlined as "Element DnnDatePicker is not a known element. This can occur if…
alwaysVBNET
  • 3,150
  • 8
  • 32
  • 65
1
vote
2 answers

Dnn Extension Verification System Error testing SQL Azure compatability

I have a custom moduel that I have been developing (in DNN 7.1) and then testing with the EVS (Extension Verification System). I only have one error left and I am not sure how to trouble shoot it. Here is the error: ExtensionMessageID:…
J King
  • 4,108
  • 10
  • 53
  • 103
1
vote
3 answers

DNN get params in view are not available in edit

I am creating a dnn module. The content depends on the param in the url. I want to be able to edit this content in the 'edit content' mode. However when i go to edit content the param in the url is no longer accessible because it is the parent…
user3392351
  • 135
  • 1
  • 7
1
vote
2 answers

How to add custom Admin/Host page to DotNetNuke?

I am working on building some custom functionality into a DNN (DotNetNuke) website via a custom module extension. I am needing to add a page that can be navigated to from the main 'Admin' and/or 'Host' menus when logged into DNN. Could someone point…
Chris Pietschmann
  • 29,502
  • 35
  • 121
  • 166
1
vote
1 answer

DotNetNuke 7.0 community edition editor buttons do link to casino and other sites sometimes

I experience in DNN 7.0 Community edition that, while editing the pages, the icons that should lead me to the setting of the module sometimes lead me to a casino or sex site. Somebody else who experiences this? Somebody knows how to solve this…
1
vote
1 answer

Should each DNN module live in its own web application project

As we're making our initial move into DNN and setting up projects, I need clarification on the Web Application Project model for creating DNN modules. Should/can all modules live inside one web application project? Or, should each module be its own…
ThisGuyKnowsCode
  • 530
  • 4
  • 18