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
0
votes
1 answer

How to add manage temparory data in DotnetNuke?

I am beginner in DNN. I am creating a module which provides Login, Dashboard and Add-Update Form. I have data in JSON format. I want to store it temparory while user use the website. Data will be destroy as soon as user will close the…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
1 answer

DNN Enhanced Permission Provider - All Users Blank Content

Has anyone out there used this for DNN7? Currently no one can view the page content (so HTML modules and other things on the page) but you can navigate to different pages using the navigation. Basically for "All Users", they cannot view the page…
fes
  • 2,465
  • 11
  • 40
  • 56
0
votes
1 answer

Use code to find another translation of a DNN page to link to the correct language

i have a list view with a link to the detail view with 2sexycontent. at the list view i created a tag for the link with href="@Content.Link" this works for german, but at the other 4 languages i have a problem with the localization. cause the tabs…
0
votes
1 answer

How to remove header and footer from Webpage of DotnetNuke?

I am begginer of DotnetNuke. I am facing crutial problem now a days. In WordPress, we are providing functionality to manage FullWidth and StandAlone design. FullWidth: Content of our module should fit in content windows. It will keep header and…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
1 answer

Compatibility of DNN Package(Module) with older version

I am going to start on DNN 7 with Visual Studio 2015(DNN Module). As it will be something big for me, I want to make sure about compatibility with all older version. I just afraid if I develop full product and if it will not support to some version,…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
1 answer

How to create DNNDateTimePicker in .ascx file dynamically in DNN 7?

I want to create Dynamic Form for Add (i.e Add Employee) functionality. I can create all the control(TextBox, RadioButtonList, CheckBoxList, DropDownList) but I don't know how to create DateTime control. :( DNN Provides readymade…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
0 answers

How to create dynamic design in DotnetNuke based on field type?

I am working on a project where I have a 2 Module: 1- Account, 2- Order. I want to create dynamic design for it. I don't know how to explain properly. Let me give you example. i.e If user click on Add Account button in Account Tab, I will get list…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
1 answer

Getting error of Web Server not configure correnctly while run DotnetNuke Project in VS 2015

I have created a DotnetNuke Project. It is working fine if I import .zip file of it as a Module in DotnetNuke. But if I run the project in any browser, it keep throws following error. I am trying to get rid since few days but still not get any…
0
votes
2 answers

How to decide TabId and ModuleId in Globals.NavigateURL in DotnetNuke?

I am damn confuse in TabId and ModuleId which need to pass as parameters in Globals.NavigateURL. I have created a project with 2 UserControl. Now I want to navigate in button click event of first UserControl. I have reviewed some reference. Most of…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
0
votes
2 answers

Log into DotNetNuke site remotely

I am creating a simple web service, for DotNetNuke 7, that will allow an iOS or Android app to authenticate a user with our website to make sure they are a member and so allowed to view restricted content on the app. I have a test webservice running…
Agamemnon
  • 587
  • 2
  • 15
  • 44
0
votes
0 answers

DNN Website log

Hello I got a question regarding the website log of DNN. When I want to create a report, for example: page views per month, and I generate the results then I get a view something like this: Month Views Visitors Users 6 1138 3 …
Rotan075
  • 2,567
  • 5
  • 32
  • 54
0
votes
1 answer

DNN simultaneous User Registration is not working

I have created a custom module to register user in DNN using UserController.CreateUser(ref userinfo) and it is working for single user. When Single user trying to register it register but problem is when multiple user or simultaneously user trying…
0
votes
1 answer

ARR (Application Request Routing) reverse proxy not working on DNN web site

On DNN 7.0 I need to setup a reverse proxy using the ARR module (Application Request Routing). The rewriting rules are working on static resources (PNG,JS,etc) but not on HTML content. The error from the advanced trace is…
Matteo Conta
  • 1,423
  • 13
  • 17
0
votes
1 answer

DotNenuke Razor Host RenderPage pass in dynamic variablwe

I'm working with DNN 8.4.2 - My partial looks like this this: @{ if(ViewBag.loadItem != null && ViewBag.loadItem) { //load my stuff } } While my rendering looks like this: @RenderPage("Shared/MyScript.cshtml",new{ loadItem = true }) But, when…
Ali Khakpouri
  • 801
  • 8
  • 24
0
votes
2 answers

Copy DNN HTML Pro module in content to another module

Below code is working fine for HTML module but not working for HTML PRO module. HtmlTextController htmlTextController = new HtmlTextController(); WorkflowStateController workflowStateController = new WorkflowStateController(); int workflowId =…
Hezron Naresh
  • 79
  • 2
  • 12