-
ljmac replied to the topic I've Figured Out How To Create a Facebook-Style Wall, But… in the forum How-to & Troubleshooting 11 years, 4 months ago
Ah yes – that line should only be there if you’re running BuddyPress Followers. Also, the following line:
$wall = array_merge_recursive( $following, $friends, $me );
Should be changed to:
$wall = array_merge_recursive( $friends, $me );
On my site, I have set up a separate activity stream for the Wall; if you apply it across your entire site in…[Read more]
-
ljmac replied to the topic I've Figured Out How To Create a Facebook-Style Wall, But… in the forum How-to & Troubleshooting 11 years, 4 months ago
Did you add wall to the list of scope names in bp-activity-template.php as well?
-
ljmac replied to the topic I've Figured Out How To Create a Facebook-Style Wall, But… in the forum How-to & Troubleshooting 11 years, 4 months ago
Hi luckyrajiv.
Did you add the code from my first post to bp-activity-template.php? This is necessary for it to work.
@ljmac
Active 6 months, 1 week ago