<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>bbPress Support Forums &#187; Tag: breadcrumbs - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/breadcrumbs</link>
		<description>bbPress Support Forums &#187; Tag: breadcrumbs - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 14:54:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/breadcrumbs" rel="self" type="application/rss+xml" />

		<item>
			<title>kennymcnett on "How do I edit bbPress breadcrumbs?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-edit-bbpress-breadcrumbs#post-102549</link>
			<pubDate>Tue, 08 May 2012 06:00:16 +0000</pubDate>
			<dc:creator>kennymcnett</dc:creator>
			<guid isPermaLink="false">102549@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks mattsimo and jaredatch. Worked the charm.</p>
<p>Here are all of the $args and the defaults, FYI (pulled from bbPress core file: bbp-common-template.php)</p>
<pre><code>// HTML
			&#039;before&#039;          =&#62; &#039;&#60;div class=&#34;bbp-breadcrumb&#34;&#62;&#60;p&#62;&#039;,
			&#039;after&#039;           =&#62; &#039;&#60;/p&#62;&#60;/div&#62;&#039;,
			&#039;sep&#039;             =&#62; is_rtl() ? __( &#039;&#38;lsaquo;&#039;, &#039;bbpress&#039; ) : __( &#039;&#38;rsaquo;&#039;, &#039;bbpress&#039; ),
			&#039;pad_sep&#039;         =&#62; 1,

			// Home
			&#039;include_home&#039;    =&#62; $pre_include_home,
			&#039;home_text&#039;       =&#62; $pre_front_text,

			// Forum root
			&#039;include_root&#039;    =&#62; $pre_include_root,
			&#039;root_text&#039;       =&#62; $pre_root_text,

			// Current
			&#039;include_current&#039; =&#62; $pre_include_current,
			&#039;current_text&#039;    =&#62; $pre_current_text</code></pre>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "How do I make the forum homepage in 2.0?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-make-the-forum-homepage-in-20#post-102529</link>
			<pubDate>Mon, 07 May 2012 19:12:01 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">102529@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You're doing it exactly backwards to accomplish what you want to do.</p>
<p>You do *not* "need" a page with the slug "forum" or "forums" to make your forums appear. They will just work, based on the slug you set in Settings &#62; Forums.</p>
<p>If you want the index of your "forums" to show "forums" then it's slug needs to be "forums" and not "forum"</p>
<p>If a WordPress page has the same slug as something else ("forums"), the page wins.</p>
<p>(If your forum archive slug in Settings &#62; Forums is "forums" but you have a page with the slug "forums" then the page will appear and it will be whatever the_content of that page is.)</p>
<p>You can have an unlimited number of permutations on the forums to look and work. It comes with the most obvious (and working) settings out of the box.</p>
<p>You can include slashes in your archive slugs, so hierarchical pages work, too.</p>
<p>This part is not broken, it is not a bug. It's two settings that you need to make match, and you're in control of both of them on your own to operate however you want your site to operate.
</p>]]></description>
					</item>
		<item>
			<title>wexler on "How do I make the forum homepage in 2.0?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-make-the-forum-homepage-in-20#post-102216</link>
			<pubDate>Sun, 29 Apr 2012 14:52:42 +0000</pubDate>
			<dc:creator>wexler</dc:creator>
			<guid isPermaLink="false">102216@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Getting the same issue as #smell-bag.  Not sure why.  Here's what I've tried.</p>
