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

		<item>
			<title>BlackedOut271 on "Getting 404 - Permalink Config?"</title>
			<link>http://bbpress.org/forums/topic/getting-404-permalink-config#post-97935</link>
			<pubDate>Tue, 07 Feb 2012 13:05:38 +0000</pubDate>
			<dc:creator>BlackedOut271</dc:creator>
			<guid isPermaLink="false">97935@http://bbpress.org/forums/</guid>
			<description><![CDATA[<br />]]></description>
					</item>
		<item>
			<title>BlackedOut271 on "Getting 404 - Permalink Config?"</title>
			<link>http://bbpress.org/forums/topic/getting-404-permalink-config#post-97934</link>
			<pubDate>Tue, 07 Feb 2012 12:59:11 +0000</pubDate>
			<dc:creator>BlackedOut271</dc:creator>
			<guid isPermaLink="false">97934@http://bbpress.org/forums/</guid>
			<description><![CDATA[<br />]]></description>
					</item>
		<item>
			<title>BlackedOut271 on "Getting 404 - Permalink Config?"</title>
			<link>http://bbpress.org/forums/topic/getting-404-permalink-config#post-97933</link>
			<pubDate>Tue, 07 Feb 2012 12:45:00 +0000</pubDate>
			<dc:creator>BlackedOut271</dc:creator>
			<guid isPermaLink="false">97933@http://bbpress.org/forums/</guid>
			<description><![CDATA[<br />]]></description>
					</item>
		<item>
			<title>veppa on "Problems installing bbPress - Can&#039;t get admin page"</title>
			<link>http://bbpress.org/forums/topic/problems-installing-bbpress-cant-get-admin-page#post-97306</link>
			<pubDate>Wed, 18 Jan 2012 05:02:32 +0000</pubDate>
			<dc:creator>veppa</dc:creator>
			<guid isPermaLink="false">97306@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>bbpress is worpdress plugin. you should copy bbpress folder to wp-content\plugins folder. </p>
<p>if you have problem installing wordpress plugin then read detailed instructions here: </p>
<p><a href="http://codex.wordpress.org/Managing_Plugins#Installing_Plugins" rel="nofollow">http://codex.wordpress.org/Managing_Plugins#Installing_Plugins</a>
</p>]]></description>
					</item>
		<item>
			<title>lalong on "Problems installing bbPress - Can&#039;t get admin page"</title>
			<link>http://bbpress.org/forums/topic/problems-installing-bbpress-cant-get-admin-page#post-97301</link>
			<pubDate>Wed, 18 Jan 2012 01:30:53 +0000</pubDate>
			<dc:creator>lalong</dc:creator>
			<guid isPermaLink="false">97301@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Fresh website.<br />
Installed WordPress 3.3 into website's root dir<br />
Downloaded bbpress (2.0.2)<br />
ftp'ed files into ftp . mysite . com\bbpress (wordpress root dir)<br />
renamed ftp . mysite . com\bbpress to ftp:mysite.com\forum<br />
went to http:\\www.mysite.com\forum<br />
and nothing but a blank page shows...<br />
Any ideaa?
</p>]]></description>
					</item>
		<item>
			<title>Jdamonte on "Install bbpress in a subdirectory of multi site"</title>
			<link>http://bbpress.org/forums/topic/install-bbpress-in-a-subdirectory-of-multi-site#post-94624</link>
			<pubDate>Fri, 25 Nov 2011 01:16:05 +0000</pubDate>
			<dc:creator>Jdamonte</dc:creator>
			<guid isPermaLink="false">94624@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I'm sorry I see that its to add to .htaccess...thanks again, I'll let you know how I go. CHeers
</p>]]></description>
					</item>
		<item>
			<title>Jdamonte on "Install bbpress in a subdirectory of multi site"</title>
			<link>http://bbpress.org/forums/topic/install-bbpress-in-a-subdirectory-of-multi-site#post-94623</link>
			<pubDate>Fri, 25 Nov 2011 01:13:20 +0000</pubDate>
			<dc:creator>Jdamonte</dc:creator>
			<guid isPermaLink="false">94623@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for this info, can you also tell me where to place the re-write rules for the main site and sub sites?
