<?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: FAQ - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/faq</link>
		<description>bbPress Support Forums &#187; Tag: FAQ - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 19:45:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/faq" rel="self" type="application/rss+xml" />

		<item>
			<title>ogrody on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-91065</link>
			<pubDate>Mon, 22 Aug 2011 17:56:52 +0000</pubDate>
			<dc:creator>ogrody</dc:creator>
			<guid isPermaLink="false">91065@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>thanks very much for info.
</p>]]></description>
					</item>
		<item>
			<title>ratsoid2 on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-90990</link>
			<pubDate>Sat, 20 Aug 2011 08:01:44 +0000</pubDate>
			<dc:creator>ratsoid2</dc:creator>
			<guid isPermaLink="false">90990@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Check the other solutions on the wp forum... something like:<br />
<a href="http://wordpress.org/support/topic/plugin-user-photo-front-end-upload?replies=17#post-2226189" rel="nofollow">http://wordpress.org/support/topic/plugin-user-photo-front-end-upload?replies=17#post-2226189</a></p>
<p>The solution I posted worked and I don't know what to tell you... Maybe you can put a pop-up link instead of using thickbox/prettyphoto/any other overlay plugin.
</p>]]></description>
					</item>
		<item>
			<title>janoochen on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-90987</link>
			<pubDate>Sat, 20 Aug 2011 03:44:34 +0000</pubDate>
			<dc:creator>janoochen</dc:creator>
			<guid isPermaLink="false">90987@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@ratsoid2 Hey thanks it worked.<br />
But when I click Modify your avatar. I get sent to a page. The thickbox doesn't appear.
</p>]]></description>
					</item>
		<item>
			<title>angelsmith90 on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-90861</link>
			<pubDate>Wed, 17 Aug 2011 12:44:16 +0000</pubDate>
			<dc:creator>angelsmith90</dc:creator>
			<guid isPermaLink="false">90861@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for the information friend...
</p>]]></description>
					</item>
		<item>
			<title>ratsoid2 on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-90855</link>
			<pubDate>Wed, 17 Aug 2011 10:06:10 +0000</pubDate>
			<dc:creator>ratsoid2</dc:creator>
			<guid isPermaLink="false">90855@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@philsown<br />
Download User Avatar for WP here: <a href="http://wordpress.org/extend/plugins/user-avatar/" rel="nofollow">http://wordpress.org/extend/plugins/user-avatar/</a></p>
<p>1. In single-user-edit.php, Before</p>
<p><code>&#60;?php bbp_get_template_part( &#039;bbpress/content&#039;, &#039;single-user-edit&#039;   ); ?&#62;</code></p>
<p>add: <a href="http://pastebin.com/rfLFaRvq" rel="nofollow">http://pastebin.com/rfLFaRvq</a></p>
<p>2. In style.css add:</p>
<p><code>.bbp-single-user-edit { position:relative; }<br />
#user-avatar-display { position:absolute; top:160px; right:20px; text-align:center; width:155px; }<br />
#user-avatar-display a { color:#000; text-decoration:none; text-align:center; };</code></p>
<p>3. In functions.php add: <a href="http://pastebin.com/YfbiN65x" rel="nofollow">http://pastebin.com/YfbiN65x</a></p>
<p>That's it.<br />
Original solution: <a href="http://wordpress.org/support/topic/plugin-user-photo-front-end-upload?replies=17#post-2186636" rel="nofollow">http://wordpress.org/support/topic/plugin-user-photo-front-end-upload?replies=17#post-2186636</a><br />
It works great for me. Cheers.
</p>]]></description>
					</item>
		<item>
			<title>Pagal on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-90814</link>
			<pubDate>Mon, 15 Aug 2011 20:11:40 +0000</pubDate>
			<dc:creator>Pagal</dc:creator>
			<guid isPermaLink="false">90814@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@philsown</p>
<p>should edit avatar-upload.php<br />
changing line 7, the following</p>
<p><code>do bb_auth (); / / logged in? </code></p>
<p>with </p>
<p><code>bb_auth ('logged_in'); / / logged in?</code></p>
<p>Please let me know, if this work for you, thanks
</p>]]></description>
					</item>
		<item>
			<title>philsown on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-90809</link>
			<pubDate>Mon, 15 Aug 2011 17:18:00 +0000</pubDate>
			<dc:creator>philsown</dc:creator>
			<guid isPermaLink="false">90809@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Ratsoid2 - Consider this me asking. Please let us know what you did to get avatars working. Thanks :-)
