DNN

Snippets


DNN

 www.DNNSoftware.com DNN DotNetNuke

NO Image:
30
Fix here .  ..  install of DNN 9.9.1 on an Azure app service. The wizard completed successfully and then the site showed a 503 service un...

[Read the rest of this article...]

Posted in: DNN
18
How to Add Javascript to a DNN Page header section in a Custom Module protected override void OnInit(EventArgs e)         { &...

[Read the rest of this article...]

JavaScript, Page Header Section
Posted in: DNN, Custom Modules
20
Clear all page level skins in a Portal update {databaseOwner}{objectQualifier}Tabs set skinsrc=null where SkinSrc is not null and PortalID=0 ...

[Read the rest of this article...]

Posted in: DNN, SQL Scripts
26
Optional Telerik Removal Steps
Noteworthy Changes in v9.8.0+ - Optional Telerik Removal The major highlight for this release is that we removed all our dependencies on the Teleri...

[Read the rest of this article...]

Posted in: DNN
01
CREATE FUNCTION GIBS_GetProfileElement ( @userID as int, @portalID as int, @ProfilePropertyName as nvarchar(100) ) RETURNS nvarchar(4000) AS B...

[Read the rest of this article...]

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
Page 1 of 6First   Previous   [1]  2  3  4  5  6  Next   Last