Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,568
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,385
- Miscellaneous
- 9,169
-
Thanks …
I found out. change in \plugins\buddypress\bp-activity\bp-activity-templatetags.php line 20-21 to
function bp_activity_template( $type, $user_id, $per_page, $max, $timeframe ) {
global $bp, $SHOWFRIENDS, $user_ID;
if ($SHOWFRIENDS == ‘1’) {$user_id=$user_ID;$type=’friends’;}