Activity

  • David replied to the topic What is BuddyBoss Wall? in the forum BuddyBoss Wall 9 years, 1 month ago

    For now I went to the file buddypress/activity/index.php and changed the “Friends” code to manually direct to /news-feed.

    <li id="activity-friends"><a href="<?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/news-feed/'; ?>" title="<?php esc_attr_e( 'The activity of my friends only.', 'boss' ); ?>"><?php printf( __( 'My Friends <span>%s</span>', 'boss' ), bp_get_total_friend_count( bp_loggedin_user_id() ) ); ?></a></li>