<?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; Ventrian News Articles Module</title>
	<atom:link href="http://technotes.kimmwiens.com/category/dnn-dotnetnuke/ventrian-news-articles-module/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>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>
	</channel>
</rss>

