<?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/"
	>
<channel>
	<title>Comments on: Wordpress plugin: Multi-column Tag Map</title>
	<atom:link href="http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/feed/" rel="self" type="application/rss+xml" />
	<link>http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/</link>
	<description></description>
	<pubDate>Sun, 05 Feb 2012 05:24:29 +0000</pubDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Deborah Lipp</title>
		<link>http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/comment-page-3/#comment-346</link>
		<dc:creator>Deborah Lipp</dc:creator>
		<pubDate>Sat, 14 Jan 2012 14:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://tugbucket.net/?p=196#comment-346</guid>
		<description>Ah, thank you. Code isn't my first language. Now I understand.</description>
		<content:encoded><![CDATA[<p>Ah, thank you. Code isn&#8217;t my first language. Now I understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/comment-page-3/#comment-345</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 13 Jan 2012 01:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://tugbucket.net/?p=196#comment-345</guid>
		<description>Deborah,

I wrote a way to do it in my last response. The line that has:
 
&lt;code style="padding-left: 20px"&gt;if($tag-&gt;count &gt; 1){&lt;/code&gt;

Sets up the number to exclude. The above says basically to show any tag that has at least two posts tagged by it.</description>
		<content:encoded><![CDATA[<p>Deborah,</p>
<p>I wrote a way to do it in my last response. The line that has:</p>
<p><code style="padding-left: 20px">if($tag->count > 1){</code></p>
<p>Sets up the number to exclude. The above says basically to show any tag that has at least two posts tagged by it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deborah Lipp</title>
		<link>http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/comment-page-3/#comment-344</link>
		<dc:creator>Deborah Lipp</dc:creator>
		<pubDate>Fri, 13 Jan 2012 01:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://tugbucket.net/?p=196#comment-344</guid>
		<description>Alan, I saw the exclude function. The problem is, there are a couple of hundred tags to exclude, that's why I was hoping for something like an exclude for posts &lt; 2 or something.</description>
		<content:encoded><![CDATA[<p>Alan, I saw the exclude function. The problem is, there are a couple of hundred tags to exclude, that&#8217;s why I was hoping for something like an exclude for posts &lt; 2 or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/comment-page-3/#comment-343</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 12 Jan 2012 19:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://tugbucket.net/?p=196#comment-343</guid>
		<description>Hey Helen,

Looking at your shortcode you have:  hide="no"
Change that to: hide="yes" 
See if that fixes things.</description>
		<content:encoded><![CDATA[<p>Hey Helen,</p>
<p>Looking at your shortcode you have:  hide=&#8221;no&#8221;<br />
Change that to: hide=&#8221;yes&#8221;<br />
See if that fixes things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helen</title>
		<link>http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/comment-page-3/#comment-342</link>
		<dc:creator>Helen</dc:creator>
		<pubDate>Thu, 12 Jan 2012 19:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://tugbucket.net/?p=196#comment-342</guid>
		<description>Hello,

This is a great plugin, exactly what I needed for this site - http://askdrgottmd.com/all-tags/ which you can see makes good use of tags.  I have had this plugin installed for some time now, but at some point, I can't identify exactly when all tags were shown on loading and there was no limiting or show more/show less toggling, and I didn't change the short code. 

Now, it's gotten to the point where the page is so long and browsing through it is cumbersome.  I've tried deactivating a number of plugins, I've got the following shortcode specified - [mctagmap columns="4" more="more &#187;" hide="no" num_show="10" toggle="&#171; less" show_empty="no"]  and I've tried changing the shortcode to see if I can effect any change when the page is loaded , the only thing that seems to have any effect is changing the # of columns.  

Do you have any suggestions or ideas as to why the limiting and toggling is no longer working when they were working when I first installed the plugin?  Much appreciated, Helen</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>This is a great plugin, exactly what I needed for this site - <a href="http://askdrgottmd.com/all-tags/" rel="nofollow">http://askdrgottmd.com/all-tags/</a> which you can see makes good use of tags.  I have had this plugin installed for some time now, but at some point, I can&#8217;t identify exactly when all tags were shown on loading and there was no limiting or show more/show less toggling, and I didn&#8217;t change the short code. </p>
<p>Now, it&#8217;s gotten to the point where the page is so long and browsing through it is cumbersome.  I&#8217;ve tried deactivating a number of plugins, I&#8217;ve got the following shortcode specified - [mctagmap columns="4" more="more &#187;" hide="no" num_show="10" toggle="&#171; less" show_empty="no"]  and I&#8217;ve tried changing the shortcode to see if I can effect any change when the page is loaded , the only thing that seems to have any effect is changing the # of columns.  </p>
<p>Do you have any suggestions or ideas as to why the limiting and toggling is no longer working when they were working when I first installed the plugin?  Much appreciated, Helen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/comment-page-3/#comment-341</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 12 Jan 2012 16:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://tugbucket.net/?p=196#comment-341</guid>
		<description>Deborah,
The built in way already available in the plugin would be to use the exclude parameter. You would just list all the tags that are not being used anymore and the plugin would not show them.

If you want to modify the source to achieve this, you can like so:
&lt;code&gt;
 /* line433~ */ 
foreach( $tags as $tag ) {
 if($tag-&gt;count &gt; 1){ /* add this line */ 
&lt;/code&gt;

and then close it like so:
&lt;code&gt;
/* line 465~ */
		} else {
			$list .= '&lt;li&gt;&lt;a title="' . $name . '" href="' . $url . '"&gt;' . $name . '&lt;/a&gt;' . $mctagmap_count . $mctagmap_description . '&lt;/li&gt;';
			$list .="\n";
		}	
		}
		 } /* add this line */	
	}
		if ($hide == "yes" &amp;&amp; $toggle != "no" &amp;&amp; $i == $counti &amp;&amp; $i &gt; $num2show) {
&lt;!--formatted--&gt;&lt;/code&gt;

A word of caution. If you modify the source file, and I release a new update to the plugin, it will overwrite your modification. If you go this route, make sure you make a back up copy of the mctagmap.php</description>
		<content:encoded><![CDATA[<p>Deborah,<br />
The built in way already available in the plugin would be to use the exclude parameter. You would just list all the tags that are not being used anymore and the plugin would not show them.</p>
<p>If you want to modify the source to achieve this, you can like so:<br />
<code><br />
 /* line433~ */<br />
foreach( $tags as $tag ) {<br />
 if($tag-&gt;count &gt; 1){ /* add this line */<br />
</code></p>
<p>and then close it like so:<br />
<code><br />
/* line 465~ */<br />
		} else {<br />
			$list .= '&lt;li>&lt;a title="' . $name . '" href="' . $url . '">' . $name . '&lt;/a>' . $mctagmap_count . $mctagmap_description . '&lt;/li>';<br />
			$list .="\n";<br />
		}<br />
		}<br />
		 } /* add this line */<br />
	}<br />
		if ($hide == "yes" &#038;&#038; $toggle != "no" &#038;&#038; $i == $counti &#038;&#038; $i > $num2show) {<br />
<!--formatted--></code></p>
<p>A word of caution. If you modify the source file, and I release a new update to the plugin, it will overwrite your modification. If you go this route, make sure you make a back up copy of the mctagmap.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deborah Lipp</title>
		<link>http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/comment-page-3/#comment-340</link>
		<dc:creator>Deborah Lipp</dc:creator>
		<pubDate>Thu, 12 Jan 2012 04:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://tugbucket.net/?p=196#comment-340</guid>
		<description>Hi,

This is great. My readers have been asking for something like this. However, I have over a thousand tags. Many were used once on old posts (we've been blogging for over 4 years) and then abandoned. We didn't get the hang of what we wanted to do with tags for the first year or so, so there are dozens of tags that were used only once.

My question is, is there a way to list only tags with more than one instance?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is great. My readers have been asking for something like this. However, I have over a thousand tags. Many were used once on old posts (we&#8217;ve been blogging for over 4 years) and then abandoned. We didn&#8217;t get the hang of what we wanted to do with tags for the first year or so, so there are dozens of tags that were used only once.</p>
<p>My question is, is there a way to list only tags with more than one instance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/comment-page-3/#comment-339</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 04 Jan 2012 13:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://tugbucket.net/?p=196#comment-339</guid>
		<description>Hey Derry,

If that worked, great. You could do the same thing in the CSS by hiding the H4s and giving a bottom or top border to the UL. With the latest update, you can make a CSS file inside a theme mctagmap folder to make style changes. Using the folder also protect any CSS changes you've made to the core mctagmap.css file in the plugins folder form being overwritten with any future upgrades.

Both work but, just be careful to save a renamed copy of your modified mctagmap.php file so your edit won't be overwritten down the road.

Thanks for using my plugin,
Alan</description>
		<content:encoded><![CDATA[<p>Hey Derry,</p>
<p>If that worked, great. You could do the same thing in the CSS by hiding the H4s and giving a bottom or top border to the UL. With the latest update, you can make a CSS file inside a theme mctagmap folder to make style changes. Using the folder also protect any CSS changes you&#8217;ve made to the core mctagmap.css file in the plugins folder form being overwritten with any future upgrades.</p>
<p>Both work but, just be careful to save a renamed copy of your modified mctagmap.php file so your edit won&#8217;t be overwritten down the road.</p>
<p>Thanks for using my plugin,<br />
Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derry</title>
		<link>http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/comment-page-3/#comment-338</link>
		<dc:creator>Derry</dc:creator>
		<pubDate>Wed, 04 Jan 2012 12:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://tugbucket.net/?p=196#comment-338</guid>
		<description>OK so I found a very unrefined way to do what I wanted. THought I'd post it in case anyone needed the same solution (and in case anyone wants to tell me just &lt;em&gt;how&lt;/em&gt; unrefined it is ;-)

Basically, I deleted the line:

$list .='' . apply_filters( 'the_title', $letter ) . ''; 

from the mctagmap.php file (Note: h4 tags altered so it displays properly here). Seemed to fix it up as I wanted.
Thanks again Alan for your work. Will rate and recommend this plugin.</description>
		<content:encoded><![CDATA[<p>OK so I found a very unrefined way to do what I wanted. THought I&#8217;d post it in case anyone needed the same solution (and in case anyone wants to tell me just <em>how</em> unrefined it is <img src='http://tugbucket.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Basically, I deleted the line:</p>
<p>$list .=&#8221; . apply_filters( &#8216;the_title&#8217;, $letter ) . &#8221;; </p>
<p>from the mctagmap.php file (Note: h4 tags altered so it displays properly here). Seemed to fix it up as I wanted.<br />
Thanks again Alan for your work. Will rate and recommend this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derry</title>
		<link>http://tugbucket.net/wordpress/wordpress-plugin-multi-column-tag-map/comment-page-3/#comment-337</link>
		<dc:creator>Derry</dc:creator>
		<pubDate>Wed, 04 Jan 2012 12:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://tugbucket.net/?p=196#comment-337</guid>
		<description>Hi there Alan

First off, thanks for a great plug-in. Does exactly what is says on the tin. And very well too.

For my specific case, I'd like not to separate the different tags using letter headings. Rather, just list them, possibly seperated by a line. Is there a quick way to do that?

Thanks
Derry</description>
		<content:encoded><![CDATA[<p>Hi there Alan</p>
<p>First off, thanks for a great plug-in. Does exactly what is says on the tin. And very well too.</p>
<p>For my specific case, I&#8217;d like not to separate the different tags using letter headings. Rather, just list them, possibly seperated by a line. Is there a quick way to do that?</p>
<p>Thanks<br />
Derry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

