|
|
www.DNNSoftware.com DNN DotNetNuke
Webmaster posted on January 09, 2025 12:12
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
Webmaster posted on January 07, 2025 11:37
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...]
Webmaster posted on January 06, 2025 10:51
private string GetUserProfileString(string CustomProperty, int UserID)
{
&n...
[Read the rest of this article...]
Webmaster posted on October 28, 2024 06:36
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 on July 30, 2024 10:02
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 on April 18, 2024 05:55
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 on February 20, 2024 15:06
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 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