<p>Slug is set to: forum<br />
(went to WP screen options and [x] slug so that option became visible.</p>
<p>I created a blank page and called it: Forum<br />
and added shortcode: [bbp-forum-index]</p>
<p>I set Permalink to: <a href="http://mydomain.com/forum/" rel="nofollow">http://mydomain.com/forum/</a></p>
<p>Under WP settings/forum...<br />
Archive Slugs<br />
   Forums base: forums<br />
   Topics base: topics</p>
<p>Single Slugs<br />
   Forum Prefix [x]<br />
   Forum slug: forum<br />
   Topic slug: topic</p>
<p>NOTE: I've tried combinations/permutations changing these settings and it seems to modify the breadcrumb link of the word: forum<br />
to something other than what my page points to.</p>
<p>If I create the page with a permalink:<br />
<a href="http://mydomain.com/forum/" rel="nofollow">http://mydomain.com/forum/</a><br />
then the breadcrumb URL for: forum(s) suggests it will link to:<br />
<a href="http://mydomain.com/forums/" rel="nofollow">http://mydomain.com/forums/</a></p>
<p>if I reverse it with the plural version (forums)<br />
then the breadcrumb URL becomes the singular format: forum.</p>
<p>Suggestions?
</p>]]></description>
					</item>
		<item>
			<title>smell-bag on "Forum base page different to forum index page"</title>
			<link>http://bbpress.org/forums/topic/forum-base-page-different-to-forum-index-page#post-101732</link>
			<pubDate>Thu, 19 Apr 2012 02:12:08 +0000</pubDate>
			<dc:creator>smell-bag</dc:creator>
			<guid isPermaLink="false">101732@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi all,</p>
<p>Why is the forum base page different from the  templated forum index page I have created?</p>
<p>My Forum index page works great.  But in order for it to show it must have a different slug to the forum base set in the bbpress options.  </p>
<p>This is where things seem to be wrong - when I view my forum index i get the slug home-&#62;forums-&#62;forum-index  (with forum-index being the slug of my template page)</p>
<p>Surely this is very wrong, the index age should be the forum root surely? after all it is an index?</p>
<p>Secondly, I cannot work out which template file is used for this mysterious "forums" base page.  It's basically a list of h2 titles with the names of all the forums in, where does it come from?</p>
<p>Here are links so you can see for yourself:</p>
<p>my index page:<br />
<a href="http://lazybricks.blueleafstudio.net/forum-index/" rel="nofollow">http://lazybricks.blueleafstudio.net/forum-index/</a></p>
<p>the forum base page:<br />
<a href="http://lazybricks.blueleafstudio.net/forums/" rel="nofollow">http://lazybricks.blueleafstudio.net/forums/</a></p>
<p>Try clicking the root link in the breadcrumbs (the one next to home), it switches between the two!  Odd behaviour indeed. </p>
<p>I only want the forum index to show, that should be the 'root' or 'base' of the forums.  However if i give my index page the same slug as the forum base (i.e. forums) then i get the page i don't want, not the pretty templated one.</p>
<p>I have been stuck on this one thing for a whole day after creating a lovely index page and I don't want to be stopped by this!</p>
<p>If anyone can help it would be very much appreciated,</p>
<p>Thanks in advance
</p>]]></description>
					</item>
		<item>
			<title>smell-bag on "How do I make the forum homepage in 2.0?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-make-the-forum-homepage-in-20#post-101724</link>
			<pubDate>Wed, 18 Apr 2012 16:50:41 +0000</pubDate>
			<dc:creator>smell-bag</dc:creator>
			<guid isPermaLink="false">101724@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi Guys,</p>
<p>I have some problems with the forum index.  I've doe exactly as instructed.  If my page that i assign the forum index template to has the same slug as the forums base I get this page:</p>
<p><a href="http://lazybricks.blueleafstudio.net/forums/" rel="nofollow">http://lazybricks.blueleafstudio.net/forums/</a></p>
<p>when it should be this page that shows.</p>
<p><a href="http://lazybricks.blueleafstudio.net/forum-index/" rel="nofollow">http://lazybricks.blueleafstudio.net/forum-index/</a></p>
<p>failing this how do i make these pages look the same?  I cannot find a template file for the forum base?</p>
<p>Another thing is that the 'Forums' (note the 's'!) link in the breadcrumbs should go to the forum-index template page but it does not.</p>
<p>I've been banging my head against the wall for most of the day trying to work this one out so if anyone can help that would be awesome!</p>
<p>Thanks in advance,</p>
<p>Ralph
</p>]]></description>
					</item>
		<item>
			<title>johnwww on "Breadcrumb problem"</title>
			<link>http://bbpress.org/forums/topic/breadcrumb-problem#post-101098</link>
			<pubDate>Tue, 03 Apr 2012 22:53:06 +0000</pubDate>
			<dc:creator>johnwww</dc:creator>
			<guid isPermaLink="false">101098@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi </p>
