DNN

Snippets

 www.DNNSoftware.com DNN DotNetNuke

21
You can use NotificationsController.Instance.SendNotification method to send notifications. Here is an example:   public void ...

[Read the rest of this article...]

DNN, Notification Controller
23
UPDATE PortalSettings SET SettingValue = 'False' WHERE SettingName = 'EnablePopUps' DNN Popup Windows
Posted in: DNN, SQL Scripts
27
public void CreateList() { try { //create a placeholder entry - const string listName = "InventoryReportingType"; var listC...

[Read the rest of this article...]

ListController()
10
https://dnnsupport.dnnsoftware.com/hc/en-us/articles/360010074593-Enabling-the-File-Upload-Function-in-CKEditor

[Read the rest of this article...]

CKEditor
Posted in: DNN, Resource Links
26
public string CreatedByUserName { get { if (createdByUserName == null) { int portalId = PortalController.Instance.GetCurrentPortalSetti...

[Read the rest of this article...]

DNN UserController
24
Check if a DNN TrueFalse (bool) profile property exists and if it doesn't create a new one USE: CheckProfilePropertyExistsTrueFalse("Do...

[Read the rest of this article...]

DNN User Profile
11
<add key="UpdateServiceUrl" value="https://dnnplatform.io" /> Thanks Mitch Sellers! DNN Update Service URL
Posted in: DNN, Core Modules
30
Issue after upgrade from 8 to 9.1. I ended up deleting all settings in HostSettings and PortalSettings tables that started with SMTP*. Once I did that...

[Read the rest of this article...]

Posted in: DNN
15
Add a stylesheet from custom DNN module settings HtmlGenericControl css1 = new HtmlGenericControl("link"); css1.Attributes["type&qu...

[Read the rest of this article...]

css, stylesheet, DNN Module Settings
18
A map of where things were in DNN 8 and where they can be found now in DNN 9. DNN 8 DNN 9 Administrators Super Users ...

[Read the rest of this article...]

DNN9
Posted in: DNN
Page 2 of 7First   Previous   1  [2]  3  4  5  6  7  Next   Last