|
|
|
|
|
|
5 Replies and 1335 Views and 2 Subscribers
Using managed content in content generated by JS framework
1335
5
2
Started by Tim van der Horst
I use a custom DNN module which with a tabbed bootstrap navigation inside. It was build with Knockout-JS. Now I want to add some pieces of content inside this module, e.g. one html control per navigation tab and some explainatory popovers. I would like to manage that content with DNN if somehow possible.
One possibilty would be to use DNN headless and have my module read the content from DNN. Don&39;t know if this is possible at all.
I am thankful for any ideas about this!
|
|
|
|
5 |
1335 |
2 |
|
|
13 Replies and 2647 Views and 2 Subscribers
Custom Module Installation cleans out table data
2647
13
2
Started by Jacques
I think I might have this completely wrong, but I was under the impression that the module installer in Dnn would only run the Sql Provider scripts from the current version on. E.g. Assume that my module has reached version 3.0.0 but I&39;m currently running version 02.00.01 in production:
In 01.00.00.SqlDataProvider I ensure that tables don&39;t already exist and drop them if they do before creating them again
In 01.00.23.SqlDataProvider I decided to make a couple of adjus...
|
|
|
|
13 |
2647 |
2 |
|
|
8 Replies and 1224 Views and 2 Subscribers
SQL page load performance
1224
8
2
Started by JKeller
Hello all. I have inhereted an outdated DNN site... tere is a module which loads data from an SQL (2016) table that is on the larger side. This table contains inventory, so it can&39;t really be shrunk in any way. The DB Performance is really good. Other applications (NAV) can load the same table in 3-5 seconds.
For instance: The page displays the first 10 results of around 6500 records, so there&39;s a total of 650 pages. This takes 30 seconds to load and makes users grumpy and ...
|
|
|
|
8 |
1224 |
2 |
|
|
1 Replies and 1230 Views and 1 Subscribers
Examples, Tutorial Working with Swagger RESTFUL API in a Module
1230
1
1
Started by Jeremy
When using the Chris Hammond template to build a module, are there any examples incorporating a REST API into a module I&39;m looking into using an API that is built with Swagger and incorporate it and I&39;m not finding much documentation-wise. Any examples, or how one would get his up and running What is needed to incorporate and access the API Would you build this directly in the VIew side of the module using the CodeBehind Thank!
|
|
|
|
1 |
1230 |
1 |
|
|
0 Replies and 895 Views and 0 Subscribers
PASSING LOGIN CREDENTIALS
895
0
0
Started by Sanjeev Verma
I want to pass login credentials from my website to DNN login page so that I have no need to reenter credentials to the DNN website
|
|
|
|
0 |
895 |
0 |
2/7/2022 11:20 AM |
|
3 Replies and 1351 Views and 2 Subscribers
Core search integration
1351
3
2
Started by scippy
Is there any tutorial or documentation on how to integrate DNN core serch in a custom module in the same way how it is implemented in the HTML module
|
|
|
|
3 |
1351 |
2 |
|
|
2 Replies and 911 Views and 1 Subscribers
Adding Service Reference to a custom module
911
2
1
Started by John A
Hello,
I am having a issue when I create a service refernce within a custom module. The service refernce gets created and it generated code as usual. But the problem I am having is when I copy the system.service model section from web.config that was created in my module to the actual web.config - I get the green squiggly of death. The error says: "Warning The &39;contract&39; attribute is invalid - The value &39;FedExServiceRef.RatePor...
|
|
|
|
2 |
911 |
1 |
|
|
6 Replies and 1378 Views and 2 Subscribers
Server Side code to check if the current user has edit rights on one of the modules
1378
6
2
Started by Timo Breumelhof (40F)
I&39;m looking for the most efficient way to detect if the current user has Edit rights on one of the module on the page.
I now used
DotNetNuke.Security.Permissions.ModulePermissionController.CanEditModuleContent()
But that would mean I would have to first get all modules on the page and check this for each module, which does not feel very efficient as DNN must be doing the same check for the Persona Bar.
Is there a more efficient way to check this that I missed
|
|
|
|
6 |
1378 |
2 |
|
|
0 Replies and 1148 Views and 1 Subscribers
URL Control not Registering Correctly in Module Template
1148
0
1
Started by Jeremy
Briefly, I&39;m using the Chris Hammond Template. In the edit view, I can&39;t get the ID of the <dnn:UrlControl> to register correctly. I keep getting the error.
Get run through
Settings for my solution.
Under solution properties, my output folder is set to ..\web\local.dnn.com\bin\
Along with all my references point to the bin folder in my DNN site C:\web\local.dnn.com\bin\
In Edit HTML
< Register TagPrefix="dnn" TagName="UrlContro...
|
|
|
|
0 |
1148 |
1 |
10/12/2021 5:05 PM |
|
7 Replies and 2011 Views and 2 Subscribers
How to recover site from Server Error in '/' Application.
2011
7
2
Started by Jeremy
I was working on getting a breakpoint up and running in a test module and somehow broke my site. Not sure if this is the correct category to ask this in
When I was testing my site when I ran the site in debug mode I received this error and now can&39;t get my site load. Are there methods I can try to get my site back up and running or recover from this error
Server Error in &39;/&39; Application.
Method not found: &39;Void DotNetNuke.Common.Globals.set_Dependen...
|
|
|
|
7 |
2011 |
2 |
|