DNN

Snippets


DNN

 www.DNNSoftware.com DNN DotNetNuke

NO Image:
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()
Page 1 of 10First   Previous   [1]  2  3  4  5  6  7  8  9  10  Next   Last