|
|
Entries for February 2016
posted on February 19, 2016 13:01
Declare @PortalID int;
Set @PortalID = 1
update portalsettings
set SettingValue = '[G]skins/Xcillion/inner.ascx'
where SettingName = 'DefaultPortalSki...
[Read the rest of this article...]
DNN 8 Upgrade
posted on February 16, 2016 06:20
(SELECT [Value] FROM Lists where EntryID = (SELECT PropertyValue FROM UserProfile WHERE UserId = U.UserId AND PropertyDefinitionID = (SELECT P...
[Read the rest of this article...]
DNN Region Lookup