<?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>Raised By Turtles&#187; taxonomy</title>
	<atom:link href="http://raisedbyturtles.org/tag/taxonomy/feed/" rel="self" type="application/rss+xml" />
	<link>http://raisedbyturtles.org</link>
	<description>None of the News that's Fit to Print</description>
	<lastBuildDate>Wed, 25 Aug 2010 21:57:32 +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>Seeing All Child Nodes in Drupal Taxonomy</title>
		<link>http://raisedbyturtles.org/drupal-drilldown/</link>
		<comments>http://raisedbyturtles.org/drupal-drilldown/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 04:04:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[taxonomy]]></category>

		<guid isPermaLink="false">http://raisedbyturtles.org/?p=305</guid>
		<description><![CDATA[I have been tearing my hair out a bit trying to figure out how to save a whole taxonomy lineage in Drupal, so that everything tagged with a child term would be tagged with a parent term. In other words, given a taxonomy like:

1. United States

3. California
4. Vermont


2. Canada

5. Alberta



I want it so that if [...]]]></description>
			<content:encoded><![CDATA[<p>I have been tearing my hair out a bit trying to figure out how to save a whole taxonomy lineage in Drupal, so that everything tagged with a child term would be tagged with a parent term. In other words, given a taxonomy like:</p>
<ul>
<li>1. United States
<ul>
<li>3. California</li>
<li>4. Vermont</li>
</ul>
</li>
<li>2. Canada
<ul>
<li>5. Alberta</li>
</ul>
</li>
</ul>
<p>I want it so that if I tag something as <em>California</em> (term 3), it also gets tagged as <em>United States</em> (term 1). The <a href="http://drupal.org/project/hierarchical_select">Hierarchical Select module</a> does this, and much more, but it has conflicts with other Drupal modules I want to use, so I just gave up on it. </p>
<p>Finally, I realized that I could simply turn it around and solve this on the data retrieval end, rather than the data storage end. In Drupal, if you enter a standard Drupal path like <em>/taxonomy/term/1</em>, that shows only nodes tagged as <em>United States</em>, but <em>/taxonomy/term/1/all</em> shows all nodes tagged <em>United States</em> <strong>and </strong>all nodes tagged with child terms.</p>
<p>I&#8217;m trying to build a drill-down <a href="http://ultraskier.com/directory">directory of professional ski instructors</a> (emphasis on <em>trying </em>— it&#8217;s still pretty rudimentary now and doesn&#8217;t yet have any instructors really). I realized that I could use the <a href="http://drupal.org/project/taxonomyblocks">Advanced Taxonomy Blocks module</a> to navigate for the drill down and was looking to create an add-on module or a patch for the module so that I could have it add the &#8220;all&#8221; to the end of the URL. Then I saw this in the settings:<br />
<img src="http://raisedbyturtles.org/wp-content/uploads/AdvancedTaxonomyBlockPathSettings.jpg" alt="Advanced Taxonomy Block Path Settings" title="Advanced Taxonomy Block Path Settings" width="381" height="85" class="aligncenter size-full wp-image-306" /><br />
All you have to do is add the <em>/all</em> to the end of the path. It&#8217;s built right in to the module settings (go to <em>/admin/settings/taxonomyblocks</em> and click <em>Configure</em>).</p>
<p>So much thanks to <a href="http://www.pixelclever.com/">Aaron Hawkins, an awesome drupal developer</a>, for this simple way around my problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://raisedbyturtles.org/drupal-drilldown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
