<?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"
	>
<channel>
	<title>Comments on: Navigation for bbPress</title>
	<atom:link href="http://shamuswrites.com/2007/02/13/navigation-for-bbpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/</link>
	<description>Trapped within my own mind</description>
	<pubDate>Fri, 25 Jul 2008 04:06:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Jim</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-28371</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 19 Mar 2008 13:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-28371</guid>
		<description>Sorry about that.  Had a little trouble on the auto-upgrade.  The link is back on the page now.</description>
		<content:encoded><![CDATA[<p>Sorry about that.&nbsp; Had a little trouble on the auto-upgrade.&nbsp; The link is back on the page now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webwhistr</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-28369</link>
		<dc:creator>webwhistr</dc:creator>
		<pubDate>Wed, 19 Mar 2008 12:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-28369</guid>
		<description>Hi, Nice page but i didnt found the download links for the bbpress themes. thx for your help an have a nice day.</description>
		<content:encoded><![CDATA[<p>Hi, Nice page but i didnt found the download links for the bbpress themes. thx for your help an have a nice day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-14299</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 14 Sep 2007 12:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-14299</guid>
		<description>Glad to hear it, Bob.  I apologize - I'd meant to include the line number in my previous response to save you time having to search for it.</description>
		<content:encoded><![CDATA[<p>Glad to hear it, Bob.&nbsp; I apologize &#8211; I&#8217;d meant to include the line number in my previous response to save you time having to search for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-14298</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 14 Sep 2007 11:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-14298</guid>
		<description>Thanks Jim,

Works perfectly, now I can maintain the layout in IE6 until the world updates to a real browser.

The tag_heat_map can be found around line 1519</description>
		<content:encoded><![CDATA[<p>Thanks Jim,</p>
<p>Works perfectly, now I can maintain the layout in IE6 until the world updates to a real browser.</p>
<p>The tag_heat_map can be found around line 1519</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-14296</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 14 Sep 2007 02:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-14296</guid>
		<description>Bob, the function you're looking for is located in the bb-includes\template-functions.php file and is called tag_heat_map.  You can adjust the maximum size of the tags from there.  Bear in mind, of course, that this is an edit to your bbPress core files and will have to be made again every time you update (unless you write a plugin to adjust it automatically, in which case there may already be a plugin that someone has written for this purpose already; I just haven't looked).</description>
		<content:encoded><![CDATA[<p>Bob, the function you&#8217;re looking for is located in the bb-includes\template-functions.php file and is called tag_heat_map.&nbsp; You can adjust the maximum size of the tags from there.&nbsp; Bear in mind, of course, that this is an edit to your bbPress core files and will have to be made again every time you update (unless you write a plugin to adjust it automatically, in which case there may already be a plugin that someone has written for this purpose already; I just haven&#8217;t looked).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-14295</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Fri, 14 Sep 2007 01:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-14295</guid>
		<description>Hi Jim,

I traced the issue to the tag cloud when it shows in 22pt font. I have deleted one of the tags for the tag that was causing the problems.

A long tag (Fred Thompson) in larger font caused the sidebox to overlap the main content box, regardless of screen resolution. Problem is IE6 not recognizing the overflow:hidden in the css.

I can see the font sizes in the tags.php file, 
tag_heat_map( 9, 38, 'pt', 80 );
but these control the tags on single page display, where are the 9 and 22 point tags that go in the sidebox called from?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>
<p>I traced the issue to the tag cloud when it shows in 22pt font. I have deleted one of the tags for the tag that was causing the problems.</p>
<p>A long tag (Fred Thompson) in larger font caused the sidebox to overlap the main content box, regardless of screen resolution. Problem is IE6 not recognizing the overflow:hidden in the css.</p>
<p>I can see the font sizes in the tags.php file, <br />
tag_heat_map( 9, 38, &#8216;pt&#8217;, 80 );<br />
but these control the tags on single page display, where are the 9 and 22 point tags that go in the sidebox called from?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-14293</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 14 Sep 2007 01:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-14293</guid>
		<description>Bob, what's your screen resolution?  I've found that the theme works best with higher resolutions.  It doesn't really look all that great with 800x600.  In fact, I just checked out your forum from my computer and it looks just fine.  So, I'd recommend changing your resolution to something a little higher.  I think you'll see a noticeable difference.  Barring that, I'd recommend modifying the stylesheet for the tag box and make it narrower until everything fits on your screen properly.</description>
		<content:encoded><![CDATA[<p>Bob, what&#8217;s your screen resolution?&nbsp; I&#8217;ve found that the theme works best with higher resolutions.&nbsp; It doesn&#8217;t really look all that great with 800&#215;600.&nbsp; In fact, I just checked out your forum from my computer and it looks just fine.&nbsp; So, I&#8217;d recommend changing your resolution to something a little higher.&nbsp; I think you&#8217;ll see a noticeable difference.&nbsp; Barring that, I&#8217;d recommend modifying the stylesheet for the tag box and make it narrower until everything fits on your screen properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-14277</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 12 Sep 2007 20:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-14277</guid>
		<description>Love the theme but the tag box is shoving the layout off in IE6. Compared my source to the source of yours and they appear the same. Any idea where to look?

Thanks</description>
		<content:encoded><![CDATA[<p>Love the theme but the tag box is shoving the layout off in IE6. Compared my source to the source of yours and they appear the same. Any idea where to look?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Theme Releases for 6/20 - Travel Directions</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-13081</link>
		<dc:creator>WordPress Theme Releases for 6/20 - Travel Directions</dc:creator>
		<pubDate>Thu, 28 Jun 2007 05:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-13081</guid>
		<description>[...] Navigation for bbPress has been updated to version 1.3 with bbPress&#8217; update to 0.8.2. Navigation now shows nested child boards and combines tag lists for &#8220;Your tags&#8221; and &#8220;Others&#8217; tags.&#8221; Navigation for bbPress is a WordPress theme by GPS Gazette ported for use with bbPress. [...]</description>
		<content:encoded><![CDATA[<p>[...] Navigation for bbPress has been updated to version 1.3 with bbPress&rsquo; update to 0.8.2. Navigation now shows nested child boards and combines tag lists for &ldquo;Your tags&rdquo; and &ldquo;Others&rsquo; tags.&rdquo; Navigation for bbPress is a WordPress theme by GPS Gazette ported for use with bbPress. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress themes for your websites released this June 2007</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-13044</link>
		<dc:creator>Wordpress themes for your websites released this June 2007</dc:creator>
		<pubDate>Sun, 24 Jun 2007 15:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-13044</guid>
		<description>[...] websites released this June 2007  List of wordpress themes released as per WeblogtoolscollectionbbPress: Updated WordPress theme by GPS Gazette for use with [...]</description>
		<content:encoded><![CDATA[<p>[...] websites released this June 2007  List of wordpress themes released as per WeblogtoolscollectionbbPress: Updated WordPress theme by GPS Gazette for use with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weblog Tools Collection &#187; Blog Archive &#187; WordPress Theme Releases for 6/20</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-13010</link>
		<dc:creator>Weblog Tools Collection &#187; Blog Archive &#187; WordPress Theme Releases for 6/20</dc:creator>
		<pubDate>Wed, 20 Jun 2007 04:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-13010</guid>
		<description>[...] fixes and everything about blogging, especially with Wordpress. Go ahead, subscribe to our feed!Navigation for bbPress has been updated to version 1.3 with bbPress&#8217; update to 0.8.2. Navigation now shows nested [...]</description>
		<content:encoded><![CDATA[<p>[...] fixes and everything about blogging, especially with Wordpress. Go ahead, subscribe to our feed!Navigation for bbPress has been updated to version 1.3 with bbPress&#8217; update to 0.8.2. Navigation now shows nested [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shamus Writes &#187; Blog Archive &#187; Navigation 1.2.3 for bbPress</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-13006</link>
		<dc:creator>Shamus Writes &#187; Blog Archive &#187; Navigation 1.2.3 for bbPress</dc:creator>
		<pubDate>Tue, 19 Jun 2007 01:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-13006</guid>
		<description>[...] bbPress 0.8.2 hot off the press and, with it, the addition of the ability to create child boards, I&#8217;ve released version 1.2.3 of the Navigation Theme for bbPress to accommodate for nested child boards. I&#8217;ve wanted to [...]</description>
		<content:encoded><![CDATA[<p>[...] bbPress 0.8.2 hot off the press and, with it, the addition of the ability to create child boards, I&#8217;ve released version 1.2.3 of the Navigation Theme for bbPress to accommodate for nested child boards. I&#8217;ve wanted to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navigation Theme &#171; bbPress support forums</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-11500</link>
		<dc:creator>Navigation Theme &#171; bbPress support forums</dc:creator>
		<pubDate>Mon, 19 Mar 2007 00:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-11500</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/ [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] <a href="http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/open-dialogue.com');" >http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/</a> [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-11087</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 06 Mar 2007 13:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-11087</guid>
		<description>Thanks for noticing that. The link you were trying to use was actually an outdated one generated by an attachments plugin I'm using.  The correct link is actually up above the screenshot and will always contain the most recent version of the theme.</description>
		<content:encoded><![CDATA[<p>Thanks for noticing that. The link you were trying to use was actually an outdated one generated by an attachments plugin I&#8217;m using.&nbsp; The correct link is actually up above the screenshot and will always contain the most recent version of the theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dragonflyeye</title>
		<link>http://shamuswrites.com/2007/02/13/navigation-for-bbpress/#comment-11086</link>
		<dc:creator>dragonflyeye</dc:creator>
		<pubDate>Tue, 06 Mar 2007 12:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://open-dialogue.com/blog/2007/02/13/navigation-for-bbpress/#comment-11086</guid>
		<description>Whoa!  Where'd your plugin go?  I really wanted to take a look at it, but the link's dead.  Help!</description>
		<content:encoded><![CDATA[<p>Whoa!&nbsp; Where&#8217;d your plugin go?&nbsp; I really wanted to take a look at it, but the link&#8217;s dead.&nbsp; Help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