</p>]]></description>
					</item>
		<item>
			<title>Trobee on "Install bbpress in a subdirectory of multi site"</title>
			<link>http://bbpress.org/forums/topic/install-bbpress-in-a-subdirectory-of-multi-site#post-94620</link>
			<pubDate>Thu, 24 Nov 2011 19:30:45 +0000</pubDate>
			<dc:creator>Trobee</dc:creator>
			<guid isPermaLink="false">94620@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have a similar situation, although I will have forums on other subsites eventually, so I have it enabled over the whole site, but I only created forums on one subsite. </p>
<p>The only thing I think I had to do was set up rewrites in .htaccess from all other subsites and the main site to view user profile pages.</p>
<p>For the main page:</p>
<p>RewriteRule ^users/(.*)$ /forums/users/$1 [L,R=301]</p>
<p>For subsites:</p>
<p>RewriteRule ^[subsite]/users/(.*)$ /forums/users/$1 [L,R=301]</p>
<p>Also, I am using the "Move Privacy Options" plugin to make the subsite private, and I noticed that the bbpess rss feeds are not private. I am currently woking on fixing this and so far this is what I have got, which is by no means perfect.</p>
<p>You will need to find the functions bbp_display_topics_feed_rss2 and bbp_display_replies_feed_rss2 in bbp-topic-functions.php and bbp-reply-functions.php respectively, and add this code to the beginning of each fuction</p>
<pre><code>if (!isset($_SERVER[&#039;PHP_AUTH_USER&#039;])) {
          header(&#039;WWW-Authenticate: Basic realm=&#34;My Website&#34;&#039;);
          header(&#039;HTTP/1.1 401 Authorization Required&#039;);
          exit;
        }
        $user = wp_authenticate($_SERVER[&#039;PHP_AUTH_USER&#039;], $_SERVER[&#039;PHP_AUTH_PW&#039;]);

        if ( !$user &#124;&#124; is_wp_error($user) ) {
          header(&#039;WWW-Authenticate: Basic realm=&#34;My Website&#34;&#039;);
          header(&#039;HTTP/1.1 401 Authorization Required&#039;);
        }</code></pre>
<p>Which should limit who can read the rss feeds to people who have a login to your wordpress site.
</p>]]></description>
					</item>
		<item>
			<title>Jdamonte on "Install bbpress in a subdirectory of multi site"</title>
			<link>http://bbpress.org/forums/topic/install-bbpress-in-a-subdirectory-of-multi-site#post-94618</link>
			<pubDate>Thu, 24 Nov 2011 16:41:41 +0000</pubDate>
			<dc:creator>Jdamonte</dc:creator>
			<guid isPermaLink="false">94618@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I am trying to set up the bbpress forum as private on a subdirectory of a multi site and am not sure of the most practical approach. If I enable it on the subsite I can't make the pages such as login, register, lost p/w etc. as the templates don't show on the sub-directory only on the main site.</p>
<p>Any ideas would be really appreciated.
</p>]]></description>
					</item>
		<item>
			<title>Jdamonte on "bbPress 2.0, Buddypress 1.5 and Multisite"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-buddypress-15-and-multisite#post-94596</link>
			<pubDate>Wed, 23 Nov 2011 18:52:45 +0000</pubDate>
			<dc:creator>Jdamonte</dc:creator>
			<guid isPermaLink="false">94596@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>On the same topic, can a standalone instal of bbpress be set up on a sub domain?</p>
<p>Where are the files for reg, log in, lost p/w etc.?
</p>]]></description>
					</item>
		<item>
			<title>shyaam on "WordPress + BuddyPress + bbPress (Integration)"</title>
			<link>http://bbpress.org/forums/topic/wordpress-buddypress-bbpress-integration#post-94297</link>
			<pubDate>Tue, 15 Nov 2011 16:18:46 +0000</pubDate>
			<dc:creator>shyaam</dc:creator>
			<guid isPermaLink="false">94297@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>pimarts: I really need your help in understanding if there is a documentation on how you did it or if you could provide me more assistance directly, that would be great as well.</p>
<p>kangenguru: When I did it using your technique, I had issues :( the BBPress plugin did not have the bb-config.php, so I used the bb-config that is within the buddypress. Hence, I couldnt get the bb-press 2.0 to work. But again when I did it with what is built into buddypress itself, all the files and folders showed up like they were missing.</p>
<p>I am not saying that integrating buddyPress+BBPress is bad, but all I am saying is that I did not know how to work with this issue (could be the lack of knowledge). If anyone could help, that would be awesome.</p>
<p>PS: please do not ask me to google for the documents... I have googled for the past 3 weeks and found several solutions and most of them did not work in my situation. So any help would be greatly appreciated.
</p>]]></description>
					</item>
		<item>
			<title>pieface on "The install page doesn&#039;t work"</title>
			<link>http://bbpress.org/forums/topic/the-install-page-doesnt-work#post-94098</link>
			<pubDate>Wed, 09 Nov 2011 19:02:54 +0000</pubDate>
			<dc:creator>pieface</dc:creator>
			<guid isPermaLink="false">94098@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I uploaded bbPress 1.1 to my website.<br />
Visited the bbPress directory which I called "forum".<br />
It redirected me to /forum/bb-admin/install.php.</p>
<p>Which said: "There doesn't seem to be a bb-config.php file. This usually means that you want to install bbPress."</p>
<p>When I click on "Go to step 1", nothing happens - it just refreshes the page, and does not display the first step. There no error messages.</p>
<p>I am using PHP version 5.1.6<br />
I don't have word press installed.</p>
<p>Any Ideas?
</p>]]></description>
					</item>
		<item>
			<title>Andre on "bbPress 2.0, Buddypress 1.5 and Multisite"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-buddypress-15-and-multisite#post-93174</link>
			<pubDate>Tue, 11 Oct 2011 22:39:37 +0000</pubDate>
			<dc:creator>Andre</dc:creator>
			<guid isPermaLink="false">93174@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You were on the right track when you enabled bbPress solely on the 1 main site.</p>
