<?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: avatars</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase Tag: avatars</description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 05:45:15 +0000</pubDate>

<item>
<title>belounsi on "Show user avatar"</title>
<link>http://bbshowcase.org/forums/topic/show-user-avatar#post-2490</link>
<pubDate>Sat, 27 Aug 2011 06:26:56 +0000</pubDate>
<dc:creator>belounsi</dc:creator>
<guid isPermaLink="false">2490@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Dear CK,&#60;/p&#62;
&#60;p&#62;i have the same problem, did you already found out a bugfix  for this?&#60;/p&#62;
&#60;p&#62;Thanks
&#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>
<item>
<title>_ck_ on "Show user avatar"</title>
<link>http://bbshowcase.org/forums/topic/show-user-avatar#post-312</link>
<pubDate>Fri, 09 May 2008 21:14:05 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">312@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I think there is a bug in his function.&#60;br /&#62;
It takes the $id, but it doesn't use it and switches to the global $user later on, which is wrong.&#60;br /&#62;
Let me see if I can figure out the fix.&#60;/p&#62;
&#60;p&#62;You might be able to trick it into a workaround by using the $forcedb option, ie.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;avatarupload_get_avatar($id, 1, 1)&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>tikitakfire on "Show user avatar"</title>
<link>http://bbshowcase.org/forums/topic/show-user-avatar#post-311</link>
<pubDate>Fri, 09 May 2008 16:09:47 +0000</pubDate>
<dc:creator>tikitakfire</dc:creator>
<guid isPermaLink="false">311@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;don't work...&#60;/p&#62;
&#60;p&#62;Look, when I use &#60;code&#62;bb_get_current_user_info(&#38;#39;id&#38;#39;)&#60;/code&#62; like this &#60;code&#62;&#38;lt;?php echo &#38;#39;Bienvenido &#38;lt;strong&#38;gt;&#38;#39;.bb_get_current_user_info(&#38;#39;id&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;#39;; ?&#38;gt;&#60;/code&#62;, always shows the user logged id, but, when I use in this form &#60;code&#62;&#38;lt;?php avatarupload_displaythumb(bb_get_current_user_info(&#38;#39;id&#38;#39;)); ?&#38;gt;&#60;/code&#62; change my ID for the ID each profile...&#60;/p&#62;
&#60;p&#62;you know why?&#60;/p&#62;
&#60;p&#62;I think I will withdraw...
&#60;/p&#62;</description>
</item>

</channel>
</rss>

