<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums User Favorites: RedSkunk</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums User Favorites: RedSkunk</description>
<language>en</language>
<pubDate>Sun, 07 Sep 2008 09:54:49 +0000</pubDate>

<item>
<title>Trent on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-6287</link>
<pubDate>Mon, 02 Apr 2007 03:50:49 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">6287@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I use this plugin for MyBlogLog avatars, but looking at the code it seems to be already setup for Gravatars as well!   Maybe take a look at it!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/36?replies=6&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/36?replies=6&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>TheGunMan on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-6286</link>
<pubDate>Mon, 02 Apr 2007 03:38:28 +0000</pubDate>
<dc:creator>TheGunMan</dc:creator>
<guid isPermaLink="false">6286@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well thats a no go it screwed the whole forum up and I had to re-install. Has anyone acually got this thing working? If so can you post the exact instruction here please!!!!
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-6285</link>
<pubDate>Mon, 02 Apr 2007 03:34:02 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">6285@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Or you can use either of the avatar plugins available.
&#60;/p&#62;</description>
</item>
<item>
<title>Atsutane on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-6264</link>
<pubDate>Sun, 01 Apr 2007 10:09:21 +0000</pubDate>
<dc:creator>Atsutane</dc:creator>
<guid isPermaLink="false">6264@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;U can put that code as a plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>TheGunMan on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-6261</link>
<pubDate>Sun, 01 Apr 2007 06:11:03 +0000</pubDate>
<dc:creator>TheGunMan</dc:creator>
<guid isPermaLink="false">6261@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Does anyone know?
&#60;/p&#62;</description>
</item>
<item>
<title>TheGunMan on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-6232</link>
<pubDate>Sat, 31 Mar 2007 14:58:35 +0000</pubDate>
<dc:creator>TheGunMan</dc:creator>
<guid isPermaLink="false">6232@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You say this is bbpress code but after searching through every file I couldn't find any reference to avatar in any of the code. Where exactly is this block of code placed?
&#60;/p&#62;</description>
</item>
<item>
<title>cweb on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-6214</link>
<pubDate>Fri, 30 Mar 2007 21:41:57 +0000</pubDate>
<dc:creator>cweb</dc:creator>
<guid isPermaLink="false">6214@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It works for me, just had to change your variable name $usermail because it's supposed to be $email - so the code looks like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function get_avatar() {&#60;br /&#62;
global $bbdb;&#60;br /&#62;
$id = get_post_author_id();&#60;br /&#62;
$user = bb_get_user( $id );&#60;br /&#62;
$email = $user-&#38;gt;user_email;&#60;br /&#62;
$default = &#34;http://eastcoastwahines.com/images/gravatar.gif&#34;; // Put your default avatar link&#60;br /&#62;
$size = 40;&#60;br /&#62;
$grav_url = &#34;http://www.gravatar.com/avatar.php?gravatar_id=&#34;.md5($email).&#34;&#38;#38;default=&#34;.urlencode($default).&#34;&#38;#38;size=&#34;.$size;&#60;br /&#62;
echo &#34;&#38;lt;img src=\&#34;$grav_url\&#34; alt=\&#34;Gravatar\&#34; width=\&#34;$size\&#34; height=\&#34;$size\&#34; /&#38;gt;&#34;;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>drmike on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-3973</link>
<pubDate>Sat, 03 Feb 2007 20:58:06 +0000</pubDate>
<dc:creator>drmike</dc:creator>
<guid isPermaLink="false">3973@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Shuldn't have to change anything.  That's all bbpress code.
&#60;/p&#62;</description>
</item>
<item>
<title>Rori on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-1097</link>
<pubDate>Sun, 05 Nov 2006 11:38:45 +0000</pubDate>
<dc:creator>Rori</dc:creator>
<guid isPermaLink="false">1097@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, because I am a bbpress baby, where does one make that change ?
&#60;/p&#62;</description>
</item>
<item>
<title>LordCoder on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-875</link>
<pubDate>Tue, 31 Oct 2006 17:03:39 +0000</pubDate>
<dc:creator>LordCoder</dc:creator>
<guid isPermaLink="false">875@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Atsutane , $user-&#38;gt;user_email is what i searched for !
&#60;/p&#62;</description>
</item>
<item>
<title>Atsutane on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-874</link>
<pubDate>Tue, 31 Oct 2006 16:55:39 +0000</pubDate>
<dc:creator>Atsutane</dc:creator>
<guid isPermaLink="false">874@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well u can try this. Donno if it gonna work or not .. right now 12:54am so i dont have the time to test it :) Try at ur own risk. Got problem dont blame me XD. Well if this was wrong feel free to fix it.&#60;/p&#62;
&#60;p&#62;function get_post_author_avatar() {&#60;br /&#62;
	global $bbdb;&#60;br /&#62;
	$id = get_post_author_id();&#60;br /&#62;
	$user = bb_get_user( $id );&#60;br /&#62;
	$usermail = $user-&#38;gt;user_email;&#60;br /&#62;
	$default = &#34;http://www.somewhere.com/homestar.jpg&#34;; // Put your default avatar link&#60;br /&#62;
	$size = 40;&#60;br /&#62;
	$grav_url = &#34;http://www.gravatar.com/avatar.php?gravatar_id=&#34;.md5($email).&#34;&#38;amp;default=&#34;.urlencode($default).&#34;&#38;amp;size=&#34;.$size;&#60;br /&#62;
	echo &#34;&#38;lt;img src=\&#34;$grav_url\&#34; alt=\&#34;Gravatar\&#34; /&#38;gt;&#34;;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>LordCoder on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-872</link>
