<?xml version="1.0"?><!-- generator="blandname tech forum" -->

<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>bn technical support forum Tag: HeatMap</title>
<link>http://forum.blandname.com/</link>
<description>bn technical support forum Tag: HeatMap</description>
<language>en</language>
<pubDate>Fri, 21 Nov 2008 04:23:35 +0000</pubDate>

<item>
<title>"New bbPress theme/template"</title>
<link>http://forum.blandname.com/topic/6#post-46</link>
<pubDate>Sun, 10 Dec 2006 04:45:38 +0000</pubDate>
<dc:creator>dirt</dc:creator>
<guid isPermaLink="false">46@http://forum.blandname.com/</guid>
<description>&lt;p&gt;Just wanted to say thank you. I'm trying to make my own theme for bbPress.
&lt;/p&gt;</description>
</item>
<item>
<title>"New bbPress theme/template"</title>
<link>http://forum.blandname.com/topic/6#post-6</link>
<pubDate>Mon, 13 Nov 2006 02:49:47 +0000</pubDate>
<dc:creator>virtual</dc:creator>
<guid isPermaLink="false">6@http://forum.blandname.com/</guid>
<description>&lt;p&gt;After working a few hours hacking the bbPress code, I have been able to include a few refinements that make me a bit more confident in rolling out bbPress to other sites.&lt;br /&gt;
They are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Prominent RSS feed link with recognizable button&lt;/li&gt;
&lt;li&gt;Better heatmap with snazzy striped background&lt;/li&gt;
&lt;li&gt;Included Google Adsense in the theme&lt;/li&gt;
&lt;li&gt;Included Google Analytics in the theme&lt;/li&gt;
&lt;li&gt;Included dynamic footer that changes from blog to blog&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There will be more features to come - the theme is not final, just a sort of compendium for all the changes made to the site today.&lt;br /&gt;
You can &lt;a href=&quot;http://forum.blandname.com/bb-content/bbpress-blandname-1.0.tar.gz&quot; title=&quot;download the blandname bbpress theme&quot;&gt;download the blandname bbPress theme by clicking on this link&lt;/a&gt;.&lt;br /&gt;
Installation is the same as any other bbPress theme or template - it will install to the my-templates folder, and bbPress will use it instead of the default template.&lt;br /&gt;
Oh, you'll want to edit the header file to include your adsense number, and edit the footer while you're at it to insert your analytics code.&lt;br /&gt;
(I'll be making that dynamic soon, I promise)
&lt;/p&gt;</description>
</item>
<item>
<title>"Better bbPress HeatMaps"</title>
<link>http://forum.blandname.com/topic/5#post-5</link>
<pubDate>Mon, 13 Nov 2006 02:20:13 +0000</pubDate>
<dc:creator>virtual</dc:creator>
<guid isPermaLink="false">5@http://forum.blandname.com/</guid>
<description>&lt;p&gt;In order to get a nice heatmap going in in bbPress, you'll need to edit one whole line of PHP code in either the bb-templates folder, or my-templates if you are using a custom theme.&lt;br /&gt;
The file in question is &lt;code&gt;front-page.php&lt;/code&gt;, and we'll be editing around line 6 if you are using either the blandname theme or the default that comes with bbPress. &lt;/p&gt;
&lt;p&gt;Here's what you would normally see:&lt;br /&gt;
&lt;code&gt;&amp;lt;p class=&quot;frontpageheatmap&quot;&amp;gt;&amp;lt;?php tag_heat_map(); ?&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;We're going to change that to:&lt;br /&gt;
&lt;code&gt;&amp;lt;p class=&quot;frontpageheatmap&quot;&amp;gt;&amp;lt;?php tag_heat_map( 20, 100, '%', 40); ?&amp;gt;&lt;/code&gt;&lt;br /&gt;
In order the variables are:&lt;br /&gt;
20 - the smallest value for the tags&lt;br /&gt;
100 - the highest value for the tags&lt;br /&gt;
'%' - the unit we will use when displaying the tags&lt;br /&gt;
40 - the number of tags to display
&lt;/p&gt;</description>
</item>

</channel>
</rss>