<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kimmtech &#187; DNN DotNetNuke</title>
	<atom:link href="http://technotes.kimmwiens.com/category/dnn-dotnetnuke/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.kimmwiens.com</link>
	<description>technical tips and tricks</description>
	<lastBuildDate>Tue, 12 Jan 2010 16:10:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Add code between DNN Header Tags</title>
		<link>http://technotes.kimmwiens.com/2009/add-code-between-dnn-header-tags/</link>
		<comments>http://technotes.kimmwiens.com/2009/add-code-between-dnn-header-tags/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 17:30:40 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[DNN DotNetNuke]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=263</guid>
		<description><![CDATA[1) Go to the Settings for the page where you want to add the headers 2) Expand Advanced Settings 3) Put your code in the Page Header Tags field.]]></description>
			<content:encoded><![CDATA[<p>1) Go to the Settings for the page where you want to add the headers<br />
2) Expand Advanced Settings<br />
3) Put your code in the Page Header Tags field.</p>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2009/add-code-between-dnn-header-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting the number of characters in the Article display on Ventrian&#8217;s New Article module for DNN</title>
		<link>http://technotes.kimmwiens.com/2008/setting-the-number-of-characters-in-the-article-display-on-ventrians-new-article-module-for-dnn/</link>
		<comments>http://technotes.kimmwiens.com/2008/setting-the-number-of-characters-in-the-article-display-on-ventrians-new-article-module-for-dnn/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 01:47:04 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[DNN DotNetNuke]]></category>
		<category><![CDATA[Ventrian News Articles Module]]></category>
		<category><![CDATA[DNN]]></category>
		<category><![CDATA[Ventrian News Article Module]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=142</guid>
		<description><![CDATA[If you aren&#8217;t happy with the small presentation area for articles on the listing.item.html template that shows the display for the main NA module.&#160; Look for this code and change the [DETAILS:150] object to read the number of characters you want to display.&#160; The default is 150. &#60;td class=&#34;articleTextCell&#34;&#62; &#160;&#160;&#160;&#160; &#60;span class=&#34;Normal&#34;&#62; &#160; &#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>If you aren&#8217;t happy with the small presentation area for articles on the listing.item.html template that shows the display for the main NA module.&nbsp; Look for this code and change the <strong>[DETAILS:150] </strong>object to read the number of characters you want to display.&nbsp; The default is 150.</p>
<blockquote>
<p>&lt;td class=&quot;articleTextCell&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp; &lt;span class=&quot;Normal&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; [HASSUMMARY][SUMMARY][/HASSUMMARY][HASNOSUMMARY]<strong>[DETAILS:150]</strong>[/HASNOSUMMARY]<br />
&nbsp;&nbsp;&nbsp;&nbsp; &lt;/span&gt;<br />
&lt;/td&gt;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2008/setting-the-number-of-characters-in-the-article-display-on-ventrians-new-article-module-for-dnn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ventrian&#8217;s News Article module for DNN used for multiple pages / categories</title>
		<link>http://technotes.kimmwiens.com/2008/ventrians-news-article-module-for-dnn-used-for-multiple-pages-categories/</link>
		<comments>http://technotes.kimmwiens.com/2008/ventrians-news-article-module-for-dnn-used-for-multiple-pages-categories/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 00:05:14 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[DNN DotNetNuke]]></category>
		<category><![CDATA[Ventrian News Articles Module]]></category>
		<category><![CDATA[Add Existing Module]]></category>
		<category><![CDATA[Categories]]></category>
		<category><![CDATA[DNN]]></category>
		<category><![CDATA[News Article]]></category>
		<category><![CDATA[Ventrian]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=109</guid>
		<description><![CDATA[Create a page outside of the main website and install the News Article module.  For the purposes of this explanation the page is named &#8220;News Articles Main.&#8221;  Also install the Latest News, and Archive modules if you are using those. Create categories that correspond to the pages where you want News Article capability, for instance [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Create a page outside of the main website and install the News Article module.  For the purposes of this explanation the page is named &#8220;News Articles Main.&#8221;  Also install the Latest News, and Archive modules if you are using those.</li>
<li>Create categories that correspond to the pages where you want News Article capability, for instance &#8220;News&#8221;,  &#8220;Features&#8221;, etc.  Do this under Admin Options.  See 2nd screen shot below.</li>
<li>Create pages, &#8220;News&#8221;,  &#8220;Features&#8221;, etc.,  corresponding to the categories you&#8217;ve set up.</li>
<li>On each of these pages, add modules via the Use Existing Module radio buttons at the top of the Module area in the control panel.
<div class="mceTemp mceIEcenter">
<div id="attachment_112" class="wp-caption aligncenter" style="width: 510px"><a href="http://kimmtech.all-around-us.com/wp-content/uploads/2008/10/addexisitngmodule.gif"><img class="size-full wp-image-112" title="DNN Add Existing Module" src="http://kimmtech.all-around-us.com/wp-content/uploads/2008/10/addexisitngmodule.gif" alt="DNN Add Existing Module" width="500" height="105" /></a><p class="wp-caption-text">DNN Add Existing Module</p></div>
</div>
</li>
<li>Select the page &#8220;News Articles Main&#8221; from the <strong>Page:</strong> dropdown.</li>
<li>Choose the News Article Module from the <strong>Module:</strong> dropdown.</li>
<li>Click the Admin Options hyperlink on the second line last item of the text menu at the top of the module.
<p><div id="attachment_115" class="wp-caption aligncenter" style="width: 509px"><a href="http://kimmtech.all-around-us.com/wp-content/uploads/2008/10/na_adminoptions.gif"><img class="size-full wp-image-115" title="Ventrian News Articles Admin Options" src="http://kimmtech.all-around-us.com/wp-content/uploads/2008/10/na_adminoptions.gif" alt="Ventrian News Articles Admin Options" width="499" height="180" /></a><p class="wp-caption-text">Ventrian News Articles Admin Options</p></div></li>
<li>Click the Main Options button and go to the Filters section.  Set the filter for the page / category that you are working with.  For instance if you are setting up the &#8220;Features&#8221; page, set the filter to the &#8220;Features&#8221; category.  Only the articles created using the category &#8220;Features&#8221; will show up on this page after this step.</li>
<li>Repeat step 8  for the filters on Latest Articles, and Archives if you are using those modules as well.</li>
<li>Repeat steps 2 through 10 for each page / category you have created.</li>
<li>All articles will be created on the page &#8220;News Articles Main&#8221; which was created outside the site and will show up on the proper pages within the site based on the category they are assigned to.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2008/ventrians-news-article-module-for-dnn-used-for-multiple-pages-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNN &#8211; Customize FCK Editor styles without maintaining multiple style sheets</title>
		<link>http://technotes.kimmwiens.com/2008/dnn-customize-fck-editor-styles-without-maintaining-multiple-style-sheets/</link>
		<comments>http://technotes.kimmwiens.com/2008/dnn-customize-fck-editor-styles-without-maintaining-multiple-style-sheets/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 17:31:47 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[DNN DotNetNuke]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DNN]]></category>
		<category><![CDATA[fck-editor]]></category>
		<category><![CDATA[multiple stylesheets]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=102</guid>
		<description><![CDATA[See DNN &#8211; Custom CSS Stylesheet for FCK Editor for how to set up a customized style sheet. To avoid having to maintain redundant style sheets between your skin.css and your FCK Editor style sheet, place a reference to your FCK Editor style sheets at the top of the portal.css file stored at the root [...]]]></description>
			<content:encoded><![CDATA[<p>See <strong><a href="http://kimmtech.all-around-us.com/2008/dnn-custom-css-stylesheet-for-fck-editor/" title="Edit &quot;DNN - Custom CSS Stylesheet for FCK Editor&quot;" class="row-title">DNN &#8211; Custom CSS Stylesheet for FCK Editor</a></strong> for how to set up a customized style sheet.  To avoid having to maintain redundant style sheets between your skin.css and your FCK Editor style sheet, place a reference to your FCK Editor style sheets at the top of the portal.css file stored at the root of your portal.</p>
<blockquote><p>@import url(&quot;fckeditor.css&quot;);</p></blockquote>
<p>Write all the styles that are relevant to your html/text module areas into the FCK Editor style sheet not your skin.css.  Your customized stylesheet will be available to FCK Editor as well as your document and you&#8217;ll only have to maintain your styles in one file.</p>
<address>&nbsp;</address>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2008/dnn-customize-fck-editor-styles-without-maintaining-multiple-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNN &#8211; Custom CSS Stylesheet for FCK Editor</title>
		<link>http://technotes.kimmwiens.com/2008/dnn-custom-css-stylesheet-for-fck-editor/</link>
		<comments>http://technotes.kimmwiens.com/2008/dnn-custom-css-stylesheet-for-fck-editor/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 17:15:09 +0000</pubDate>
		<dc:creator>Kimm</dc:creator>
				<category><![CDATA[DNN DotNetNuke]]></category>
		<category><![CDATA[Customized stylesheet]]></category>
		<category><![CDATA[DNN]]></category>
		<category><![CDATA[DotNetNuke]]></category>
		<category><![CDATA[fck-editor]]></category>

		<guid isPermaLink="false">http://kimmtech.all-around-us.com/?p=96</guid>
		<description><![CDATA[Use of the formatting tools in FCK Editor isn&#8217;t recommended since it loads documents down with unwanted tags. One alternative: preparing your data with a style sheet in a program like Dreamweaver, can quickly grow old. Switching back and forth between several applications repeatedly while editing, along with the lack of WYSIWYG in the editor [...]]]></description>
			<content:encoded><![CDATA[<p>Use of the formatting tools in FCK Editor isn&#8217;t recommended since it loads documents down with unwanted tags.  One alternative: preparing your data with a style sheet in a program like Dreamweaver, can quickly grow old.  Switching back and forth between several applications repeatedly while editing, along with the lack of WYSIWYG in the editor makes this method cumbersome.</p>
<p>The good news is you can synch stylesheets between your skin and/or container .css and the .css used in FCK Editor.  With a little setup, you&#8217;ll have the same display in and out of the editor window and your style dropdown list will be populated with your styles, not the generic FCK Editor styles.</p>
<p>The FCK Editor requires the creation of a .css and a .xml file to properly display styles.  To reproduce your skin and/or container styles in FCK Editor:</p>
<ol>
<li>Create a.css file with the styles you need and give it the name of your choice.</li>
<li>Create a .xml file describing the styles you want to show in the dropdown list.
<ul>
<li>Here&#8217;s an example of a simple .xml that would show styles for H1, H2, H3, H4 and pagetitle in FCK Editor&#8217;s style dropdown list.  The <strong>element=</strong> is the HTML tag to be used, the <strong>Style name</strong> is the label appearing in the drop down list, for &lt;span&gt; or &lt;div&gt; the attributes <strong>name=&#8221;class&#8221; value=&#8221;#your style name#&#8221;</strong> must be included.&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243; ?&gt;<br />
&lt;Styles&gt;<br />
&lt;<strong>Style name</strong>=&#8221;Heading H1&#8243; <strong>element=</strong>&#8220;H1&#8243; /&gt;<br />
&lt;Style name=&#8221;Heading H2&#8243; element=&#8221;H2&#8243; /&gt;<br />
&lt;Style name=&#8221;Heading H3&#8243; element=&#8221;H3&#8243; /&gt;<br />
&lt;Style name=&#8221;Heading H4&#8243; element=&#8221;H4&#8243; /&gt;<br />
&lt;Style name=&#8221;pagetitle&#8221; element=&#8221;span&#8221;&gt;<br />
&lt;Attribute <strong>name=&#8221;class&#8221; value=&#8221;pagetitle&#8221;</strong> /&gt;<br />
&lt;/Style&gt;<br />
&lt;/Styles&gt;</li>
</ul>
</li>
<li>Once these files are created drop them in the root of your portal.</li>
<li>In your DNN environment &#8211; open the FCK Editor by clicking to edit a text area you have setup.</li>
<li>Click on the link below the text entry area called <span style="text-decoration: underline;">show custom editor options.</span></li>
<li>Set the type to <strong>&#8220;Portal&#8221;</strong></li>
<li>Click open the &#8220;List of available styles for the editor&#8221; area and use these settings:
<ol>
<blockquote>
<li>Style list generation mode: URL</li>
<li>Custom xml file:  Root, your xml file</li>
</blockquote>
<div id="attachment_90" class="wp-caption aligncenter" style="width: 510px"><a href="http://kimmtech.all-around-us.com/wp-content/uploads/2008/10/listavailablestyles.jpg"><img class="size-full wp-image-90" title="List of available styles for the editor" src="http://kimmtech.all-around-us.com/wp-content/uploads/2008/10/listavailablestyles.jpg" alt="List of available styles for the editor" width="500" height="406" /></a><p class="wp-caption-text">List of available styles for the editor</p></div></ol>
</li>
<li>Click open the &#8220;Editor area CSS&#8221; area and use these settings:
<ol>
<blockquote>
<li>Style list generation mode: URL</li>
<li>Custom css file:  Root, your css file</li>
</blockquote>
<div class="mceTemp mceIEcenter">
<p><div id="attachment_93" class="wp-caption aligncenter" style="width: 510px"><a href="http://kimmtech.all-around-us.com/wp-content/uploads/2008/10/editareacss.jpg"><img class="size-full wp-image-93" title="Editor area CSS" src="http://kimmtech.all-around-us.com/wp-content/uploads/2008/10/editareacss.jpg" alt="Editor area CSS" width="500" height="406" /></a><p class="wp-caption-text">Editor area CSS</p></div>
</div>
</ol>
</li>
<li>At the bottom of the screen, make sure the dropdown is set to Portal and Apply the custom settings.</li>
<li>You should now have WYSIWYG display in your FCK Editing area and your own styles should be populating the style dropdown list in FCK Editor there.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://technotes.kimmwiens.com/2008/dnn-custom-css-stylesheet-for-fck-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

