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…
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 =…
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…
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…
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…
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…
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…
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…
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…
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…
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:…
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…
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…
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…
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…