|
|
|
|
|
0 Replies and 56 Views
Authenticate external application with DNN application 56 0
Started by Yma
Hello,
I have an external app that is working as an external application. It needs to use our DNN website users to authenticate. If the user is available it should send back to as an authenticated user and also user profile data.
How can I receive the request and check the user availability and send back the response Please, can you advise the external app is using angular react.
If there is an inbuilt module free/commercial please show me. Otherwise, please, can you advise me on how ...
|
|
|
|
0 |
56 |
17 Jan 2021 05:48 AM |
|
3 Replies and 253 Views
xcillion footer does not display content 253 3
Started by tony bonn
using dnn 9.8, xcillion theme home page, and html module.
the xcillion theme home page has 4 footer panes at the bottom of the page which appear as black in my browser. i added an html module instance to the first pane. when i exit edit mode, the content does not render. more specifically, the module title, which displays in other sections of the page, does not display in the footer. the prompt text also does not display. nothing displays. is there a way to cause html modules to render/displa...
|
|
|
|
3 |
253 |
|
|
6 Replies and 390 Views
Messaging module 390 6
Started by sjsports
What is the Messaging module and is it still used
I have several websites that have been upgraded to DNN 9.8. Some of these sites were quite old and go back to DNN 7.x and before. I notice that they contain the Messaging module. On the Extensions page, the Version shown for the module is 6.0.2 and the Upgrade column shows 6.1.5. DNN does not allow me to delete the module, as it does not show the trash can icon. The In Use column says "No". Some o...
|
|
|
|
6 |
390 |
|
|
6 Replies and 442 Views
Working with a module 442 6
Started by Kasun Chathuranga
I want to create a module and customize it from the code to add new fields to take inputs and display them in the profile. Can you provide any references and articles to follow
|
|
|
|
6 |
442 |
|
|
1 Replies and 195 Views
Modules - Version vs. Upgrade? 195 1
Started by sjsports
When looking at the list of modules on the extensions page in DNN 9.8, the Upgrade column frequently does not match the Version column. But when I look up these "core" modules on GitHub, the latest version there matches what is in the Version column. Where does DNN get the information that it displays in the Upgrade column
For example, the Account Login module shows version 9.8.0 and shows upgrade 10.0.4.
Another example, the IFrame module shows version 8.1.3 and sho...
|
|
|
|
1 |
195 |
|
|
0 Replies and 107 Views
Add template to Tab Pro module 107 0
Started by Joe Craig
I&39;m testing DnnSharp&39;s Tabs Pro module.
I&39;d like to add a template for the module. I tried copying the existing "bootstrap" template, renaming it, and editing the template.config file to use the new name. But, that doesn&39;t get the new one to appear in the Manage UI.
What I&39;m really trying to do is to use two separate template.css files, each for a separate instance of the module.
Is there anyone who knows how to do this
|
|
|
|
0 |
107 |
23 Dec 2020 08:54 AM |
|
18 Replies and 1210 Views
Not able to update the module with DNN 9.6.2 1210 18
Started by Maya Trivedi
I have a site running on DNN 9.6.2 and here when I am trying to update the already installed module by following the below steps, its completing the installation without any errors, but not installing the latest updates to the module. I am trying to update my Custom Skins module here, its not working for any of the modules (i.e.,javascript libraries)
Steps Followed:
1. I have added the .zip file which is having updated content to "path_to_my_site \Install\Skin" folder l...
|
|
|
|
18 |
1210 |
|
|
8 Replies and 1077 Views
Installing Module Error - Duplicate Key 1077 8
Started by RobertC
Hello, I am having an issue with installing a module I created. On my local machine, there are no issues. The module is installed and working, however when I try to install it on a live site, it comes up with an error about a duplicate key. I have checked all Module tables in the database, and there are no existing issues. Here is the error below. Any direction would be appreciated.
2020-01-16 16:54:20.36900:00 &91;EC2AMAZ-NL25IAI&93;&91;D:2&93;&91;T:7&93;&91;FATAL&93; DotNetNu...
|
|
|
|
8 |
1077 |
by Cris 20 Dec 2020 11:13 AM |
|
1 Replies and 186 Views
Getting 404 error while accessing the DNN Web API 186 1
Started by sandeep
I have DNN 8 installed on my local machine (Windows 10). I am trying to create a simple API by following the steps as in Ryan Gunn&39;s blog. When I try to access the API, I am able to get a response from the API in the dev machine.
I have another remote server (Windows Server) which too has DNN 8 in it. I am following the same steps as in the blog. However, every time I access the API in the server, I am getting a 404 error.
Is there anything I&39;m missing or a configuration setti...
|
|
|
|
1 |
186 |
|
|
2 Replies and 280 Views
How to make HTTP request 280 2
Started by nnaanyi
I&39;m trying to process http request on backend, but I keep getting an error that there is no http client on DNN.
This is the code and error message below:
var client = new System.Net.Http.HttpClient();
var response = client.Get("http://api-develop.customer.site.com/api/quarterly-update); response.EnsureSuccessStatusCode();
var body = response.Content.ReadAsString();
var insight = JsonConvert.DeserializeObject(body);
Error CS0246: The type or namespace name &39;HttpClie...
|
|
|
|
2 |
280 |
|