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

DotNetNuke and Angular router - disable navigation

We are using Angular with CMS Platform (DotNetNuke aka DNN). Through DNN you can configure the menu navigation of the application, but as we are using Angular, we need to make use of the Angular router and ignore the DNN routing. Our Angular router…
DAG
  • 2,460
  • 5
  • 33
  • 61
1
vote
1 answer

DotNetNuke (DNN) and Hyperlink Manager "Track the number of times this link is clicked"

I have clients using the DNN CMS (Evoq Content 7.3.2) system and are questioning a specific area in the "Hyperlink Manager". There are two checkboxes (View image): Track the number of times this link is clicked Log the user, date and time for each…
1
vote
2 answers

How to include H4 - H6 in text editor (dnn7)?

My client will have need of at least H4. In the text editor, I can add H4 to the ApplyClass menu, but this method applies a Sample inside the paragraph tag there. My H4 styling, and more importantly the actual weight of…
1
vote
3 answers

How to prevent autofill of previous data in ASP:Textbox?

I have 2 simple controls. When my page loads, it automatic fills up. I got following reference which suggests to set Autocomplete = Off Stop browser from filling textboxes with…
Nanji Mange
  • 2,155
  • 4
  • 29
  • 63
1
vote
1 answer

Deleting a DNN user's role

Does anyone know if there is any other API method to programmatically delete a user role? DeleteUserRole Method (PortalId, UserId, RoleId) seems to be deprecated since 6.2, am using v.7. TIA
OneLazy
  • 499
  • 4
  • 16
1
vote
1 answer

How to redirect to another View(UserControl '.ascx') in DotnetNuke?

I am new in DotnetNuke. I don't know all the terminology of DotnetNuke. Please correct me. That will help me to improve. I have create a Simple Project with 2 UserControl. 1- View.ascx, 2- ModuleInfo.ascx 1- View.ascx: It contains a button. I want…
1
vote
2 answers

DNN Sitemap broken, 404 error

I have an issue with a DNN (DotNetNuke) 07.04.01 site that has no sitemap when I visit domain/sitemap.aspx. This may have been caused by somebody creating a page called sitemap which I have since removed but now the website is giving me a 404…
Lewis Hamill
  • 171
  • 1
  • 13
1
vote
1 answer

What is different between C# DAL2 MVC and SPA in DotnetNuke?

I am new in DotnetNuke. I am bit confuse in Create New Project template of Visual Studio 2015 for DotnetNuke. Can anybody please suggest me difference of following? 1- DotnetNuke 7 C# Compiled Module and DotnetNuke 7 C# DAL2 Compiled Module 2-…
1
vote
1 answer

DNN Security Folders changes the file URL

With DotNetNuke, I discovered the option to use secure folders. How can we keep the full URL of a file within a given security folder normal? (i.e. without the token process attached to the URL and displaying the full path to the folder). There are…
klewis
  • 7,459
  • 15
  • 58
  • 102
1
vote
1 answer

How to set JsTimeline language to current DNN language

To set the language for JS Timeline one must add this line inside the createStoryJS in the apps scripts.js : lang: "de" How would you go about having this set automatically to the current DNN Language? Thanks
1
vote
1 answer

How to set Module 'In Use' in DNN Installation.?

I have successfully Installed packages of Flex Event, I am learning DNN. Now I don't Know how to use and Further Process.
1
vote
1 answer

Using JavaScript to add/append a query string to URL

I use the DNN CMS platform and am utilizing a module called ActionForm to create forms from a company called DNNSharp. There is an option in this module to display a form in a popup however I cannot pass a query string to the popup URL using this…
UserSN
  • 953
  • 1
  • 11
  • 33
1
vote
1 answer

How do I get my DNN Azure website to use Redis Cache?

I've successfully deployed my DNN website to azure, using azure sql database, via Webmatrix3. I've created an azure redis cache to try and speed up performance. I've searched and searched but haven't found documentation on how to hook the website up…
1
vote
1 answer

DotNetNuke uninstalling modules and deleting files

I have recently completed Clinton Patterson's guide on DNN module development and was just playing around with the module that I have developed (reinstalling the module, uninstalling the module, etc). However, some of my source files including…
kennho
  • 211
  • 5
  • 12
1
vote
0 answers

DNN : communicate with another module

I am new to DNN. So please guide me for my this query. My requirement is to display one user list page and that will contain one link called 'Edit'. On click of that link it's detail should be displayed. For this, I have created one module which…
iDipa
  • 347
  • 2
  • 9
  • 20