<?xml version="1.0"?><!-- 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 Showcase Tag: avatar</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase Tag: avatar</description>
<language>en</language>
<pubDate>Thu, 24 May 2012 15:43:48 +0000</pubDate>

<item>
<title>mccawphoto on "Change default avatar in bbpress 1.1"</title>
<link>http://bbshowcase.org/forums/topic/change-default-avatar-in-bbpress-11#post-2937</link>
<pubDate>Tue, 24 Jan 2012 09:59:44 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2937@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;That worked perfectly! Thanks for your help!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Change default avatar in bbpress 1.1"</title>
<link>http://bbshowcase.org/forums/topic/change-default-avatar-in-bbpress-11#post-2936</link>
<pubDate>Tue, 24 Jan 2012 06:00:44 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2936@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;It looks like in 1.1 they broke the avatar default just like it used to be broken in wordpress.&#60;/p&#62;
&#60;p&#62;First they get the default &#60;code&#62;if ( empty($default) ) 		$default = bb_get_option(&#38;#39;avatars_default&#38;#39;);&#60;/code&#62;&#60;br /&#62;
but then they override it with their own &#60;code&#62;$default = $host . &#38;#39;/avatar/ad516503a11cd5ca435acc9bb6523536?s=&#38;#39; . $size;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This means your only option is to filter it afterwards.&#60;/p&#62;
&#60;p&#62;Try making a mini-plugin with this code instead (or add it to your template header.php)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;bb_get_avatar&#38;#39;, &#38;#39;custom_default_avatar&#38;#39;); 

function custom_default_avatar($data) {return preg_replace(&#38;#39;@(\&#38;amp;amp\;d\=).+?(\&#38;#39;&#124;&#38;quot;&#124;\&#38;amp;amp\;)@sm&#38;#39;,&#38;#39;$1http://www.example.com/defaultavatar.png$2&#38;#39;,$data);}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change the example part to the url to your default avatar
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Change default avatar in bbpress 1.1"</title>
<link>http://bbshowcase.org/forums/topic/change-default-avatar-in-bbpress-11#post-2935</link>
<pubDate>Mon, 23 Jan 2012 23:49:15 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2935@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Does anyone know how to change the default avatar in bbpress 1.1 to a custom avatar that you have created?&#60;/p&#62;
&#60;p&#62;Thanks for any help!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Avatar problem"</title>
<link>http://bbshowcase.org/forums/topic/avatar-problem#post-1607</link>
<pubDate>Fri, 14 Aug 2009 07:07:06 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1607@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Unfortunately I cannot. They are all terrible as far as performance/size&#60;/p&#62;
&#60;p&#62;(though I have not researched any alternatives recently, so who knows)
&#60;/p&#62;</description>
</item>
<item>
<title>busgia on "Avatar problem"</title>
<link>http://bbshowcase.org/forums/topic/avatar-problem#post-1606</link>
<pubDate>Fri, 14 Aug 2009 05:19:53 +0000</pubDate>
<dc:creator>busgia</dc:creator>
<guid isPermaLink="false">1606@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Can you suggest me another WYSIWYG editor please me?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Avatar problem"</title>
<link>http://bbshowcase.org/forums/topic/avatar-problem#post-1605</link>
<pubDate>Fri, 14 Aug 2009 04:03:15 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1605@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I don't use or support TinyMCE, sorry.&#60;br /&#62;
I actually recommend against it because of it's incredible bulk.
&#60;/p&#62;</description>
</item>
<item>
<title>busgia on "Avatar problem"</title>
<link>http://bbshowcase.org/forums/topic/avatar-problem#post-1604</link>
<pubDate>Fri, 14 Aug 2009 02:51:08 +0000</pubDate>
<dc:creator>busgia</dc:creator>
<guid isPermaLink="false">1604@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Wonderful, it works.&#60;br /&#62;
Now I have an another problem with another plugin (tinymce), only a few buttons or features are shown but I don't know if this is the right place to post it.&#60;br /&#62;
Thanks for your help
&#60;/p&#62;</description>
</item>
<item>
<title>busgia on "Avatar problem"</title>
<link>http://bbshowcase.org/forums/topic/avatar-problem#post-1600</link>
<pubDate>Thu, 13 Aug 2009 08:16:19 +0000</pubDate>
<dc:creator>busgia</dc:creator>
<guid isPermaLink="false">1600@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;You're right:&#60;br /&#62;
My Crystal's post.php contains:&#60;br /&#62;
&#38;lt;div class=&#34;threadauthor&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;p&#38;gt;&#60;strong&#62;&#38;lt;?php post_author_link(); ?&#38;gt;&#60;/strong&#62;&#60;br /&#62;
  &#38;lt;small&#38;gt;&#38;lt;?php post_author_title(); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;This night will substitute with&#60;br /&#62;
&#38;lt;div class=&#34;threadauthor&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;?php post_author_avatar(); ?&#38;gt;&#60;br /&#62;
  &#38;lt;p&#38;gt;&#60;strong&#62;&#38;lt;?php post_author_link(); ?&#38;gt;&#60;/strong&#62;&#60;br /&#62;
  &#38;lt;small&#38;gt;&#38;lt;?php post_author_title(); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;and then I'll tell you.&#60;br /&#62;
Meanwhile thanks for your patience and help.&#60;/p&#62;
&#60;p&#62;Gianluca
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Avatar problem"</title>
<link>http://bbshowcase.org/forums/topic/avatar-problem#post-1597</link>
<pubDate>Thu, 13 Aug 2009 07:33:49 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">1597@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I believe Crystal theme was made before gravatars were built into bbpress.&#60;/p&#62;
&#60;p&#62;It should be easy to fix.&#60;/p&#62;
&#60;p&#62;Look at the &#60;code&#62;post.php&#60;/code&#62; template in the kakukei default theme.&#60;/p&#62;
&#60;p&#62;Then look at the &#60;code&#62;posts.php&#60;/code&#62; template inside of crystal.&#60;/p&#62;
&#60;p&#62;Your &#60;code&#62;posts.php&#60;/code&#62; is probably missing the avatar part here:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;threadauthor&#38;quot;&#38;gt;
	&#38;lt;?php post_author_avatar(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So copy that  &#60;code&#62;post_author_avatar&#60;/code&#62;  into your template.
&#60;/p&#62;</description>
</item>
<item>
<title>busgia on "Avatar problem"</title>
<link>http://bbshowcase.org/forums/topic/avatar-problem#post-1596</link>
<pubDate>Thu, 13 Aug 2009 05:21:58 +0000</pubDate>
<dc:creator>busgia</dc:creator>
<guid isPermaLink="false">1596@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hi to all I'm a newbie of bbpress and bbshowcase too.&#60;br /&#62;
I've installed the theme Crystal on my &#60;a href=&#34;http://www.fantadoc.net/bbpress&#34; rel=&#34;nofollow&#34;&#62;http://www.fantadoc.net/bbpress&#60;/a&#62; and I'm not able to see users' avatars though in the WP site integrated (www.fantadoc.net)with the forum I'm able to do that,&#60;br /&#62;
What am I doing wrong?&#60;br /&#62;
Any suggest?
&#60;/p&#62;</description>
</item>

</channel>
</rss>