<p>Install WP.<br />
Enable Multisite, but you don't have to create the other sites yet.<br />
Install and activate Buddypress without installing or activating forums through BuddyPress.<br />
Install and activate bbPress.</p>
<p>You are going to get that warning for the time being because BuddyPress 1.5 and bbPress 2.0 aren't fully integrated yet. Better/Full integration is being worked on for BuddyPress 1.6 which is supposed to come out around the same time as WP 3.3, which just hit beta 1 and is scheduled for release at the end of November
</p>]]></description>
					</item>
		<item>
			<title>dosch on "bbPress 2.0, Buddypress 1.5 and Multisite"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-buddypress-15-and-multisite#post-93173</link>
			<pubDate>Tue, 11 Oct 2011 21:36:21 +0000</pubDate>
			<dc:creator>dosch</dc:creator>
			<guid isPermaLink="false">93173@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hey all!</p>
<p>I am trying to make my dream-setup:</p>
<p>One multi-site with six sites.<br />
The main site has bussypress1.5 with bbPress2.0.</p>
<p>I can;t get this to work... Is there already a tutorial on how to do this?<br />
At first I tried installing BuddyP. and then activating fora and installing bbPress in the process; enebling it network-wide. But then the bbPress-fora show up on the dashboard of every site.</p>
<p>Now I tried to enable bbPress only on the site I want to use it, but it generates conflicts with the Buddypress installation. I get this error:</p>
<p>"The forums component has not been set up yet."</p>
<p>(also, on a side-note; BuddyPress can only be configured on the dashboard of the Network, not only on the site I actually want to have it running on, but that seems to fit maybe more on the BuddyPress forum).</p>
<p>I'd be gratefull for any help or step-by-step guidance here!
</p>]]></description>
					</item>
		<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>adv_user on "WordPress + BuddyPress + bbPress (Integration)"</title>
			<link>http://bbpress.org/forums/topic/wordpress-buddypress-bbpress-integration#post-90765</link>
			<pubDate>Sun, 14 Aug 2011 22:27:26 +0000</pubDate>
			<dc:creator>adv_user</dc:creator>
			<guid isPermaLink="false">90765@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Certainly kangenguru, integration is actually very simple.</p>
