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

		<item>
			<title>Milan Petrovic on "GD bbPress Attachments"</title>
			<link>http://bbpress.org/forums/topic/gd-bbpress-attachments#post-102839</link>
			<pubDate>Wed, 16 May 2012 08:54:32 +0000</pubDate>
			<dc:creator>Milan Petrovic</dc:creator>
			<guid isPermaLink="false">102839@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Plugin has been updated many times, and latest version is 1.8:</p>
<p><a href="http://www.dev4press.com/2012/blog/plugins-news/gd-bbpress-attachments-1-8/" rel="nofollow">http://www.dev4press.com/2012/blog/plugins-news/gd-bbpress-attachments-1-8/</a></p>
<p>Milan
</p>]]></description>
					</item>
		<item>
			<title>Andrew on "Breadcrumb trail shows page title rather than site title"</title>
			<link>http://bbpress.org/forums/topic/breadcrumb-trail-shows-page-title-rather-than-site-title#post-102425</link>
			<pubDate>Fri, 04 May 2012 16:14:00 +0000</pubDate>
			<dc:creator>Andrew</dc:creator>
			<guid isPermaLink="false">102425@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hey Jobjorn,<br />
I'm still pretty green with bbPress but I think you could make a plugin to modify that base page title.  I think the function you may want is this..<br />
<pre><code>function bbp_get_forum_archive_title( $title = &#039;&#039; ) {
		global $bbp;

		// If no title was passed
		if ( empty( $title ) ) {

			// Set root text to page title
			if ( $page = bbp_get_page_by_path( $bbp-&#62;root_slug ) ) {
				$title = get_the_title( $page-&#62;ID );

			// Default to forum post type name label
			} else {
				$fto    = get_post_type_object( bbp_get_forum_post_type() );
				$title  = $fto-&#62;labels-&#62;name;
			}
		}

		return apply_filters( &#039;bbp_get_forum_archive_title&#039;, $title );
	}</code></pre>
<p>It's located in the bbp-forum-template.php
</p>]]></description>
					</item>
		<item>
			<title>Jobjörn Folkesson on "Breadcrumb trail shows page title rather than site title"</title>
			<link>http://bbpress.org/forums/topic/breadcrumb-trail-shows-page-title-rather-than-site-title#post-102376</link>
			<pubDate>Thu, 03 May 2012 19:14:02 +0000</pubDate>
			<dc:creator>Jobjörn Folkesson</dc:creator>
			<guid isPermaLink="false">102376@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I don't follow - didn't I leave that page when I clicked "Forum" in the menu and went to mydomain.com/forum/ ?
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "Breadcrumb trail shows page title rather than site title"</title>
			<link>http://bbpress.org/forums/topic/breadcrumb-trail-shows-page-title-rather-than-site-title#post-102375</link>
			<pubDate>Thu, 03 May 2012 19:12:17 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">102375@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is by design, since that's the title of that page.
</p>]]></description>
					</item>
		<item>
			<title>Jobjörn Folkesson on "Breadcrumb trail shows page title rather than site title"</title>
			<link>http://bbpress.org/forums/topic/breadcrumb-trail-shows-page-title-rather-than-site-title#post-102302</link>
			<pubDate>Wed, 02 May 2012 20:20:13 +0000</pubDate>
			<dc:creator>Jobjörn Folkesson</dc:creator>
			<guid isPermaLink="false">102302@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The breadcrumb trail at the top of our forums look like this:</p>
<p>About us › Forums › Privat: Our association</p>
<p>"About us" being the title of the page set as our start page in WordPress. Shouldn't this be the website title instead? How can we change it?
</p>]]></description>
					</item>
		<item>
			<title>Forkliftbatterysupply on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102259</link>
			<pubDate>Tue, 01 May 2012 20:00:49 +0000</pubDate>
			<dc:creator>Forkliftbatterysupply</dc:creator>
			<guid isPermaLink="false">102259@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hi.<br />
Really need help with this :( i need to remove all old files and get new ones
</p>]]></description>
					</item>
		<item>
			<title>soumailaadamou on "Non-Facebook Like Button?"</title>
			<link>http://bbpress.org/forums/topic/non-facebook-like-button#post-102220</link>
			<pubDate>Sun, 29 Apr 2012 18:11:47 +0000</pubDate>
			<dc:creator>soumailaadamou</dc:creator>
			<guid isPermaLink="false">102220@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I think I saw a button like this on wordpress.org-
