G'day,
I've downloaded the following DNN Skin object - http://dnnsyntaxhighlighter.codeplex.com/
Its based on the excellent work from http://alexgorbatchev.com/wiki/Syntax...
Now I really want to include code examples on my web site and have this formating working, but I'm not getting any help from the codeplex co-ordinators about how to complete the installation process (dnnsyntaxhighlighter.codeplex.com/Thr...) - Namely the steps involved in adding skin objects to my DNN 5.2.x portals. Can anyone elaborate on the following instructions, so I can get this working correctly?
STEP 4 - ADD THE SKIN OBJECT TO YOUR SKIN (JUST CHOOSE THE METHOD THAT SUITS YOUR SKINNING METHOD FROM BELOW):
-METHOD 1: ASCX Skin Object Example (RECOMMENDED - Supported in all DNN versions)
<%@ Register TagPrefix="dnn" TagName="MWD_SO_FCK_SytnaxHighlighter" Src="~/DesktopModules/MWD/Skin Objects/FCK_SyntaxHighlighter/SyntaxHighlighter.ascx" %>
<dnn:MWD_SO_FCK_SytnaxHighlighter runat="server" id="MWD_SO_FCK_SytnaxHighlighter" UseCompressedVersion="False" />
-METHOD 2: HTML Skin Object Example (Only supported in DNN 5+)
<object id="MWD_SO_FCK_SytnaxHighlighter" codetype="dotnetnuke/server" codebase="MWD_SO_FCK_SytnaxHighlighter"></object>
-METHOD 3: HTML Skin Token & XML File Example (Depreciated method that was being used in DNN 4.9x versions & below)
[MWD_SO_FCK_SytnaxHighlighter]