|
|
DNN
www.DNNSoftware.com DNN DotNetNuke
NO
Image:
DNN Expert posted on February 26, 2021 13:46
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...]
DNN Expert posted on February 01, 2021 15:20
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...]
DNN Expert posted on October 21, 2020 07:28

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
DNN Expert posted on September 23, 2020 06:19
UPDATE PortalSettings
SET SettingValue = 'False'
WHERE SettingName = 'EnablePopUps'
DNN Popup Windows
DNN Expert posted on January 27, 2020 08:52
public void CreateList()
{
try
{
//create a placeholder entry -
const string listName = "InventoryReportingType";
var listC...
[Read the rest of this article...]
ListController()
DNN Expert posted on January 10, 2020 07:06
By default, CKEditor only allows administrators to upload files via CKEditor. The following article will guide users in enabling the option for o...
[Read the rest of this article...]
CKEditor