slaFFik / bp-feeds

BuddyPress Feeds - Allow your members to import (RSS) feeds of their external blogs into Activity Directory
GNU General Public License v3.0
7 stars 2 forks source link

Fix activity filtering in Activity WP-Admin page #54

Closed slaFFik closed 8 years ago

slaFFik commented 8 years ago

It's impossible, because of this code in BuddyPress core:

function column_author( $item ) {
    echo '<strong>' . get_avatar( $item['user_id'], '32' ) . ' ' . bp_core_get_userlink( $item['user_id'] ) . '</strong>';
}

So nothing to do here.