bbPress Plugin Browser »

bb-myAvatars (0.1)

Allows users to use the MyBlogLog avatars

<!--plugin-data-description-->
<p>This is a direct port from the WordPress plugin MyAvatars by Napolux http://www.napolux.com/projects/myavatars/ - Thanks.</p>

<!--plugin-data-installation-->
<p>Add bb-myavatars.php, bb-myavatars-style.css to your /my-plugins/ directory.</p>

<p>I have also included sample versions of profile.php and post.php based on the Kakumei theme. These should be placed under my-templates/<theme-name>. </p>

<p>In addition I've added it to the private messaging plugin and a sample of that can be found in postmsg.php</p>

<p>Borrowed the following idea from the other avatar plugin by Joshua Hutchins http://faq.rayd.org/bbpress_avatar/ - Thanks</p>

<p>NOTE: If using the default template, you MUST change style.css so that avatars can fit in the author info area.</p>

<p>I made these changes in style.css to allow for a 150x150px avatar</p>

<p>.post {
min-height: 150px;
}</p>

<p>.threadauthor {
margin-left: -110px;
overflow: hidden;
position: absolute;
max-height: 215px;
width: 160px;
}</p>

<p>NOTE: .post did not exist previously, but the div's did exist. .threadauthor did exist,</p>

<!--plugin-data-other_notes-->
<h3>Configuration</h3>
<p>The plugin offers the following template tags for use in your templates.</p>

  1. bb_myavatars($id,$gravatar = false): Displays the avatar for the users id.