<p>I have seen this message once before but continued anyway, obviously I don't expect you to do this. I will look into the problem and come back when its sorted.</p>
<p>Thanks<br />
John
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Breadcrumb problem"</title>
			<link>http://bbpress.org/forums/topic/breadcrumb-problem#post-101088</link>
			<pubDate>Tue, 03 Apr 2012 22:27:33 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101088@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi John,</p>
<p>Looks like you might have other, bigger issues on your hands.</p>
<p><a href="http://cl.ly/2Y262I3S1B0G3c3i1N0a" rel="nofollow">http://cl.ly/2Y262I3S1B0G3c3i1N0a</a>
</p>]]></description>
					</item>
		<item>
			<title>johnwww on "Breadcrumb problem"</title>
			<link>http://bbpress.org/forums/topic/breadcrumb-problem#post-101085</link>
			<pubDate>Tue, 03 Apr 2012 22:22:13 +0000</pubDate>
			<dc:creator>johnwww</dc:creator>
			<guid isPermaLink="false">101085@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi </p>
<p>Thank you for your reply.</p>
<p>I have set the forum base to 'home' and the page title is 'home' but I am still getting the same problem, I have included the link below if that helps.</p>
<p><a href="http://yorkshiresaxchoir.co.uk/wordpress/" rel="nofollow">http://yorkshiresaxchoir.co.uk/wordpress/</a></p>
<p>Thanks<br />
John
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Breadcrumb problem"</title>
			<link>http://bbpress.org/forums/topic/breadcrumb-problem#post-101050</link>
			<pubDate>Mon, 02 Apr 2012 19:18:25 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">101050@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>1. Create a WordPress page with the same slug as your forums root<br />
2. Add the [bbp-forum-index] shortcode to that page's content<br />
3. Make this page the front page of your site
</p>]]></description>
					</item>
		<item>
			<title>johnwww on "Breadcrumb problem"</title>
			<link>http://bbpress.org/forums/topic/breadcrumb-problem#post-101045</link>
			<pubDate>Mon, 02 Apr 2012 17:24:20 +0000</pubDate>
			<dc:creator>johnwww</dc:creator>
			<guid isPermaLink="false">101045@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have a site displaying my forum on the homepage using the short codes on a page. My problem is that when you drill down to a topic the breadcrumbs display -<br />
home &#62; forums &#62; general &#62; topic</p>
<p>Home and forums are basically displaying the same thing (a list of forums) so what I need is a way to display a list of the forums on the home page without this un necessary item in the breadcrumb list.</p>
<p>Can anyone help me either remove this item or suggest a better way to do this?</p>
<p>Thanks<br />
John
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "[resolved] [resolved] Breadcrumbs URL wrong"</title>
			<link>http://bbpress.org/forums/topic/breadcrumbs-url-wrong#post-100959</link>
			<pubDate>Sat, 31 Mar 2012 19:56:58 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">100959@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You marked this as resolved is seems, did you get it figured out?
</p>]]></description>
					</item>
		<item>
			<title>webgardens on "[resolved] [resolved] Breadcrumbs URL wrong"</title>
			<link>http://bbpress.org/forums/topic/breadcrumbs-url-wrong#post-100945</link>
			<pubDate>Sat, 31 Mar 2012 10:35:40 +0000</pubDate>
			<dc:creator>webgardens</dc:creator>
			<guid isPermaLink="false">100945@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>HI,</p>