</p>]]></description>
					</item>
		<item>
			<title>dpmcalister on "Using WordPress profile rather than bbPress profile"</title>
			<link>http://bbpress.org/forums/topic/using-wordpress-profile-rather-than-bbpress-profile#post-102186</link>
			<pubDate>Sat, 28 Apr 2012 14:59:07 +0000</pubDate>
			<dc:creator>dpmcalister</dc:creator>
			<guid isPermaLink="false">102186@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks, I'll look into that :)
</p>]]></description>
					</item>
		<item>
			<title>pimarts on "Using WordPress profile rather than bbPress profile"</title>
			<link>http://bbpress.org/forums/topic/using-wordpress-profile-rather-than-bbpress-profile#post-102182</link>
			<pubDate>Sat, 28 Apr 2012 12:39:50 +0000</pubDate>
			<dc:creator>pimarts</dc:creator>
			<guid isPermaLink="false">102182@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>What I did on <a href="http://www.swnk.org" rel="nofollow">http://www.swnk.org</a> is use a plugin called Redirection to simply re-direct the WordPress profile to the buddyPress. I'm pretty sure you can do the same for bbPress -&#62; WordPress. That works.
</p>]]></description>
					</item>
		<item>
			<title>Projectredemption on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102150</link>
			<pubDate>Fri, 27 Apr 2012 21:44:57 +0000</pubDate>
			<dc:creator>Projectredemption</dc:creator>
			<guid isPermaLink="false">102150@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>ahh i found the line ill change it from false to true
</p>]]></description>
					</item>
		<item>
			<title>Projectredemption on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102149</link>
			<pubDate>Fri, 27 Apr 2012 21:43:53 +0000</pubDate>
			<dc:creator>Projectredemption</dc:creator>
			<guid isPermaLink="false">102149@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>okay i got it now what do i do to it should i add define('WP_DEBUG', true); to the bottom of the page
</p>]]></description>
					</item>
		<item>
			<title>baldg0at on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102146</link>
			<pubDate>Fri, 27 Apr 2012 20:17:31 +0000</pubDate>
			<dc:creator>baldg0at</dc:creator>
			<guid isPermaLink="false">102146@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>wp-config.php is located in the root of your wordpress directory.
</p>]]></description>
					</item>
		<item>
			<title>Projectredemption on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102121</link>
			<pubDate>Fri, 27 Apr 2012 07:33:12 +0000</pubDate>
			<dc:creator>Projectredemption</dc:creator>
			<guid isPermaLink="false">102121@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>i have thats the thing it saves all my forums and stuff after the reinstall :(
</p>]]></description>
					</item>
		<item>
			<title>mexvoyage on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102114</link>
			<pubDate>Fri, 27 Apr 2012 07:05:41 +0000</pubDate>
			<dc:creator>mexvoyage</dc:creator>
			<guid isPermaLink="false">102114@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Sounds weird. Get a back up, and try re-installing.
</p>]]></description>
					</item>
		<item>
			<title>Projectredemption on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102110</link>
			<pubDate>Fri, 27 Apr 2012 05:39:34 +0000</pubDate>
			<dc:creator>Projectredemption</dc:creator>
			<guid isPermaLink="false">102110@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Really need help with this :( i need to remove all old files and get new ones
</p>]]></description>
					</item>
		<item>
			<title>Projectredemption on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102109</link>
			<pubDate>Fri, 27 Apr 2012 04:46:20 +0000</pubDate>
			<dc:creator>Projectredemption</dc:creator>
			<guid isPermaLink="false">102109@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>How can i do a complete uninstall of bbpress?</p>
<p>So i can reinstall and everything should work :O
</p>]]></description>
					</item>
		<item>
			<title>Projectredemption on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102108</link>
			<pubDate>Fri, 27 Apr 2012 04:40:40 +0000</pubDate>
			<dc:creator>Projectredemption</dc:creator>
			<guid isPermaLink="false">102108@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>bump
</p>]]></description>
					</item>
		<item>
			<title>dpmcalister on "Using WordPress profile rather than bbPress profile"</title>
			<link>http://bbpress.org/forums/topic/using-wordpress-profile-rather-than-bbpress-profile#post-102091</link>
			<pubDate>Thu, 26 Apr 2012 20:08:54 +0000</pubDate>
			<dc:creator>dpmcalister</dc:creator>
			<guid isPermaLink="false">102091@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Sorry to "bump" this, but I was really hopeful that someone would be able to help :(
</p>]]></description>
					</item>
		<item>
			<title>Projectredemption on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102040</link>
			<pubDate>Wed, 25 Apr 2012 19:17:29 +0000</pubDate>
			<dc:creator>Projectredemption</dc:creator>
			<guid isPermaLink="false">102040@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>where is the wp-config.php file located?
