Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,045
- How-to & Troubleshooting
- 129,741
- Creating & Extending
- 25,802
- Requests & Feedback
- 9,508
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
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’;}