<p>I remember 2 years ago as I suffered to do this on another site, they were separate systems. Now, as they are plugins, is extremely easy.</p>
<p>Congratulations to all team WordPress.
</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>kangenguru on "WordPress + BuddyPress + bbPress (Integration)"</title>
			<link>http://bbpress.org/forums/topic/wordpress-buddypress-bbpress-integration#post-90741</link>
			<pubDate>Sat, 13 Aug 2011 23:13:45 +0000</pubDate>
			<dc:creator>kangenguru</dc:creator>
			<guid isPermaLink="false">90741@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have 2 sites that I installed on wordpress mu the buddypress plugin and activated bbpress within buddypress.  It seemed like an easier implementation.  See it here at <a href="http://networkmarketingunderground.com" rel="nofollow">http://networkmarketingunderground.com</a>.
</p>]]></description>
					</item>
		<item>
			<title>adv_user on "WordPress + BuddyPress + bbPress (Integration)"</title>
			<link>http://bbpress.org/forums/topic/wordpress-buddypress-bbpress-integration#post-90549</link>
			<pubDate>Tue, 09 Aug 2011 20:16:57 +0000</pubDate>
			<dc:creator>adv_user</dc:creator>
			<guid isPermaLink="false">90549@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Right!<br />
Thank you for the tip.</p>
<p>I did exactly this (installed in separate plugins) and it worked fine.</p>
<p>The only thing that is kept turned on the option to create forums in groups, since they are different subjects of the forum site.</p>
<p>But both work very well (bbPress and BuddyPress).</p>
<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>pimarts on "WordPress + BuddyPress + bbPress (Integration)"</title>
			<link>http://bbpress.org/forums/topic/wordpress-buddypress-bbpress-integration#post-90546</link>
			<pubDate>Tue, 09 Aug 2011 16:57:54 +0000</pubDate>
			<dc:creator>pimarts</dc:creator>
			<guid isPermaLink="false">90546@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>What I did at <a href="http://www.swnk.org" rel="nofollow">http://www.swnk.org</a> is install the bbPress &#38; Buddypress plugins separately from each other. I'm not using the forums function of buddyPress and I'm re-directing the forum profiles to the BuddyPress profiles for instance.
</p>]]></description>
					</item>
		<item>
			<title>adv_user on "WordPress + BuddyPress + bbPress (Integration)"</title>
			<link>http://bbpress.org/forums/topic/wordpress-buddypress-bbpress-integration#post-90543</link>
			<pubDate>Tue, 09 Aug 2011 16:52:36 +0000</pubDate>
			<dc:creator>adv_user</dc:creator>
			<guid isPermaLink="false">90543@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello</p>
<p>I wish I had on my site/blog WordPress both: a social network and a forum.</p>
<p>&#60;b&#62;But what is the best option for integrating it with 100% quality?&#60;/b&#62;</p>
<p>What I tried:<br />
First installed BuddyPress and activate forum, then, within groups is possible to have discussion forums.</p>
<p>But the problem is that when accessing <a href="http://www.site.com/forums" rel="nofollow">http://www.site.com/forums</a> list just the latest topics and the group they belong to.</p>
<p>And I would need, beyond the scope of forum for each group, a global forum for the entire site, to divide the topics into categories ("forums" different).</p>
<p>What suggestions?<br />
Should I install BuddyPress bbPress and WordPress as separate plugins? This does not affect integration?
</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>

	</channel>
</rss>

