Free BuddyPress Widget - Recently Active Members
BuddyPress Plugins, Downloads June 30th, 2009
This free BuddyPress plugin adds a widget to your sidebar. The widget allows the ability to add a list of the most recently active members. The list is formatted to show the member’s avatar and their name (both link to their BuddyPress profile) This can be used in addition to the default members widget provided by BuddyPress or all by itself.
Installation
1. Unzip the file.
2. Upload bp-recently-active-widget.php to wp-content/plugins/
3. Activate the plugin
4. Place the widget into a sidebar via Appearance >> Widgets in your WP dashboard
BuddyPress Widget - Recently Active (1.3 KiB, 500 hits)




June 30th, 2009 at 2:37 pm
Cool. You should try and use the template loops if you can. You can achieve the same result far easier:
http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-site-members-loop/
<php if ( bp_has_site_members( ‘type=active&max=25′ ) ) : ?> …
July 1st, 2009 at 1:25 pm
Nice !
And U even had a comment from the Creator Himself !
September 17th, 2009 at 2:39 am
Thanks for the plugin! How can I change the title of the widget from Recently Active Members Avatars to Recently Active Members?