This plugin will replace the blog comments section with the activity stream reply system
Edit the theme file theme/activitycomments/blogactivity-commments.php (you may want to copy this activitycomments/file to your default theme to prevent future updates from overwriting)
change the line
<?php if ( comments_open() && is_site_admin() ) : ?>
Where is_site_admin can be current_user_can() with the wp_cap level (lets say you want editors or authors to reply to comments in the traditional sense). Then additional blog_comments will show activity replies underneath as well. (a neat nested effect)
Requires: PHP 5.2, WordPress 2.9.2, BuddyPress 1.2.x or higher
Compatible up to: PHP 5.2.x, WordPress 2.9.2, BuddyPress 1.2.4
Last Updated: 2010-4-7
Downloads: 4,893
Got something to say? Need help?