</p>]]></description>
					</item>
		<item>
			<title>baldg0at on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102032</link>
			<pubDate>Wed, 25 Apr 2012 13:05:31 +0000</pubDate>
			<dc:creator>baldg0at</dc:creator>
			<guid isPermaLink="false">102032@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Are you able to view your php error logs? If not, you could add this to your wp-config.php..</p>
<p>define('WP_DEBUG', true);</p>
<p>Viewing the errors will give you an idea of where the problem is.
</p>]]></description>
					</item>
		<item>
			<title>Projectredemption on "Categories not showing WordPress"</title>
			<link>http://bbpress.org/forums/topic/categories-not-showing-wordpress#post-102015</link>
			<pubDate>Wed, 25 Apr 2012 09:07:23 +0000</pubDate>
			<dc:creator>Projectredemption</dc:creator>
			<guid isPermaLink="false">102015@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have installed BBpress on my wordpress site and all of a sudden when i go onto my forums page the categories are not showing its just a white page with template :( i have tried re installing and still no luck</p>
<p>Please help :)
</p>]]></description>
					</item>
		<item>
			<title>wout_m on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101720</link>
			<pubDate>Wed, 18 Apr 2012 15:03:45 +0000</pubDate>
			<dc:creator>wout_m</dc:creator>
			<guid isPermaLink="false">101720@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I solved this problem by modifying de bbpress-login widget.My users can upload their fotos in the front-end by clicking on their avatar-photo, that is displayed in the sidebar.<br />
The info is from here: <a href="http://wordpress.org/support/topic/plugin-user-photo-front-end-upload" rel="nofollow">http://wordpress.org/support/topic/plugin-user-photo-front-end-upload</a><br />
I am aware this it is not the most elegant way, but this is how I fixed it:</p>
<p>1) I installed the WP-prettyPhoto plugin (maybe this is not necesary, but I think I need it ) </p>
<p>2) activate the bbpress-login widget by putting it in the sidebar (in the WP admin section)</p>
<p>3) I addded this script to my sidebar.php: (in my case in wp-content/themes/inove/)<br />
<code><br />
&#60;script type="text/javascript"&#62;<br />
function user_avatar_refresh_image(img){<br />
jQuery('#user-avatar-display-image').html(img);<br />
}<br />
&#60;/script&#62;<br />
&#60;script type='text/javascript'&#62;<br />
var swrAjax = {<br />
ajaxurl: "http://www.yoursite.com/wp-admin/admin-ajax.php"<br />
};<br />
&#60;/script&#62;<br />
</code></p>
<p>4) add jquery to the head section:<br />
<code><br />
&#60;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2"&#62;&#60;/script&#62;<br />
</code><br />
5) I added these lines to wp-content/plugins/bbpress/bbp-includes/bbp-core-widgets.php, just<br />
after "&#60;?php else : ?&#62;" (line 132):<br />
(this will show the avatar when the user is logged in)<br />
<code><br />
&#60;div id="user-avatar-display" &#62;<br />
			&#60;p id="user-avatar-display-image"&#62;&#60;?php echo get_avatar( bbp_get_current_user_id(), '100' ); ?&#62;&#60;/p&#62;<br />
			&#60;/div&#62;</p>
<p>			&#60;?php<br />
echo '<a href="'.admin_url('admin-ajax.php').'?action=user_avatar_add_photo&#38;step=1&#38;uid='.bbp_get_current_user_id().'?iframe=true&#38;width=750&#38;height=450" rel="prettyPhoto[iframes]">Upload avatar</a><br />';<br />
</code> </p>
<p>You have to configure the css for a nice layout.
</p>]]></description>
					</item>
		<item>
			<title>jaredvd on "buddypress integration with navigation"</title>
			<link>http://bbpress.org/forums/topic/buddypress-integration-with-navigation#post-101540</link>
			<pubDate>Sat, 14 Apr 2012 17:24:48 +0000</pubDate>
			<dc:creator>jaredvd</dc:creator>
			<guid isPermaLink="false">101540@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Sorry for the double post, but it seems i can't edit again..</p>