<p>I am having the same problem as this guy here <a href="http://bbpress.org/forums/topic/changing-the-url-of-breadcrumbs" rel="nofollow">http://bbpress.org/forums/topic/changing-the-url-of-breadcrumbs</a>:</p>
<p>I am running bbpress 2.0.2 under BuddyPress and although my permalinks are nice and pretty :</p>
<p>[code]/%category%/%postname%/[/code]</p>
<p>The breadcrumbs look like this:</p>
<p>Home &#62; Foodies' Place &#62; Forums</p>
<p>The "Foodies' Place" link is wrong and it links to here  </p>
<p><a href="http://www.foodiesplace.com/?attachment_id=431" rel="nofollow">http://www.foodiesplace.com/?attachment_id=431</a><br />
(no idea where it got this from since the page does not exist)</p>
<p>The breadcrumb link should look like this:<br />
Home &#62; FaceCook Forum &#62; Forums</p>
<p>and "FaceCook Forum" schould link to:<br />
<a href="http://www.foodiesplace.com/en/facecook-forum/" rel="nofollow">http://www.foodiesplace.com/en/facecook-forum/</a></p>
<p>Any ideas anybody?</p>
<p>Thanx
</p>]]></description>
					</item>
		<item>
			<title>webgardens on "Changing the URL of breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/changing-the-url-of-breadcrumbs#post-100711</link>
			<pubDate>Mon, 26 Mar 2012 10:27:54 +0000</pubDate>
			<dc:creator>webgardens</dc:creator>
			<guid isPermaLink="false">100711@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>HI,</p>
<p>I am having the same problem:</p>
<p>I am running bbpress 2.0.2 under BuddyPress and although my permalinks are nice and pretty : </p>
<p>[code]/%category%/%postname%/[/code]</p>
<p>The permalink used in the breadcrumbs is this:</p>
<p><a href="http://www.foodiesplace.com/?attachment_id=431" rel="nofollow">http://www.foodiesplace.com/?attachment_id=431</a><br />
(no idea where it got this from since the page does not exist)</p>
<p>The breadcrumb link should look like this:</p>
<p><a href="http://www.foodiesplace.com/en/facecook-forum/" rel="nofollow">http://www.foodiesplace.com/en/facecook-forum/</a></p>
<p>Any ideas anybody?</p>
<p>Thanx
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "How do I edit bbPress breadcrumbs?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-edit-bbpress-breadcrumbs#post-100587</link>
			<pubDate>Thu, 22 Mar 2012 21:57:44 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">100587@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yep thats correct. You can pick and choose the args if you don't want to reset all of them.</p>
