DNN

Snippets

 www.DNNSoftware.com DNN DotNetNuke

09
Ssteps on how to create a Google QR Code for customer reviews.  Step 1: Go to the Google Place Finder Tool and look up your busin...

[Read the rest of this article...]

Google Reviews
Posted in: DNN, Custom Modules
07
It's estimated that by 2025, over 100 million smartphone users in the US will be scanning QR codes. This indicates a strong and growing demand for...

[Read the rest of this article...]

06
          private string GetUserProfileString(string CustomProperty, int UserID)         {   &n...

[Read the rest of this article...]

28
DNN (DotNetNuke) software, from dnnsoftware.com, offers several benefits as a Content Management System (CMS) Here are some of the key advantages: &nb...

[Read the rest of this article...]

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