<pubDate>Tue, 31 Oct 2006 16:27:26 +0000</pubDate>
<dc:creator>LordCoder</dc:creator>
<guid isPermaLink="false">872@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No , there's a very simple way , simply use this url as the image url :&#60;br /&#62;
&#60;a href=&#34;http://www.gravatar.com/avatar.php?gravatar_id=MD5&#34; rel=&#34;nofollow&#34;&#62;http://www.gravatar.com/avatar.php?gravatar_id=MD5&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;MD5 should be replaced by the md5 hash of the poster's email address .&#60;/p&#62;
&#60;p&#62;Look at the &#34;How the URL is constructed&#34; section on &#60;a href=&#34;http://gravatar.com/implement.php&#34; rel=&#34;nofollow&#34;&#62;http://gravatar.com/implement.php&#60;/a&#62; if you need more options like the size , rating ...
&#60;/p&#62;</description>
</item>
<item>
<title>AphelionZ on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-867</link>
<pubDate>Tue, 31 Oct 2006 14:17:30 +0000</pubDate>
<dc:creator>AphelionZ</dc:creator>
<guid isPermaLink="false">867@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That's pretty cool, but the plugin is only available for WordPress. That means you'd  have to call the wordpress tag within bbPress, and I dont load wordpress with my forum (way too complicated for what i need)&#60;/p&#62;
&#60;p&#62;However, somebody could take the wordpress code and customize it for bbPress :)
&#60;/p&#62;</description>
</item>
<item>
<title>LordCoder on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-857</link>
<pubDate>Tue, 31 Oct 2006 09:05:20 +0000</pubDate>
<dc:creator>LordCoder</dc:creator>
<guid isPermaLink="false">857@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello ,&#60;/p&#62;
&#60;p&#62;try &#60;a href=&#34;http://gravatar.com/&#34; rel=&#34;nofollow&#34;&#62;http://gravatar.com/&#60;/a&#62; .
&#60;/p&#62;</description>
</item>
<item>
<title>AphelionZ on "Avatars"</title>
<link>http://bbpress.org/forums/topic/avatars#post-784</link>
<pubDate>Mon, 30 Oct 2006 03:09:36 +0000</pubDate>
<dc:creator>AphelionZ</dc:creator>
<guid isPermaLink="false">784@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Anybody working on or know of an avatars plugin? One of my users is already asking about it...
&#60;/p&#62;</description>
</item>
<item>
<title>mozey on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-177</link>
<pubDate>Tue, 17 Oct 2006 15:09:54 +0000</pubDate>
<dc:creator>mozey</dc:creator>
<guid isPermaLink="false">177@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;GOT IT, GOT IT,&#60;br /&#62;
for some reason, it would'nt take my relitive path, it needs the FULL absalout path.
&#60;/p&#62;</description>
</item>
<item>
<title>mozey on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-169</link>
<pubDate>Tue, 17 Oct 2006 06:45:42 +0000</pubDate>
<dc:creator>mozey</dc:creator>
<guid isPermaLink="false">169@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have had the same problem, but when i added the requireonce line. It could'nd find my path, and i'm sure it is the correct path with the proper permision. &#60;/p&#62;
&#60;p&#62;Here is the error:&#60;/p&#62;
&#60;p&#62;&#34;Warning: main(PATHTO/wp-config.php) [function.main]: failed to open stream: No such file or directory in /SERVERPATHTO/forum/config.php on line XX&#60;/p&#62;
&#60;p&#62;Fatal error: main() [function.require]: Failed opening required 'PATHTO/wp-config.php' (include_path='.:') in /SERVERPATHTO/forum/config.php on line XX&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>Shinka on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-19</link>
<pubDate>Sat, 14 Oct 2006 07:02:32 +0000</pubDate>
<dc:creator>Shinka</dc:creator>
<guid isPermaLink="false">19@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks guys. :)
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-17</link>
<pubDate>Sat, 14 Oct 2006 06:09:29 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">17@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you &#60;code&#62;define(&#38;#39;WP_BB&#38;#39;, true);&#60;/code&#62;, you still have to call the WordPress script yourself.&#60;/p&#62;
&#60;p&#62;put &#60;code&#62;require_once(&#38;#39;../wp-config.php&#38;#39;);&#60;/code&#62; (or whatever the right path is) in bbPress' config.php.
&#60;/p&#62;</description>
</item>
<item>
<title>klasen on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-15</link>
<pubDate>Sat, 14 Oct 2006 06:02:28 +0000</pubDate>
<dc:creator>klasen</dc:creator>
<guid isPermaLink="false">15@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;if you comment out the line near the bottom for loading both wp and bb, it will fix this error...  I have the same issue (plus other as detailed in another post)&#60;/p&#62;
&#60;p&#62;Mr Papa
&#60;/p&#62;</description>
</item>
<item>
<title>Shinka on "*sigh* installation error"</title>
<link>http://bbpress.org/forums/topic/sigh-installation-error#post-14</link>
<pubDate>Sat, 14 Oct 2006 05:59:34 +0000</pubDate>
<dc:creator>Shinka</dc:creator>
<guid isPermaLink="false">14@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Figures, I'd go to try something new and I screw it up. I assume I did something wrong here, because when I go to install.php, I get the following error:&#60;br /&#62;
Fatal error: Call to undefined function: __() in …/www/html/forums/bb-includes/capabilities.php on line 27
&#60;/p&#62;</description>
</item>

</channel>
</rss>
