|
|
www.DNNSoftware.com DNN DotNetNuke
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...]
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...]
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
posted on September 23, 2020 06:19
UPDATE PortalSettings
SET SettingValue = 'False'
WHERE SettingName = 'EnablePopUps'
DNN Popup Windows
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()
posted on January 10, 2020 07:06
https://dnnsupport.dnnsoftware.com/hc/en-us/articles/360010074593-Enabling-the-File-Upload-Function-in-CKEditor
[Read the rest of this article...]
CKEditor
posted on December 26, 2019 14:03
public string CreatedByUserName
{
get
{
if (createdByUserName == null)
{
int portalId = PortalController.Instance.GetCurrentPortalSetti...
[Read the rest of this article...]
DNN UserController
posted on December 24, 2019 07:30
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
posted on November 11, 2019 06:52
<add key="UpdateServiceUrl" value="https://dnnplatform.io" />
Thanks Mitch Sellers!
DNN Update Service URL
posted on November 30, 2017 09:13
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...]