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