Skinformation
skinformation
Looking for the solpart menu code? want to know how to configure the DNN skins? Here are some code snippets to help you get the skin format correctly done. All the dnn skinobjects, tags and snippets need to make it work.

Current Articles | Categories | Search | Syndication

Saturday, 4 April 2009 RSS comment feed
Links code and Example
By DNNSkins Admin @ 2:56 PM :  : Article Rating : LINKS
Include following code at the top of ascx page <%@ Register TagPrefix="dnn" TagName="LINKS" src="~/Admin/Skins/Links.ascx" %>   ...
Posted in: LINKS  |  8410 people read this and (0) had something to say. Feel free to Pass it on
Monday, 11 September 2006 RSS comment feed
Search code and Example
By Nina Meiers @ 2:59 PM :  : Article Rating : SEARCH
Include following code at the top of ascx page <%@ Register TagPrefix="dnn" TagName="SEARCH" src="~/Admin/Skins/Search.ascx" %>   ...
Posted in: SEARCH  |  7893 people read this and (2) had something to say. Feel free to Pass it on
Monday, 11 September 2006 RSS comment feed
Content Pane code and Example
By host @ 2:59 PM :  : Article Rating : CONTENTPANE
Include following code at the top of ascx page <%@ Register TagPrefix="dnn" TagName="BANNER" src="~/Admin/Skins/Banner.ascx" %> SkinObject Code Snippet Description Example dnn...
Posted in: CONTENTPANE  |  10019 people read this and (0) had something to say. Feel free to Pass it on
Monday, 11 September 2006 RSS comment feed
User code and Example
By host @ 2:58 PM :  : Article Rating : USER
Include following code at the top of ascx page <%@ Register TagPrefix="dnn" TagName="USER" src="~/Admin/Skins/User.ascx" %> SkinObject Code Snippet Description Example dnn:USE...
Posted in: USER  |  8195 people read this and (0) had something to say. Feel free to Pass it on
Monday, 11 September 2006 RSS comment feed
Privacy code and Example
By host @ 2:57 PM :  : Article Rating : PRIVACY
Include following code at the top of ascx page <%@ Register TagPrefix="dnn" TagName="PRIVACY" src="~/Admin/Skins/Privacy.ascx" %> SkinObject Code Snippet Description Example d...
Posted in: PRIVACY  |  7563 people read this and (0) had something to say. Feel free to Pass it on
Monday, 11 September 2006 RSS comment feed
Signin code and Example
By Nina Meiers @ 2:57 PM :  : Article Rating : SIGNIN
Include following code at the top of ascx page <%@ Register TagPrefix="dnn" TagName="SIGNIN" src="~/Admin/Skins/Signin.ascx" %>   ...
Posted in: SIGNIN  |  7939 people read this and (1) had something to say. Feel free to Pass it on
Monday, 11 September 2006 RSS comment feed
Terms code and Example
By host @ 2:57 PM :  : Article Rating : TERMS
Include following code at the top of ascx page <%@ Register TagPrefix="dnn" TagName="TERMS" src="~/Admin/Skins/Terms.ascx" %> SkinObject Code Snippet Description Example dnn:T...
Posted in: TERMS  |  7180 people read this and (0) had something to say. Feel free to Pass it on
Monday, 11 September 2006 RSS comment feed
Logo code and Example
By Nina Meiers @ 2:56 PM :  : Article Rating : LOGO
Include following code at the top of ascx page <%@ Register TagPrefix="dnn" TagName="LOGO" src="~/Admin/Skins/Logo.ascx" %>   ...
Posted in: LOGO  |  10156 people read this and (1) had something to say. Feel free to Pass it on
Monday, 11 September 2006 RSS comment feed
Host Name code and Example
By host @ 2:55 PM :  : Article Rating : HOSTNAME
Include following code at the top of ascx page <%@ Register TagPrefix="dnn" TagName="HOSTNAME" src="~/Admin/Skins/HostName.ascx" %> SkinObject Code Snippet Description Example ...
Posted in: HOSTNAME  |  9441 people read this and (0) had something to say. Feel free to Pass it on
Monday, 11 September 2006 RSS comment feed
DotNetNuke code and Example
By host @ 2:54 PM :  : Article Rating : DOTNETNUKE
Include following code at the top of ascx page <%@ Register TagPrefix="dnn" TagName="DOTNETNUKE" src="~/Admin/Skins/DotNetNuke.ascx" %> SkinObject Code Snippet Description Exampl...
Posted in: DOTNETNUKE  |  9513 people read this and (0) had something to say. Feel free to Pass it on
Previous Page | Next Page