<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: heatmap</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: heatmap</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:47:03 +0000</pubDate>

<item>
<title>benbeltran on "Fading Heatmap"</title>
<link>http://bbpress.org/forums/topic/fading-heatmap#post-7642</link>
<pubDate>Fri, 25 May 2007 05:46:23 +0000</pubDate>
<dc:creator>benbeltran</dc:creator>
<guid isPermaLink="false">7642@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yeah, it wouldn't be hard ... you'd just do it the same way to do sizes ... but the problem is to make it pass through the intermediate colors. A plugin in wordpress does that but it uses the minimum color for a certain threshold and for the rest the maximum.
&#60;/p&#62;</description>
</item>
<item>
<title>box87 on "Fading Heatmap"</title>
<link>http://bbpress.org/forums/topic/fading-heatmap#post-7616</link>
<pubDate>Thu, 24 May 2007 05:43:50 +0000</pubDate>
<dc:creator>box87</dc:creator>
<guid isPermaLink="false">7616@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What would be great (and doable too) is to set a minimum and maximum color, like you can with font size. It can't be too hard... maybe someone can see about pluginatizing (English?) it. I will, if and when I have time.
&#60;/p&#62;</description>
</item>
<item>
<title>benbeltran on "Fading Heatmap"</title>
<link>http://bbpress.org/forums/topic/fading-heatmap#post-7604</link>
<pubDate>Wed, 23 May 2007 17:36:30 +0000</pubDate>
<dc:creator>benbeltran</dc:creator>
<guid isPermaLink="false">7604@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@box, thanks for the comments ... yeah it's really a matter of keeping your users happy because in the end they're the ones that decide if your site gets hits or not :P ... in this particular case, the market - videogame enthusiasts - is one where people tend to identify their tastes in games with signatures... And of course there are regulations on the height and width of the sigs.&#60;/p&#62;
&#60;p&#62;@wmarcy, well ... i have the badges system that is a semi-plugin (i'm still learning about it), and this hack ... i edited the bb_get_tag_heat_map function in template-functions to add this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(( $smallest + ( ( $count - $min_count ) * $fontstep ) ) &#38;lt; $smallest+1){
	$color = &#38;quot;color:#f9a692;&#38;quot;;
	}else if(( $smallest + ( ( $count - $min_count ) * $fontstep ) ) &#38;lt;= $largest/2){
	$color = &#38;quot;color:#f5795b;&#38;quot;;
	}else{
	$color = &#38;quot;color:#f24c24;&#38;quot;;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;right after the &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;foreach ( $counts as $tag =&#38;gt; $count ) {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And then i just echoed $color next to $unit; some lines below.&#60;/p&#62;
&#60;p&#62;I know it's not the proper way to do it :P but it's how i know, i'm sure someone will come up with a better option for this :P
&#60;/p&#62;</description>
</item>
<item>
<title>wmarcy on "Fading Heatmap"</title>
<link>http://bbpress.org/forums/topic/fading-heatmap#post-7597</link>
<pubDate>Wed, 23 May 2007 01:22:54 +0000</pubDate>
<dc:creator>wmarcy</dc:creator>
<guid isPermaLink="false">7597@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you give directions for your hacks?
&#60;/p&#62;</description>
</item>
<item>
<title>box87 on "Fading Heatmap"</title>
<link>http://bbpress.org/forums/topic/fading-heatmap#post-7595</link>
<pubDate>Tue, 22 May 2007 22:30:05 +0000</pubDate>
<dc:creator>box87</dc:creator>
<guid isPermaLink="false">7595@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I quite like the idea of the different colors in the heatmap. The theme overall is quite pleasing to the eye.&#60;br /&#62;
I personally don't like having images in the sig, but that's a personal thing. It seems to me that when users have a huge image in their signature, it takes away from the site that they're on and ends up being self-promotion more than anything else. I'm not against self-promotion at all, though. There is a time and a place for everything, and I think the place for something of that nature would be a clearly labeled separate forum.&#60;br /&#62;
Very nice though.
&#60;/p&#62;</description>
</item>
<item>
<title>benbeltran on "Fading Heatmap"</title>
<link>http://bbpress.org/forums/topic/fading-heatmap#post-7594</link>
<pubDate>Tue, 22 May 2007 20:13:27 +0000</pubDate>
<dc:creator>benbeltran</dc:creator>
<guid isPermaLink="false">7594@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I edited the heatmap on &#60;a href=&#34;http://temporadadepatos.net/foros/&#34;&#62;my forums&#60;/a&#62; to make the smaller tags lighter and the bigger tags darker, this emphasizes the bigger tags and gives a sense of depth in the cloud. Right now i have three levels of color, but it could be easily adapted to use more levels.&#60;/p&#62;
&#60;p&#62;In a sort-of unrelated issue, i also added image support to the signatures :).&#60;/p&#62;
&#60;p&#62;What do you think?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
