DNN

Snippets


DNN

 www.DNNSoftware.com DNN DotNetNuke

NO Image:
19
Declare @PortalID int; Set @PortalID = 1 update portalsettings set SettingValue = '[G]skins/Xcillion/inner.ascx' where SettingName = 'DefaultPorta...

[Read the rest of this article...]

DNN 8 Upgrade
Posted in: DNN, Skin Objects
16
  (SELECT [Value] FROM Lists where EntryID = (SELECT PropertyValue FROM UserProfile WHERE UserId = U.UserId AND PropertyDefinitionID = (SELECT ...

[Read the rest of this article...]

DNN Region Lookup
23
Link to photo slideshow:  <div style="margin: auto;width: 100%;text-align: center;">[PHOTOWITHBORDER]</div> <div style="text-ali...

[Read the rest of this article...]

Ventrian Simple Gallery
04
Declare @PortalId int; Set @PortalId = 0; SELECT 'OwnerFirstName' = U.FirstName, 'OwnerLastName' = U.LastName, 'OwnerEmail' = U.Email ...

[Read the rest of this article...]

DNN Region Lookup SQL
Posted in: DNN, SQL Scripts
05
10 Reasons to use DNN for new websites
As a web design consultant specializing in DNNSoftware, I often get asked the question "why use DNN?". Why not use Microsoft's SharePoint, or Conte...

[Read the rest of this article...]

DNN, Open Source, DotNetNuke
Posted in: DNN
08
Try running . . . . exec sp_updatestats; SQL, DNN
30
function OpenDialog(url, height, width, title) { var vurl = url; var vheight = height; var vwidth = width; var v...

[Read the rest of this article...]

DNN, jQuery, modal
Posted in: DNN, Custom Modules
27
using DotNetNuke.Entities.Profile; string _value = GetUserProfilePropertyValue("MyCustomProfileField").ToString(); public string GetUserProf...

[Read the rest of this article...]

DNN, ProfileProperty
23
public void SetPageName(string PageName) { try { DotNetNuke.Framework.CDefault CustomPageName = (D...

[Read the rest of this article...]

DNN
Posted in: DNN, Custom Modules
02
Solved on IIS7.Issue is in the web config the <modules tag needs to be changed to the following: <system.webServer>    <mod...

[Read the rest of this article...]

DNN, IIS 7
Posted in: DNN, Web.Config
Page 3 of 6First   Previous   1  2  [3]  4  5  6  Next   Last