<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Problems with bbPress and Breadcrumb</title>
		<link>http://www.kriesi.at/support/topic/problems-with-bbpress-and-breadcrumb</link>
		<description>Support Forum - Topic: Problems with bbPress and Breadcrumb</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 06:49:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/problems-with-bbpress-and-breadcrumb" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Problems with bbPress and Breadcrumb"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-bbpress-and-breadcrumb#post-47157</link>
			<pubDate>Tue, 20 Mar 2012 16:23:52 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">47157@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;Unfortunately the breadcrumb navigation doesnt work with all custom post types out of the box. I would recommend to either install a third party plugin like breadcramb navXTfor full compatibility or if you just want to get rid of the error open the php file: options/breadcrumb.php and scroll down to lone 61, then modify:&#60;/p&#62;
&#60;pre&#62;
			echo get_category_parents($ID, TRUE, $markup, FALSE );
&#60;/pre&#62;
&#60;p&#62;to read&#60;/p&#62;
&#60;pre&#62;
		$thecats = get_category_parents($ID, TRUE, $markup, FALSE );
                if(!is_object($thecats)) echo $thecats;
&#60;/pre&#62;
&#60;p&#62;Best regards&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Problems with bbPress and Breadcrumb"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-bbpress-and-breadcrumb#post-46311</link>
			<pubDate>Wed, 14 Mar 2012 20:59:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">46311@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Cyclesoft,&#60;/p&#62;
&#60;p&#62;Sorry about the wait! There is a good bit on the queue for Kriesi at the moment so I'm not able to give you a proper time estimate. It has been tagged for him to look at so you'll have an answer asap.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cyclesoft on "Problems with bbPress and Breadcrumb"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-bbpress-and-breadcrumb#post-45908</link>
			<pubDate>Mon, 12 Mar 2012 20:10:18 +0000</pubDate>
			<dc:creator>Cyclesoft</dc:creator>
			<guid isPermaLink="false">45908@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Chris,&#60;/p&#62;
&#60;p&#62;is there a fix in the foreseeable future for this ?&#60;br /&#62;
Because we need the theme for our website ;-)&#60;/p&#62;
&#60;p&#62;Best regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Problems with bbPress and Breadcrumb"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-bbpress-and-breadcrumb#post-42849</link>
			<pubDate>Wed, 22 Feb 2012 04:20:11 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">42849@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I was able to reproduce your problem, I'll notify Kriesi and a solution should follow shortly.&#60;br /&#62;
Thank you for your patience.&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cyclesoft on "Problems with bbPress and Breadcrumb"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-bbpress-and-breadcrumb#post-42209</link>
			<pubDate>Fri, 17 Feb 2012 13:47:14 +0000</pubDate>
			<dc:creator>Cyclesoft</dc:creator>
			<guid isPermaLink="false">42209@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;we're still waiting for a answer ....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cyclesoft on "Problems with bbPress and Breadcrumb"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-bbpress-and-breadcrumb#post-41337</link>
			<pubDate>Sun, 12 Feb 2012 15:47:43 +0000</pubDate>
			<dc:creator>Cyclesoft</dc:creator>
			<guid isPermaLink="false">41337@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello everyone,&#60;/p&#62;
&#60;p&#62;i'am using Wordpress 3.3.1 and bbPress 2.0.2 and i got the following error message:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;You are here: MyBlogName »
Catchable fatal error: Object of class WP_Error could not be converted to string in W:\xampp\htdocs\wordpress\wp-content\themes\twicet\options\breadcrumb.php on line 61&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I added the first (and in the moment the only one) forum category to my custom menu strip that i selected to use by twicet. With the standard theme everythink works fine. I'am actually testing it on my local machine with xampp as you can see. Might there be a specific apache setting i have to change?&#60;/p&#62;
&#60;p&#62;Thanks for your answers
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