<p>I've made a new main page, with a redirect to where I'd like to go, and it has changed the forum slug accordingly.
</p>]]></description>
					</item>
		<item>
			<title>jaredvd on "buddypress integration with navigation"</title>
			<link>http://bbpress.org/forums/topic/buddypress-integration-with-navigation#post-101539</link>
			<pubDate>Sat, 14 Apr 2012 15:32:25 +0000</pubDate>
			<dc:creator>jaredvd</dc:creator>
			<guid isPermaLink="false">101539@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've installed bbPress on my wordpress-buddypress site.</p>
<p>The forum base is: Forums<br />
when I install just bbPress, and use this as a base, I can navigate to <a href="http://www.url.com/forums" rel="nofollow">http://www.url.com/forums</a> and it displays the forums properly</p>
<p>I also would like to add it to my navigation.  I add a page titled "Forums" at <a href="http://www.url.com/forums" rel="nofollow">http://www.url.com/forums</a> and add it to my navigation menu list.</p>
<p>then when I navigate to this page, it displays it as a default buddypress page, without the forums, it highlights it in my menu when it is the current page.</p>
<p>I then add the shortcode: [bbp-forum-index] to the page.</p>
<p>It still shows up in my navigation, and goes to the correct page when clicked, which now shows the bbPress forums.  However it now does not highlight the "Forums" tab when it is on the "Forums" page.</p>
<p>Is there an easier way to associate bbPress's "Forums" with WordPress's "Forums" so that it will display properly in the navigation menu?</p>
<p>Thanks.</p>
<p>Also when on my "Forums" page, the breadcrumb reads "homepage title&#62;forums"  I would like it to ready "Blog title&#62;forums".  Any ideas how to do this?</p>
<p>Edit:  Turns out the "Forums" page only works properly in the navigation as soon as bbPress is deactivated.  With bbPress activated, the "Forums" item in the navigation is not highlighted when the page is being viewed.  Shortcode in or not.</p>
<p>Edit: I've fixed the problem by making a custom template which adds the shortcode via &#60;?php echo do_shortcode("[bbp-forum-index]"); ?&#62;</p>
<p>Any ideas on the base slug modification?
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101394</link>
			<pubDate>Tue, 10 Apr 2012 15:39:03 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">101394@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Currently there is no option for this, you will have to see if you can find a plugin.
</p>]]></description>
					</item>
		<item>
			<title>marques_uk1 on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101392</link>
			<pubDate>Tue, 10 Apr 2012 14:28:23 +0000</pubDate>
			<dc:creator>marques_uk1</dc:creator>
			<guid isPermaLink="false">101392@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for the comments, I'd like my members to be able to upload an avatar via the profile edit option in my own BBPress forum. I don't want them to see a WordPress profile, I'd like a simple upload section for the BBPress profile edit.</p>
<p>I think BBPress is an excellent plugin but I think it should provide a way members can upload avatars.</p>
<p>How do you upload avatars in this actual BBPress forum? Is there an option in profile edit?</p>
<p>Many thanks
</p>]]></description>
					</item>
		<item>
			<title>OC2PS on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101349</link>
			<pubDate>Mon, 09 Apr 2012 08:12:58 +0000</pubDate>
			<dc:creator>OC2PS</dc:creator>
			<guid isPermaLink="false">101349@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I understand that technically it's all the same in that they have their user roles and can't access any more functionality than intended for them.</p>
<p>It's more of a UI and face-of-the-site issue...</p>
<p>Regarding the plugins, I do hope someone will take a crack at them soon :-)
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "How to disable the comment form on forums topic page?"</title>
			<link>http://bbpress.org/forums/topic/how-to-disable-the-comment-form-on-forums-topic-page-1#post-101339</link>
			<pubDate>Mon, 09 Apr 2012 05:25:53 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">101339@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Closing since this is an old topic. If you encounter this issue feel free to create a new topic :)
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101310</link>
			<pubDate>Sun, 08 Apr 2012 17:54:06 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">101310@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I understand for simplicity's same you want to keep forum users on the front end, but there is no reason from a technical aspect why they can't access the backed to edit their user profiles.</p>
<p>OC2PS - when are we going to start seeing some of these plugins you keep suggesting? :)
</p>]]></description>
					</item>
		<item>
			<title>OC2PS on "Upload Avatar via edit profile section"</title>
			<link>http://bbpress.org/forums/topic/upload-avatar-via-edit-profile-section#post-101309</link>
			<pubDate>Sun, 08 Apr 2012 17:00:27 +0000</pubDate>
			<dc:creator>OC2PS</dc:creator>
			<guid isPermaLink="false">101309@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>This is the job for a bbPress-specific WP plugin...you don't want to give forum participants access to the backend of your site...
</p>]]></description>
					</item>

	</channel>
</rss>