<pre><code>function custom_forum_breadcrumb( $args ) {

	$args[&#039;sep&#039;] = &#039; &#124; &#039;;

	return $args;

}
add_filter( &#039;bbp_get_breadcrumb_pre&#039;, &#039;custom_forum_breadcrumb&#039; );</code></pre>]]></description>
					</item>
		<item>
			<title>mattsimo on "How do I edit bbPress breadcrumbs?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-edit-bbpress-breadcrumbs#post-100586</link>
			<pubDate>Thu, 22 Mar 2012 21:49:04 +0000</pubDate>
			<dc:creator>mattsimo</dc:creator>
			<guid isPermaLink="false">100586@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I made a filter that set's the before, after, sep &#38; root_text for the breadcrumbs. Take a look, writes over the 'bbp_get_breadcrumb_pre' filter found on line 1553 of bbp-includes/bbp-common-template.php</p>
<pre><code>// Change bbPress bread crumb separator.
function filter_bbp_breadcrumb( $args ) {

  $my_args = array(
    &#039;before&#039;  =&#62; &#34;\n&#60;div class=\&#34;subnav bbp-breadcrumb \&#34;&#62;\n  &#60;ul class=\&#34;nav nav-pills \&#34;&#62;\n    &#60;li&#62;&#34;,
    &#039;after&#039;   =&#62; &#34;&#60;/li&#62;\n  &#60;/ul&#62;\n&#60;/div&#62;\n\n&#34;,
    &#039;sep&#039; =&#62; is_rtl() ? __( &#34;&#60;/li&#62;\n    &#60;li&#62;&#34;, &#039;bbpress&#039; ) : __( &#34;&#60;/li&#62;\n    &#60;li&#62;&#34;, &#039;bbpress&#039; ),
    &#039;root_text&#039; =&#62; &#34;Support&#34;
  );

  $args = wp_parse_args( $my_args, $args );
  return $args;

}
add_filter(&#039;bbp_get_breadcrumb_pre&#039;, &#039;filter_bbp_breadcrumb&#039; );</code></pre>]]></description>
					</item>
		<item>
			<title>cbeiting on "Changing the URL of breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/changing-the-url-of-breadcrumbs#post-99931</link>
			<pubDate>Tue, 13 Mar 2012 20:14:09 +0000</pubDate>
			<dc:creator>cbeiting</dc:creator>
			<guid isPermaLink="false">99931@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>That didn't fix it, I ended up hardcoding it... not the most elegant solution, but it's working.
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Changing the URL of breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/changing-the-url-of-breadcrumbs#post-99918</link>
			<pubDate>Tue, 13 Mar 2012 15:09:12 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">99918@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You need to enable "pretty permalinks".</p>
<p>Should be able to fix that by going to Settings &#62; Permalinks and changing the setting there.
</p>]]></description>
					</item>
		<item>
			<title>cbeiting on "Changing the URL of breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/changing-the-url-of-breadcrumbs#post-99917</link>
			<pubDate>Tue, 13 Mar 2012 14:44:57 +0000</pubDate>
			<dc:creator>cbeiting</dc:creator>
			<guid isPermaLink="false">99917@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Right now I have breadcrumbs on my forum and they look like this:</p>
<p>example.com &#62; forum &#62; topic</p>
<p>Now to get to the forum, we're using example.com/forum -- so it's all seo and good and whatnot, but when you click on the "forum" breadcrumb it's going to example.com/page_id=7 --- how do I change it so it goes to /forum?</p>
<p>Thoughts?
</p>]]></description>
					</item>
		<item>
			<title>mamikaze on "disabling breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/disabling-breadcrumbs#post-96370</link>
			<pubDate>Mon, 26 Dec 2011 23:09:43 +0000</pubDate>
			<dc:creator>mamikaze</dc:creator>
			<guid isPermaLink="false">96370@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks, binarymoon! That is exactly what I needed.
</p>]]></description>
					</item>
		<item>
			<title>ficam on "disabling breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/disabling-breadcrumbs#post-95267</link>
			<pubDate>Tue, 06 Dec 2011 18:52:25 +0000</pubDate>
			<dc:creator>ficam</dc:creator>
			<guid isPermaLink="false">95267@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>thanks binarymoon worked perfectly
</p>]]></description>
					</item>
		<item>
			<title>shell20110309 on "disabling breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/disabling-breadcrumbs#post-95120</link>
			<pubDate>Sat, 03 Dec 2011 09:43:39 +0000</pubDate>
			<dc:creator>shell20110309</dc:creator>
			<guid isPermaLink="false">95120@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>i do not  think  there is a  way to remove the breadcrumbs
</p>]]></description>
					</item>
		<item>
			<title>ljrjue on "disabling breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/disabling-breadcrumbs#post-94465</link>
			<pubDate>Tue, 22 Nov 2011 01:16:22 +0000</pubDate>
			<dc:creator>ljrjue</dc:creator>
			<guid isPermaLink="false">94465@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'll do my best to try and find some time this weekend to install the plugin and report back what I find. I did read through the code, but have not yet done anything with it.</p>