</p>]]></description>
					</item>
		<item>
			<title>ratsoid2 on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-90750</link>
			<pubDate>Sun, 14 Aug 2011 10:48:07 +0000</pubDate>
			<dc:creator>ratsoid2</dc:creator>
			<guid isPermaLink="false">90750@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I got avatars in my forums. If anyone needs guidance, just ask.
</p>]]></description>
					</item>
		<item>
			<title>manny_nz on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-90340</link>
			<pubDate>Wed, 03 Aug 2011 05:12:52 +0000</pubDate>
			<dc:creator>manny_nz</dc:creator>
			<guid isPermaLink="false">90340@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Has anyone got this plugin to work again?
</p>]]></description>
					</item>
		<item>
			<title>Techietonic on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-90331</link>
			<pubDate>Tue, 02 Aug 2011 18:14:03 +0000</pubDate>
			<dc:creator>Techietonic</dc:creator>
			<guid isPermaLink="false">90331@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>o i think this one might help (regarding to the topic i started earlier: "Changing Avatars"). Will try this one first and get back to my thread to update if this works.</p>
<p>best,<br />
Lesley
</p>]]></description>
					</item>
		<item>
			<title>philsown on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-90157</link>
			<pubDate>Wed, 27 Jul 2011 01:13:10 +0000</pubDate>
			<dc:creator>philsown</dc:creator>
			<guid isPermaLink="false">90157@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm having the problem "click 'Avatar' in profile, go back to home page" problem as well.</p>
<p>I've narrowed it down to the bb_auth call in the avatar-upload.php file line 7. The cookies - at least for me, an admin - seem wrong. I'm going to clear my cookies and try it again. I'm also going to test with a different user - not an admin and see how that goes.
</p>]]></description>
					</item>
		<item>
			<title>Ashfame on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-82544</link>
			<pubDate>Sun, 06 Feb 2011 21:13:31 +0000</pubDate>
			<dc:creator>Ashfame</dc:creator>
			<guid isPermaLink="false">82544@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>use <code>bavatars</code>
</p>]]></description>
					</item>
		<item>
			<title>gfsymon on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-82542</link>
			<pubDate>Sun, 06 Feb 2011 20:06:17 +0000</pubDate>
			<dc:creator>gfsymon</dc:creator>
			<guid isPermaLink="false">82542@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I am taken back to the main forum page as well, when I use this plugin.  The template/default image, works etc., but I cannot set an image for the avatar.</p>
<p>I'm just setting up BBPress, as a first ever bulletin board and am beginning to think that this software is waaaayyy to complex/geeky.  No Avatars on a web-forum software???</p>
<p>Grant
</p>]]></description>
					</item>
		<item>
			<title>pbul2004 on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-79607</link>
			<pubDate>Sat, 25 Dec 2010 13:36:52 +0000</pubDate>
			<dc:creator>pbul2004</dc:creator>
			<guid isPermaLink="false">79607@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>can anyone else help me, im as the above, i click on 'Avatars' and it takes me back to the homepage???</p>
<p>Anyone know why? Really need this plugin!!!
</p>]]></description>
					</item>
		<item>
			<title>kevinjohngallagher on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-69797</link>
			<pubDate>Sat, 12 Jun 2010 20:32:42 +0000</pubDate>
			<dc:creator>kevinjohngallagher</dc:creator>
			<guid isPermaLink="false">69797@http://bbpress.org/forums/</guid>
			<description><![CDATA[<blockquote>
<blockquote><p>
would be far better to start a new thread.</p>
</blockquote>
<p>Please start a new thread!</p>
</blockquote>
<p>PLEASE START A NEW THREAD.<br />
This one started in February 2009, It's June 2010!!!
</p>]]></description>
					</item>
		<item>
			<title>CioboMario on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-69795</link>
			<pubDate>Sat, 12 Jun 2010 20:04:13 +0000</pubDate>
			<dc:creator>CioboMario</dc:creator>
			<guid isPermaLink="false">69795@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>And for integrate bbpress with wordpress 3.0?
</p>]]></description>
					</item>
		<item>
			<title>kevinjohngallagher on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-69790</link>
			<pubDate>Sat, 12 Jun 2010 16:14:07 +0000</pubDate>
			<dc:creator>kevinjohngallagher</dc:creator>
			<guid isPermaLink="false">69790@http://bbpress.org/forums/</guid>
			<description><![CDATA[<blockquote><p>
would be far better to start a new thread.
</p></blockquote>
<p>Please start a new thread!
</p>]]></description>
					</item>
		<item>
			<title>haose on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-69783</link>
			<pubDate>Sat, 12 Jun 2010 13:46:13 +0000</pubDate>
			<dc:creator>haose</dc:creator>
			<guid isPermaLink="false">69783@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi guys! I have a curious with this plugin. When a unregisterd user leave a comment on my blog, the username will be transfered correctly to forum, and a voice will be created. But i can not see the content of the comment.<br />
