<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Drupal Tip: List a node&#8217;s taxonomy terms inside a Block</title>
	<atom:link href="http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:35:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JKey</title>
		<link>http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/#comment-15246</link>
		<dc:creator>JKey</dc:creator>
		<pubDate>Wed, 17 Nov 2010 19:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1097#comment-15246</guid>
		<description>VERY THANKS!</description>
		<content:encoded><![CDATA[<p>VERY THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kay</title>
		<link>http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/#comment-11931</link>
		<dc:creator>kay</dc:creator>
		<pubDate>Thu, 30 Jul 2009 07:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1097#comment-11931</guid>
		<description>Super useful, thank you !</description>
		<content:encoded><![CDATA[<p>Super useful, thank you !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jazza</title>
		<link>http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/#comment-11879</link>
		<dc:creator>Jazza</dc:creator>
		<pubDate>Mon, 13 Jul 2009 07:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1097#comment-11879</guid>
		<description>Thanks alot for the code,
How would I show the children taxonomy terms to the current node ?</description>
		<content:encoded><![CDATA[<p>Thanks alot for the code,</p>
<p>How would I show the children taxonomy terms to the current node ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/#comment-11873</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Mon, 06 Jul 2009 00:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1097#comment-11873</guid>
		<description>Thanks you have helped cheers for the code</description>
		<content:encoded><![CDATA[<p>Thanks you have helped cheers for the code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sami</title>
		<link>http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/#comment-11871</link>
		<dc:creator>Sami</dc:creator>
		<pubDate>Sat, 04 Jul 2009 11:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1097#comment-11871</guid>
		<description>Thanks for the article. It helped me a lot. Can you please tell me how can I limit the number of tags (terms) to show in the block. For example I want to show only 5 terms in the block for the current node.
Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the article. It helped me a lot. Can you please tell me how can I limit the number of tags (terms) to show in the block. For example I want to show only 5 terms in the block for the current node.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrare Damien</title>
		<link>http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/#comment-11802</link>
		<dc:creator>Administrare Damien</dc:creator>
		<pubDate>Fri, 15 May 2009 20:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1097#comment-11802</guid>
		<description>Many thanks. That will help me a lot!</description>
		<content:encoded><![CDATA[<p>Many thanks. That will help me a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/#comment-11796</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Fri, 08 May 2009 10:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1097#comment-11796</guid>
		<description>This will be a bit more complicated, but possible, I guess. It will require to partially re-implement &lt;a href=&quot;http://api.drupal.org/api/function/taxonomy_link&quot; rel=&quot;nofollow&quot;&gt;taxonomy_link()&lt;/a&gt; so that it uses &lt;a href=&quot;http://api.drupal.org/api/function/taxonomy_node_get_terms_by_vocabulary&quot; rel=&quot;nofollow&quot;&gt;taxonomy_node_get_terms_by_vocabulary()&lt;/a&gt; to get the terms from a particular vocabulary (topics).</description>
		<content:encoded><![CDATA[<p>This will be a bit more complicated, but possible, I guess. It will require to partially re-implement <a href="http://api.drupal.org/api/function/taxonomy_link" rel="nofollow">taxonomy_link()</a> so that it uses <a href="http://api.drupal.org/api/function/taxonomy_node_get_terms_by_vocabulary" rel="nofollow">taxonomy_node_get_terms_by_vocabulary()</a> to get the terms from a particular vocabulary (topics).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chanakya</title>
		<link>http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/#comment-11795</link>
		<dc:creator>chanakya</dc:creator>
		<pubDate>Fri, 08 May 2009 09:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1097#comment-11795</guid>
		<description>Thanks George. It was of great help to me.
Can you make small modification? I have 2 vocabulary - topics and author. I want only terms inside topics get listed. Is it possible?
Thanks a lot</description>
		<content:encoded><![CDATA[<p>Thanks George. It was of great help to me.</p>
<p>Can you make small modification? I have 2 vocabulary &#8211; topics and author. I want only terms inside topics get listed. Is it possible?</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chanakya</title>
		<link>http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/#comment-11794</link>
		<dc:creator>chanakya</dc:creator>
		<pubDate>Fri, 08 May 2009 09:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1097#comment-11794</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2009/05/07/drupal-tip-list-a-nodes-taxonomy-terms-inside-a-block/#comment-11791</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Thu, 07 May 2009 15:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1097#comment-11791</guid>
		<description>Jim, thanks. I appreciate it :)</description>
		<content:encoded><![CDATA[<p>Jim, thanks. I appreciate it :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