<p>Sorry, no idea about devs, everyone I know is absolutely slammed right now. Will keep an ear out though.</p>
<p>*I've got my hands absolutely full with the new importer and building the supporting site for it. After that, projects are still lined up... </p>
<p><a href="http://www.madeinflatable.com" rel="nofollow">http://www.madeinflatable.com</a>
</p>]]></description>
					</item>
		<item>
			<title>binarymoon on "disabling breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/disabling-breadcrumbs#post-94400</link>
			<pubDate>Sat, 19 Nov 2011 00:00:39 +0000</pubDate>
			<dc:creator>binarymoon</dc:creator>
			<guid isPermaLink="false">94400@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I created that function. You need to add it to your themes functions.php file
</p>]]></description>
					</item>
		<item>
			<title>ficam on "disabling breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/disabling-breadcrumbs#post-94371</link>
			<pubDate>Thu, 17 Nov 2011 19:56:37 +0000</pubDate>
			<dc:creator>ficam</dc:creator>
			<guid isPermaLink="false">94371@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I didn't find any <code>bm_bbp_no_breadcrumb</code> in functions file :(
</p>]]></description>
					</item>
		<item>
			<title>trivum on "No Titles and Error 404 Message in Breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/no-titles-and-error-404-message-in-breadcrumbs#post-93804</link>
			<pubDate>Sun, 30 Oct 2011 23:09:01 +0000</pubDate>
			<dc:creator>trivum</dc:creator>
			<guid isPermaLink="false">93804@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have solved the problem. Not exactly sure how I did it. I installed a new database a few different times, but I was still getting the same errors. </p>
<p>Then I installed a new database, activated my bbPress plugin first, and everything worked fine. Then I installed BuddyPress after that. Another thing that I did was to NOT activate the "Discussion Forums" on BuddyPress in the settings page. I had a problem with that before and saw a thread that recommended that as solution.</p>
<p>In any case, things seem to be working for now.
</p>]]></description>
					</item>
		<item>
			<title>trivum on "No Titles and Error 404 Message in Breadcrumbs"</title>
			<link>http://bbpress.org/forums/topic/no-titles-and-error-404-message-in-breadcrumbs#post-93802</link>
			<pubDate>Sun, 30 Oct 2011 22:04:55 +0000</pubDate>
			<dc:creator>trivum</dc:creator>
			<guid isPermaLink="false">93802@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have an issue that seems to be with the theme I am using. When I install bbPress, it doesn't register a title when I look at my view source code. I also get an "Error 404" message in the breadcrumbs of my site's theme (NOT in the bbPress breadcrumbs). </p>
<p>I don't get this when I switch to a default WP theme, so it seems related to my theme (WPzoom's Manifesto). </p>
<p>I have run a buddypress update plugin thinking this might help, but it doesn't. I also get this message with BuddyPress compatibility: "Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress."  (I'm fine with the bbPress default styling, by the way. Just wondering if the first part of that message might relate to my problem in any way.)</p>
<p>Thanks in advance for any suggestions.
</p>]]></description>
					</item>
		<item>
			<title>dominornovus on "How do I edit bbPress breadcrumbs?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-edit-bbpress-breadcrumbs#post-93352</link>
			<pubDate>Sun, 16 Oct 2011 15:33:59 +0000</pubDate>
			<dc:creator>dominornovus</dc:creator>
			<guid isPermaLink="false">93352@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've figured out how to change the bread crumb separator:</p>
