So this plugin is really a pre-cursor to an avatar plugin that I'm hoping to get around to developing off of this plugin. I wanted to provide my users with the ability to display their pictures and a short blurb on their sidebars in a sleek and streamlined format, and barring some hindrances this plugin accomplishes that.
In its present state this plugin makes use of the Author Image Plugin by Andrew Ferguson, and the Author Profile Widget that Ergate released.
Both of the plugins have been hacked to provide the following functionality: The Author Image Plugin will provide a form for users to upload their images on their profile page, but will save the image to $blog_id.jpg in the /blogs.dir/ folder (NOT in their own $blog_id subfolder).
The Author Profile Widget will then look for the $blog_id.jpg file in addition to calling the the_author_description(); function, and wrap the text neatly around the image. You can see a demo of it in action on my home blog: http://suleiman.hadithuna.com.
To install this plugin, first drop the "fergcorp...php" file in your mu-plugins directory. Then go to Andrew Ferguson's page and follow the instructions for modifying the profile.php file in your /wp-admin/ folder.
Then drop the author_profile.php file in your /mu-plugins/widgets/ directory and drag it to the sidebar.
For styling use the following in your hacked MyCSS css file:
.wpmuprofile
!height: 250px;
overflow: auto;
For more information and to download the plugin, head to http://suleiman.hadithuna.com/wpmu-author-profile-enhanced-plugin/