<?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>Oracle of ONE1 &#187; mod_ggis-tabnews</title>
	<atom:link href="http://dvector.com/oracle/category/joomla/mod_ggis-tabnews/feed/" rel="self" type="application/rss+xml" />
	<link>http://dvector.com/oracle</link>
	<description>Obscure words of unity</description>
	<lastBuildDate>Wed, 31 Aug 2011 21:25:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Module ggis-tabnews for Joomla</title>
		<link>http://dvector.com/oracle/2008/10/31/module-ggis-tabnews-for-joomla/</link>
		<comments>http://dvector.com/oracle/2008/10/31/module-ggis-tabnews-for-joomla/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 21:57:29 +0000</pubDate>
		<dc:creator>one1</dc:creator>
				<category><![CDATA[mod_ggis-tabnews]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[ggis_tabnews]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://dvector.com/oracle/?p=124</guid>
		<description><![CDATA[Module ggis-tabnews is a module developed for Joomla 1.5. Basically, it takes all articles in a category or section and outputs them to a tabbed box. It depends on the Joomla Works Tabs &#38; Slides plugin for the tabbing javascript. A future release may remove that dependency.
Where to get it?
This is currently not a public [...]]]></description>
			<content:encoded><![CDATA[<p>Module ggis-tabnews is a module developed for Joomla 1.5. Basically, it takes all articles in a category or section and outputs them to a tabbed box. It depends on the <a title="Joomla Works" href="http://www.joomlaworks.gr/">Joomla Works</a> Tabs &amp; Slides plugin for the tabbing javascript. A future release may remove that dependency.</p>
<h3>Where to get it?</h3>
<p>This is currently not a public release but if you are interested in it, please drop a comment on this article.</p>
<h3>Expected Usage</h3>
<p>This module was developed for a very specific usage and has not been developed or tested beyond that. I do however, see a wide variety of applications for this module. A client wished to display offsite class locations by county in a tabbed box. Additionally; the person editing the locations, while familiar with the basic editor interface on the front-end, was not expected to handle much complexity in layout.<br />
<span id="more-124"></span></p>
<h4>Structural setup</h4>
<ol>
<li>Create a section named Section Locations</li>
<li>Create categories under Section Locations for each class type, ie.
<ul>
<li>Category Lifeguarding Locations</li>
</ul>
<ul>
<li>Category Lifeguarding Instructor Locations</li>
</ul>
<ul>
<li>Category Water Safety Instructor Locations</li>
</ul>
</li>
<li>Under each category, create an article for each county listing that county&#8217;s offsite class locations, ie.
<ul>
<li>Article Dane County</li>
<li>Article Dodge County</li>
<li>Article Milwaukee County</li>
<li>Article Waukesha County</li>
</ul>
</li>
<li>Control the display of the county articles by setting the publish flag</li>
</ol>
<p>The outline of the above should be similar to:</p>
<ol>
<li>Section Locations
<ol>
<li>Category Lifeguarding Locations
<ol>
<li>Article Dane County</li>
<li>Article Dodge County</li>
<li>Article Milwaukee County</li>
<li>Article Waukesha County</li>
</ol>
</li>
<li>Category Lifeguarding Instructor Locations
<ol>
<li>Article Dane County</li>
<li>Article Dodge County</li>
<li>Article Milwaukee County</li>
<li>Article Waukesha County</li>
</ol>
</li>
<li>Category Water Safety Instructor Locations
<ol>
<li>Article Dane County</li>
<li>Article Dodge County</li>
<li>Article Milwaukee County</li>
<li>Article Waukesha County</li>
</ol>
</li>
</ol>
</li>
</ol>
<p></p>
<h4>Make it easy for the editor</h4>
<ol>
<li>Add a menu item to the user&#8217;s menu that links directly to Section Locations
<ul>
<li>This gives the editor easy access to the offsite class locations articles</li>
</ul>
</li>
</ol>
<p></p>
<h4>Using the module</h4>
<ol>
<li>Use the mod_ggis-tabnews module that pulls all articles in a category and properly formats and outputs them</li>
<li>Make a copy of the module for each category
<ul>
<li>For the example&#8217;s case, 3 copies</li>
</ul>
</li>
<li>Rename the copies
<ul>
<li>Tabbed Lifeguarding</li>
<li>Tabbed Lifeguard Instructor</li>
<li>Tabbed Water Safety Instructor</li>
</ul>
</li>
<li>Assign each copy a unique position. This is easily done by typing your unique position into the Postion dropdown when editing the module.
<ul>
<li>lifeguard_locations</li>
<li>lifeguardinstructor_locations</li>
<li>watersafetyinstructor_locations</li>
</ul>
</li>
<li>Set the module&#8217;s parameters as appropriate. Especially set either the Section ID or the Category ID.</li>
</ol>
<p></p>
<h4>Displaying the module</h4>
<p>For the example, the module is intended to display in an article. That is why a unique, non-templated position was used in step 4 above. Modules may displaye<br />
d in any article using Joomla&#8217;s <em>loadposition</em> plugin. In our example, there are 3 descriptive articles titled;</p>
<ul>
<li>Lifeguarding</li>
<li>Lifeguard Instructor</li>
<li>Water Safety Instructor</li>
</ul>
<p>To display the module in the Lifeguarding article, include the plugin text where you wish the module to appear.</p>
<ul>
<li>(loadposition lifeguard_locations}</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dvector.com/oracle/2008/10/31/module-ggis-tabnews-for-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