But if i edit the comment on forum, i do see the content.<br />
Plz help!
</p>]]></description>
					</item>
		<item>
			<title>Rich Pedley on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-68685</link>
			<pubDate>Sun, 16 May 2010 20:34:57 +0000</pubDate>
			<dc:creator>Rich Pedley</dc:creator>
			<guid isPermaLink="false">68685@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>would be far better to start a new thread.
</p>]]></description>
					</item>
		<item>
			<title>rcplanes on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-68684</link>
			<pubDate>Sun, 16 May 2010 20:32:26 +0000</pubDate>
			<dc:creator>rcplanes</dc:creator>
			<guid isPermaLink="false">68684@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>im wondering how to recover the admin password, i lost it and im stuck,<br />
thanks guys, sorry for the off topic post, seems like you guys know how to get around bbpress
</p>]]></description>
					</item>
		<item>
			<title>imcoach on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-66139</link>
			<pubDate>Sat, 20 Mar 2010 04:35:12 +0000</pubDate>
			<dc:creator>imcoach</dc:creator>
			<guid isPermaLink="false">66139@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Yeah, I've just spent the last 2 hours trying to figure this out...  At first I thought I was just reading the instructions wrong.  I've been trying to read into it and plop code randomly.  I've gone over the instructions as to which file to put where about 5 times........</p>
<p>...I'll let you know if I figure it out, lol..  if I don't give up shortly and go back to phpbb. ;)
</p>]]></description>
					</item>
		<item>
			<title>NiksE on "Here&#039;s how to install Avatar Upload plugin"</title>
			<link>http://bbpress.org/forums/topic/avatar-upload-how-to-install#post-65883</link>
			<pubDate>Thu, 11 Mar 2010 09:07:30 +0000</pubDate>
			<dc:creator>NiksE</dc:creator>
			<guid isPermaLink="false">65883@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It's still not working for me :( Maybe somebody can tell why? When I press on Avatar icon then openning the forum homepage? I really need this plugin!!!
</p>]]></description>
					</item>
		<item>
			<title>gerikg on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-61970</link>
			<pubDate>Sun, 20 Dec 2009 02:23:55 +0000</pubDate>
			<dc:creator>gerikg</dc:creator>
			<guid isPermaLink="false">61970@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>daudev, I messed up on step </p>
<p>4 Open bb-config.php (in the bbpress folder) do the same thing here. With the SAME keys you put in the wordpress file put in the bb-config file around line # 41-45. ***You have to add BB_ to the front of the names.  Example: BB_AUTH_KEY  to all eight.***  Save. Keep the file open for now.
</p>]]></description>
					</item>
		<item>
			<title>timskii on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-61881</link>
			<pubDate>Thu, 17 Dec 2009 13:38:23 +0000</pubDate>
			<dc:creator>timskii</dc:creator>
			<guid isPermaLink="false">61881@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p><strong>Cross-Domain Intergration</strong></p>
<p>I've not seen anything about messy cross-domain integrations, so I thought I'd share my method. I'm using WordPress 2.8.6 with BBPress 1.0.2. Your mileage may vary on other versions. I suspect this method is not valid for 2.5/0.9.</p>
<p>The setup:<br />
- example.com/blog<br />
- example.com/forum<br />
- example.org/forum</p>
<p>With shared user tables and database.</p>
<p>The config AUTH_KEY/SECURE_AUTH_KEY/LOGGED_IN_KEY should be the same for all (remember to add BB_ to the forum config files). Within the BBPress admin intergation, have the same auth/secure/logged in values for all forums (remember it's the value shown within the WordPress options screen, not the values in the config files).</p>
<p>In this case cookiepath should be '/' ($bb-&#62;cookiepath = '/'; // in bb-config and, define('COOKIEPATH', '/'); // in wp-config). Set other $bb-&#62;style configurations as you wish.</p>
<p>Basically, everything is <em>the same</em>. <strong>Except</strong>: The Cookie Domain must be explicitly set**. And not always set to the same value.</p>
<p>In example.com/blog's wp-config add: define('COOKIE_DOMAIN','.example.com');</p>
<p>In example.com/forum's bb-config add: $bb-&#62;cookiedomain = '.example.com';</p>
<p>So far, so simple.</p>
<p>Now, in theory, example.org/forum can be set with $bb-&#62;cookiedomain = '.example.com'; // But I've not tried. Paranoid browsers would surely reject this. Instinctively having the forum rely on something that might look like a security risk is bad.</p>
<p>Instead, try adding this to example.org/forum's bb-config: $bb-&#62;cookiedomain = '.example.org'; // Users will still need to log in separately when they switch domain, but all the other integration features seem to be fooled, with no adverse problems.</p>
<p>I'd welcome any feedback on this method. I'm still not sure this is the best approach. </p>
<p>( ** Not setting the cookie domain appears to work, until the user switches between domains - example.com/blog doesn't simply fail to find a cookie set by example.org/forum, it may fail a fresh blog login until cookies are cleared. I'm not sure exactly what's happening, but it's messy.)
</p>]]></description>
					</item>
		<item>
			<title>gerikg on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-61854</link>
			<pubDate>Wed, 16 Dec 2009 17:20:50 +0000</pubDate>
			<dc:creator>gerikg</dc:creator>
			<guid isPermaLink="false">61854@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>do you want me to look at it??? email me ftp and give me admin access.
