Start a conversation

Articles

  • Adding a Javascript snippet to all DNN pages

    Overview During the course of building out a DNN portal, designers may want to inject a piece of Javascript into all pages (such as a Google Analytics Code). Instead of manually doing this via headers...

  • Disabling browser caching for specific folders or files

    Overview Administrators can configure their site to disable browser caching for specific folders or files. This is useful in cases where the files should always be retrieved directly from the server. ...

  • Hiding the default privacy page

    Overview DNN comes with a pre-built privacy page which can be found at <website>/privacy. However, this privacy page is hard-coded and cannot be deleted like other pages in an instance. It is possible...

  • Content items with relative URLs are stuck in draft mode and cannot be published

    Issue When attempting to publish a content item from Persona Bar > Content > Content Library that includes a relative URL in the URL/Website field, the save button is greyed out.  Root Cause This is t...

  • Switching the master page of a shared module

    Overview The master page of a module is the page where it was initially added and configured. When sharing a module across all DNN pages, it's only possible to modify it from the master page itself. W...

  • Disabling Azure blob URLs via Digital Asset Manager

    Overview By default, when an Azure folder is set up, the Digital Asset Manager will use Azure blob URLs that look like this:  Some users, however, may want their asset URLs to use their own domain nam...

  • Modifying the Password Reset Form in DNN 9

    Overview: When the user wants to remove the Username field from the Password Reset Form in DNN 9.x, this can be done by allowing DNN to use the Email as Username.  In DNN 8.x, the same form only showe...

  • Moving Modules via SQL Console

    Overview Environment: DNN version 9 and above. Administrators may want to implement a new skin on their site, when they will probably need to move certain modules under newly created panes. Depending ...

  • Enabling/disabling search crawlers via SQL server

    Overview Although search crawlers may be enabled/disabled via the UI, it's also possible to do so via SQL query. The following steps will guide you in doing that.  Steps Requirements: Access to run qu...

  • Enabling the File Upload Function in CKEditor

    Overview By default, CKEditor file upload is only available to administrators. The following steps will guide users in enabling the option for other role types as well as allowing the uploads to be pl...