<p><code><br />
// Change bbPress bread crumb separator.</p>
<p>function filter_bbPress_breadcrumb_separator() {<br />
//$sep = ' &#187; ';<br />
$sep = is_rtl() ? __( ' &#171; ', 'bbpress' ) : __( ' &#187; ', 'bbpress' );<br />
return $sep;<br />
}</p>
<p>add_filter('bbp_breadcrumb_separator', 'filter_bbPress_breadcrumb_separator');<br />
</code></p>
<p>I have not yet figured out how to add "You are here: " at the start of the bread crumbs:</p>
<p>I've tried this...</p>
<p><code><br />
function my_breadcrumb_trail_args( $trail ) {<br />
 $args['before'] = '&#60;div class="bbp-breadcrumb"&#62;&#60;p&#62;You are here: ';<br />
return $args;<br />
};<br />
add_filter( 'breadcrumb_trail_args', 'my_breadcrumb_trail_args' );<br />
</code></p>
<p>...and this...</p>
<p><code><br />
function test($defaults) {<br />
$defaults = array(<br />
'before' =&#62; '&#60;div class="bbp-breadcrumb"&#62;&#60;p&#62;You are here: ',<br />
);<br />
return $defaults;<br />
}<br />
add_filter('bbp_breadcrumb','test_args');<br />
</code></p>
<p>Neither work.</p>
<p>For now I've taken the hacky approach and just edited my bbPress files directly. You can see it in action here: <a href="http://www.directsponsor.org/forums/" rel="nofollow">http://www.directsponsor.org/forums/</a></p>
<p>Any assistance with the filter would be greatly appreciated.
</p>]]></description>
					</item>
		<item>
			<title>dominornovus on "How do I edit bbPress breadcrumbs?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-edit-bbpress-breadcrumbs#post-93342</link>
			<pubDate>Sun, 16 Oct 2011 10:06:14 +0000</pubDate>
			<dc:creator>dominornovus</dc:creator>
			<guid isPermaLink="false">93342@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>In bbp-common-template.php I found:</p>
<p><code><br />
// Allow the separator of the breadcrumb to be easily changed<br />
$sep = apply_filters( 'bbp_breadcrumb_separator', $sep );<br />
</code></p>
<p>I attempted to apply a filter...</p>
<p><code><br />
$sep = 'x';<br />
add_filter('bbp_breadcrumb_separator', $sep);<br />
</code></p>
<p>...but it resulted in:</p>
<p><code><br />
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'x' was given in<br />
</code>
</p>]]></description>
					</item>
		<item>
			<title>dominornovus on "How do I edit bbPress breadcrumbs?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-edit-bbpress-breadcrumbs#post-93340</link>
			<pubDate>Sun, 16 Oct 2011 08:37:37 +0000</pubDate>
			<dc:creator>dominornovus</dc:creator>
			<guid isPermaLink="false">93340@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've found a list of hooks and filters for bbPress at:</p>
<p><code>/wp-content/plugins/bbpress/bbp-includes/bbp-core-hooks.php</code></p>
<p>I've also found the bbPress bread crumb function(s) at:</p>
<p><code>/wp-content/plugins/bbpress/bbp-includes/bbp-common-template.php</code></p>
<p>By combining code from the two, I've attempted adding a filter but it's being ignored:</p>
<p><code><br />
function test_args($args) {<br />
    $args = array(<br />
        'sep' =&#62; ' x ',<br />
    );<br />
	return $args;<br />
}<br />
add_filter('bbp_title','test_args');<br />
</code>
</p>]]></description>
					</item>
		<item>
			<title>dominornovus on "How do I edit bbPress breadcrumbs?"</title>
			<link>http://bbpress.org/forums/topic/how-do-i-edit-bbpress-breadcrumbs#post-93325</link>
			<pubDate>Sat, 15 Oct 2011 21:18:43 +0000</pubDate>
			<dc:creator>dominornovus</dc:creator>
			<guid isPermaLink="false">93325@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have come across an example of a filter to change the bread crumb separators but I can't seem to get it to work:</p>
<p><code><br />
add_filter( 'breadcrumb_trail_args', 'my_breadcrumb_trail_args' );</p>
<p>function my_breadcrumb_trail_args( $args ) {<br />
	$args['separator'] = ' &#8594; ';<br />
	return $args;<br />
}<br />
</code></p>
<p><strong>Source:</strong> <a href="http://themehybrid.com/support/topic/change-separator-breadcrumb#post-22852" rel="nofollow">http://themehybrid.com/support/topic/change-separator-breadcrumb#post-22852</a>
</p>]]></description>
					</item>

	</channel>
</rss>

