How to have friends Activity on profile page
-
Hi there
I’m trying to change the Profile page so that it shows Friends Activity rather than Personal activity.
In /wp-content/bp-themes/bpmember/profile/index.php I changed this line:
<?php if ( bp_has_activities( ‘type=personal&max=10’ ) ) : ?>
to this:
<?php if ( bp_has_activities( ‘type=friends&max=10’ ) ) : ?>
But the activity still shows up as the user’s activity not that of their friends.
Can anyone help me?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to have friends Activity on profile page’ is closed to new replies.