<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>LINICKX.com</title><link>https://www.linickx.com/</link><description></description><lastBuildDate>Fri, 02 Feb 2007 13:43:00 +0000</lastBuildDate><item><title>Avatar BBPress Plugin Browser</title><link>https://www.linickx.com/avatar-bbpress-plugin-browser</link><description>&lt;p&gt;I've been playing with bbpress, by default there are no Avatars, I've
made a little adjustment to the plugin by &lt;a href="http://ardentfrost.rayd.org/"&gt;Joshua
Hutchins&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here is my Forum Post: &lt;a href="http://bbpress.org/plugins/topic/18?replies=2&amp;amp;more=1"&gt;Avatar  bbPress plugin
browser&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I wrote an extra function for your plugin so that the avatar can be
displayed on the profile page...&lt;/p&gt;
&lt;p&gt;function profile_avatar() {&lt;br /&gt;
 global \$user;&lt;br /&gt;
 if ( get_avatar_loc ( \$user-&amp;gt;ID ) ) {&lt;br /&gt;
 echo '\&amp;lt;img src="' . get_avatar_loc( \$user-&amp;gt;ID ) . '" alt="' .
\$user-&amp;gt;user_login . 's Avatar"' . ' /&amp;gt;';&lt;br /&gt;
 }&lt;br /&gt;
 }&lt;/p&gt;
&lt;p&gt;Styles &amp;amp; img sizes could be added into the tag as desired.... then in
profile.php template, add...&lt;/p&gt;
&lt;p&gt;\&amp;lt;?php if ( function_exists('profile_avatar') ) { profile_avatar();
} ?&amp;gt;&lt;/p&gt;
&lt;p&gt;hope that helps :-)&lt;/p&gt;
&lt;/blockquote&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Fri, 02 Feb 2007 13:43:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2007-02-02:avatar-bbpress-plugin-browser</guid><category>bbpress</category><category>Blog</category><category>PHP</category><category>wordpres</category></item></channel></rss>