Oct 31

This plug-in enables the Sterling Adventures bbPress forum (News) to use the avatars from the blog (Adventures). It isn’t an elaborate plug-in, but I am fairly proud of it, if only because it only took 30 minutes to write. So, I think it is worth sharing…

The plug-in is available as a download here.

All I ask is that you leave your greeting card here (i.e. leave a comment 8O ) and credit the plug-in (i.e. include a link to this page) on your site.

Because of some demand, please feel free to make a donation here if you find the code valuable!

Thanks!

Instructions:

  • Just put the plug-in into your ‘my-plugins’ directory (if this doesn’t make sense it probably isn’t something you should be trying :-) ) and activate it.
  • Then include the following (or similar) code where you want the avatar to show. An example posts.php template file is included in the download.
  • <?php
    if(function_exists('pws_get_avatar')) pws_get_avatar();
    ?>

With great regret I have closed comments on this post as I’m being deluged with queries that often boil down to “how to” requests and not issues with the plug-in, which works perfectly! :-) So, if you want support, even advice use the Feedback link as ask away…

But please note I may have to ask for a donation before I’ll look at “how to” questions…

(Interesting)(Good)(Great)(Fantastic)(Awesome) (Not Rated)
Loading ... Loading ...

4 Responses to ““Use Avatar” bbPress plug-in”