Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP 1.1.3: Display non-member comments in site-wide activity stream?


paulhastings0
Participant

@paulhastings0

The comments are <i>not</i> in moderation, I just checked.

In the file: wp-content/plugins/buddypress/bp-activity/bp-activity-widgets.php

I made the following change around line 30:

<?php if ( /*bp_has_activities( 'type=sitewide&max=' . $instance['max_items'] . '&per_page=' . $instance['per_page'] )*/ bp_has_activities( 'object=blogs&action=new_blog_comment' ) ) : ?>

And the unregisterd user comments are still not showing up. This is the “site wide activity” widget I’m using. Any ideas?

Skip to toolbar