DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.
Search this forum:
Search
You are not authorized to create a new topic
Page 11 of 15 << < 910111213 > >>
Topics
Replies
Views
Last Post
3 Replies and 2028 Views Module error after upgrade     2028 3 Started by Peter van den Dungen Hello guys, This week I have succesfully upgraded one of our production websites to DNN 9.6.1, when everything was working right and I also desided to upgrade my local development enviroment as well. I just downloaded and overwite the entire production root into my local one (except the webconfig) and I restored the prod db over my develop one. DNN is running ok, but my MVC modules are throwing the following exception (pretty strange is the highlighted path): InnerStackTrace: ...
3 2028
by Peter van den DungenJump to last post
6/11/2020 3:19 AM
2 Replies and 1437 Views Intro     1437 2 Started by Timo Breumelhof (40F) About this sub-forum
2 1437
by Michael TobischJump to last post
6/9/2020 9:38 AM
1 Replies and 1789 Views DependencyProvider in subclass of ModuleSearchBase     1789 1 Started by Derek Hi everyone, Globals.NavigateURL has been deprecated, but it&39;s currently not possible to resolve a dependency on NavigationManager in a subclass of ModuleSearchBase. DependencyProvider does not exist in the context. Am I missing something or this is a feature that still needs to be implemented Kinds regards, Derek
1 1789
by Brian DukesJump to last post
5/15/2020 1:55 PM
1 Replies and 2103 Views Anti forgery token problem on Windows 2019     2103 1 Started by jacoch Hi. We have recently move a web site to a new Windows 2019 server. On that new server, we noticed that all ajax posts, when using https, are not validating anti forgery token any more. The web site works fine on older versions of Windows server. Our ajax calls look like this: $.ajax({   url: "Url.Content("~/DesktopModules/MVC/ModuleName/Controller/Action")",   type: &39;POST&39;,   data: { &39;itemId&39; : itemId },   headers: {   ...
1 2103
by Mitchel SellersJump to last post
5/14/2020 10:24 AM
4 Replies and 2058 Views DAL2 - How to count records?     2058 4 Started by Michael Tobisch Hi all, I need to count records in a module. I wrote a stored procedure: CREATE PROCEDURE dbo.dnn_CountOutdatedRecords ModuleID int, StartDate datetime AS BEGIN SET NOCOUNT ON SELECT COUNT(*) FROM dbo.dnn_Records WHERE ModuleID = ModuleID AND StartDate In the controller I wrote the following code: public int OutdatedRecordsCount(int moduleID, DateTime startDate) { int outdatedRecordsCount; using (IDataContext ct...
4 2058
by Michael TobischJump to last post
5/9/2020 8:47 AM
0 Replies and 2367 Views DNN MVC Module with Hierarchy Id     2367 0 Started by Cameron K Hello everyone! Quick question here. Has anyone used the sql hierarchy id type in their dnn mvc module with peta poco Do you need to write a custom query to cast the data type Do you need to add sql server types to the project Thanks!
0 2367
4/29/2020 1:03 PM
1 Replies and 1875 Views dnnTabs - set active tab     1875 1 Started by Michael Tobisch Hi all, I have a strange problem with the dnnTabs() jQuery plugin. Part of the ascx file (&91; = ): &91;div id="TabsPanel" class="dnnForm"&93; &91;asp:BulletedList ID="TabHeader" runat="server" CssClass="dnnAdminTabNav" DisplayMode="HyperLink" /&93; &91;!-- The rendered output of this looks like &91;ul class="dnnAdminTabNav"&93; &91;li&93;&91;a href="Tab1"...
1 1875
by Michael TobischJump to last post
4/27/2020 7:03 AM
4 Replies and 2125 Views DNN 9.1.1 and Site Setting     2125 4 Started by progmr Hi, I&39;ve a DNN site. Current is v9.1.1, started is 8.0.3 I developed custom modules and I add some custom setting inside Module Settings Tab (https://invisiblefarm-my.sharepoint.com/:i:/p/m_rodella/ESjvH3GWw2NCgm_y40mwbvsBzTHNDUF2mQ3wl_zlQtx0zge=6WDx3t) I used this code                 ModuleController moduleController = new ModuleController();                 PortalSettings portalSettings = (PortalSet...
4 2125
by Joe CraigJump to last post
4/26/2020 1:57 PM
0 Replies and 2567 Views Confirm Import     2567 0 Started by Michael Tobisch Hi, I have a module that for certain reasons has to delete all it&39;s content when I start an import. Is there a way to display a warning when the user clicks on the Import module action, and confirm it Something like "Importing deletes all the current content and replaces it with the imported content. Are you sure you want to continue &91;Yes&93;|&91;No&93;" Or ist that behaviour normal enough, so everyone is aware of this The HTML behaves like this, for example.....
0 2567
4/15/2020 8:57 AM
4 Replies and 1888 Views CKEditor - HTML Encoding     1888 4 Started by NathanH Hi Everyone After some fun I have finally built my first custom module, I have leveraged the DNN CKEditor which seems to work well until I start testing it using real world scenarios. I copy and paste some well formed HTML into the editor and it encodes all of the html tags. eg in source I enter hi which gets saved as  &lt;b&gt;hi&lt;/b&gt; After researching this seems to be well complained about behaviour with no option to truely tell CKEditor to leave the htm...
4 1888
by Brian DukesJump to last post
4/7/2020 9:07 AM
You are not authorized to create a new topic
Page 11 of 15 << < 910111213 > >>


RSS Feed Available

These Forums are dedicated to the discussion of DNN Platform.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved