﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Newest KB Articles</title>
    <description>Recent additions to the Knowledge Base from TheDNN Group</description>
    <link>http://support.thednn.com/KB/browse.aspx</link>
    <dt>Sun, 20 May 2012 05:13:52 GMT</dt>
    <generator>SmarterTrack Free 6.1.4093</generator>
    <item>
      <title>Pattern</title>
      <link>http://support.thednn.com/KB/a9/pattern.aspx</link>
      <pubDate>Wed, 13 Apr 2011 08:23:02 GMT</pubDate>
      <guid isPermaLink="false">kbarticle9</guid>
      <description>In this article the term "pattern" is discussed and samples are provided.</description>
    </item>
    <item>
      <title>Upgrading to DotNetNuke 5.5.1 from an earlier version</title>
      <link>http://support.thednn.com/KB/a8/upgrading-to-dotnetnuke-551-from-an-earlier-version.aspx</link>
      <pubDate>Thu, 21 Oct 2010 02:51:19 GMT</pubDate>
      <guid isPermaLink="false">kbarticle8</guid>
      <description>There are things you need to know before upgrading your portal to DNN 5.5.1:&lt;div&gt;&lt;ul&gt;    &lt;li&gt;DNN 5.5.1 has significant structure changes which causes our module to loose compatibility&lt;/li&gt;    &lt;li&gt;When you upgrade your portal to DNN 5.5.1 it could result loosing Menu or SlideMenu tabs under Admin or Host&lt;/li&gt;    &lt;li&gt;Also it could result your Menu or SlideMenu instances to generate error due to database structural changes&lt;/li&gt;    &lt;li&gt;Before upgrading make a backup of your Skins and Menu settings using Graphic Manager&lt;/li&gt;    &lt;li&gt;Uninstall Menu or SlideMenu modules&lt;/li&gt;    &lt;li&gt;Upgrade your portal to 5.5.1&lt;/li&gt;    &lt;li&gt;Download and install the latest package from Download page in our &lt;a href="http://www.thednn.com"&gt;website&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Install the modules and restore your backups using Graphic Manager&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>Fields will not load in Skin Editor or Menu Settings</title>
      <link>http://support.thednn.com/KB/a7/fields-will-not-load-in-skin-editor-or-menu-settings.aspx</link>
      <pubDate>Thu, 21 Oct 2010 02:43:48 GMT</pubDate>
      <guid isPermaLink="false">kbarticle7</guid>
      <description>This issue happens when your portal has compatibility issue with the Ajax functionality we have used. Try turning off the Ajax feature in Preferences.</description>
    </item>
    <item>
      <title>Where can I configure my Menu module?</title>
      <link>http://support.thednn.com/KB/a6/where-can-i-configure-my-menu-module.aspx</link>
      <pubDate>Sat, 13 Mar 2010 14:49:42 GMT</pubDate>
      <guid isPermaLink="false">kbarticle6</guid>
      <description>This articles guides you on how to enable Menu configuration pages.</description>
    </item>
    <item>
      <title>Where can I configure my SlideMenu module?</title>
      <link>http://support.thednn.com/KB/a5/where-can-i-configure-my-slidemenu-module.aspx</link>
      <pubDate>Sat, 13 Mar 2010 14:45:19 GMT</pubDate>
      <guid isPermaLink="false">kbarticle5</guid>
      <description>This articles guides you on how to enable SlideMenu configuration pages.</description>
    </item>
    <item>
      <title>How to use TheDNN.SlideMenu as Skin Object ?</title>
      <link>http://support.thednn.com/KB/a4/how-to-use-thednnslidemenu-as-skin-object.aspx</link>
      <pubDate>Sun, 10 May 2009 10:36:19 GMT</pubDate>
      <guid isPermaLink="false">kbarticle4</guid>
      <description>&lt;span style="color: #000080;"&gt;
&lt;strong&gt;Automatic Way:&lt;/strong&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;span class="DNNAlignleft" id="dnn_ctr388_ContentPane"&gt;Using TheDNN.SlideMenu as your skin object is easy.&lt;br /&gt;
If you navigate to &lt;strong&gt;Admin / TheDNN SlideMenu Config / Control Center&lt;/strong&gt; at bottom left, you will see a yellow icon with two links. One of them , "&lt;br /&gt;
Change
to TheDNN.SlideMenu", will help you change the current SolPart to
TheDNN.SlideMenu and the other one will turn it back to SolPart.&lt;br /&gt;
Once you have changed the Skin Object with TheDNN.SlideMenu you can define style and settings for Skin Object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #000080;"&gt;&lt;strong&gt;Manual Way:&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
If by any reason you want to add TheDNN.SlideMenu as skin object of your skin then you need to edit your skin ASCX file and add the following line at Page Directive area:&lt;br /&gt;
&lt;strong&gt;&amp;lt;%@ Register TagPrefix="dnn" TagName="TheDNNSlideMenu" Src="~/DesktopModules/TheDNN.SlideMenu.SkinObject/TheDNNSlideMenu.ascx" %&amp;gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Then, where ever you need TheDNN.SlideMenu to appear in your skin, you must insert the following standard control:&lt;br /&gt;
&lt;strong&gt;&amp;lt;dnn:TheDNNSlideMenu runat="server" id="TheDNNSlideMenu" ProviderName="DNNMenuNavigationProvider" CSSControl="main_dnnmenu_bar" CSSContainerRoot="main_dnnmenu_container" CSSNode="main_dnnmenu_item" CSSNodeRoot="main_dnnmenu_rootitem" CSSIcon="main_dnnmenu_icon" CSSContainerSub="main_dnnmenu_submenu" CSSBreak="main_dnnmenu_break" CSSNodeHover="main_dnnmenu_itemhover" NodeLeftHTMLBreadCrumbRoot="&amp;lt;img alt=&amp;amp;quot;*&amp;amp;quot; BORDER=&amp;amp;quot;0&amp;amp;quot; src=&amp;amp;quot;breadcrumb.gif&amp;amp;quot;/&amp;gt;" /&amp;gt;&lt;br /&gt;
&lt;/strong&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;span class="DNNAlignleft" id="dnn_ctr388_ContentPane"&gt;After that you need to save the file and restart your application.&lt;br /&gt;
Once the Skin Object has changed to TheDNN.SlideMenu, you can define style and settings for Skin Object.&lt;/span&gt;
&lt;br /&gt;</description>
    </item>
    <item>
      <title>How to create an XML file for TheDNN.Menu data source?</title>
      <link>http://support.thednn.com/KB/a3/how-to-create-an-xml-file-for-thednnmenu-data-source.aspx</link>
      <pubDate>Sun, 10 May 2009 10:35:13 GMT</pubDate>
      <guid isPermaLink="false">kbarticle3</guid>
      <description>If you want to use an XML file as the data source for your menu then you need to create an XML file using a simple editor like Note Pad by following the structure below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;br /&gt;
&amp;lt;items&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;tab title="&lt;strong&gt;&lt;em&gt;tab name&lt;/em&gt;&lt;/strong&gt;" [url="&lt;strong&gt;&lt;em&gt;the url&lt;/em&gt;&lt;/strong&gt;"]&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;lt;tab title="&lt;strong&gt;&lt;em&gt;tab name&lt;/em&gt;&lt;/strong&gt;" [url="&lt;strong&gt;&lt;em&gt;the url&lt;/em&gt;&lt;/strong&gt;"]&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...[ &lt;em&gt;child tabs comes here in the same format&lt;/em&gt; , ... ]&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tab&amp;gt;]&lt;br /&gt;
&amp;nbsp;[&lt;em&gt;other tabs&lt;/em&gt;, ... ]&lt;br /&gt;
&amp;lt;/items&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="color: #006400;"&gt;Example :&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;br /&gt;
&amp;lt;items&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;tab title="Hardware"&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tab title="Desktop" url="~/desktop.aspx"&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tab title="Complete Systems" url="~/systems.aspx" /&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tab title="Barebone Systems" url="~/barebones.aspx" /&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tab title="Accessories" url="~/accessories.aspx" /&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tab&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tab title="Notebooks" url="~/notebook.aspx" /&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/tab&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;tab title="Software"&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tab title="Windows" url="~/windows.aspx" /&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tab title="Office" url="~/office.aspx" /&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/tab&amp;gt;&lt;br /&gt;
&amp;lt;/items&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style="color: #ff0000;"&gt;Notifocation:&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Tab Name&lt;/strong&gt; should be unique because it will be used as the item primary key.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;</description>
    </item>
    <item>
      <title>How to change the submenu icon ?</title>
      <link>http://support.thednn.com/KB/a2/how-to-change-the-submenu-icon.aspx</link>
      <pubDate>Sun, 10 May 2009 10:32:44 GMT</pubDate>
      <guid isPermaLink="false">kbarticle2</guid>
      <description>In order to change the submenu icon please follow the instructions below:
&lt;br /&gt;
&lt;ol&gt;
    &lt;li&gt;Navigate to Admin / TheDNN Menu Config / Menu Settings&lt;/li&gt;
    &lt;li&gt;Select your menu or Skin Object from the list &lt;/li&gt;
    &lt;li&gt;Move to Menu Item / Appearance &lt;/li&gt;
    &lt;li&gt;Exapnd Submenu Icon group &lt;/li&gt;
    &lt;li&gt;click on the image field and upload your image &lt;/li&gt;
    &lt;li&gt;Click Save button to save your settings &lt;/li&gt;
    &lt;li&gt;Refresh your page and you should have the submenu icon changed&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
  </channel>
</rss>