</p>]]></description>
					</item>
		<item>
			<title>daudev on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-61831</link>
			<pubDate>Wed, 16 Dec 2009 09:22:43 +0000</pubDate>
			<dc:creator>daudev</dc:creator>
			<guid isPermaLink="false">61831@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>It works when i login first in bbpress, then I'm logged in wordpress also, but first in wordpress and then in bbpress is not working!
</p>]]></description>
					</item>
		<item>
			<title>daudev on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-61830</link>
			<pubDate>Wed, 16 Dec 2009 09:16:48 +0000</pubDate>
			<dc:creator>daudev</dc:creator>
			<guid isPermaLink="false">61830@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I don't need to clear the cache, just the cookies, but yes I did, i cleared both!
</p>]]></description>
					</item>
		<item>
			<title>gerikg on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/7#post-61822</link>
			<pubDate>Wed, 16 Dec 2009 05:27:35 +0000</pubDate>
			<dc:creator>gerikg</dc:creator>
			<guid isPermaLink="false">61822@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Do you want me to look at it?  and did you clear your cache after you just have one line?
</p>]]></description>
					</item>
		<item>
			<title>daudev on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/6#post-61808</link>
			<pubDate>Tue, 15 Dec 2009 20:36:13 +0000</pubDate>
			<dc:creator>daudev</dc:creator>
			<guid isPermaLink="false">61808@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Still the same, logged in the wordpress, not logged in the bbpress but can do it.<br />
only with define( 'COOKIEPATH', '/' ); in the  both files!</p>
<p>But i look very carefully into the cookies.</p>
<p>I found 2 differences!<br />
First for wordpress cookies<br />
login cookie is with name wordpress_logged_in_xxxxx and path /<br />
and other cookies are with path /wp-admin, wp-content/plugins, /forum/bb-admin /forum/bb-plugins</p>
<p>and for the bbpress cookies are</p>
<p>wordpress_xxxxxxx and path /<br />
and other cookies are with path<br />
website.com/wp-admin<br />
website.comwp-content/plugins<br />
website.com/forum/bb-admin<br />
website.com/forum/bb-plugins</p>
<p>I think this is the problem, but I don't knew how to fix it, to have path without the host in bbpress cookies...
</p>]]></description>
					</item>
		<item>
			<title>gerikg on "WordPress + bbPress Integration 101"</title>
			<link>http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101/page/6#post-61785</link>
			<pubDate>Tue, 15 Dec 2009 17:14:43 +0000</pubDate>
			<dc:creator>gerikg</dc:creator>
			<guid isPermaLink="false">61785@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>daudev if you are NOT using WPMU then you shouldn't have so many lines.</p>
<p>delete what you pasted and follow these instructions</p>
<p>6 Login to your wordpress dashboard. Go to Plugins-&#62;Add New-&#62; search for "bbPress Integration" it should be the first one. Install it and activate.<br />
7 Go to Settings-&#62; bbPress Integration. Enter the bbPress URL without the www. Your plugins URL leave blank. Click on Save Changes. On the bottom box you'll see some text copy it. Most likely it will say "define( 'COOKIEPATH', '/' );"</p>
<p>There should be only ONE line in both files.  Make sure you have the correct checkbox that says wordpress not wordpressmu
</p>]]></description>
					</item>

	</channel>
</rss>

