-
luckyrajiv 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
@ljmac It works now, but one problem, I had to remove this line
$following = bp_follow_get_following( array( 'user_id' => $user_id ) );
After this it works, but one more problem, Now all Personal , Favorites, Groups, Mentions have the same stream like wall.What i have actually done See here:
At bp-activty-template.php I addedif ( 'wall'…
[Read more] -
luckyrajiv 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
@ljmac yes, i had added the code to bp-activity-template.php.
-
bp-help 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
@ljmac @luckyrajiv
You can try this plugin but I quit updating it because I felt it was obsolete.
https://github.com/bphelp/activity-privacy-component -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 5 months ago
@ljmac
Unfortunately I will have decline that offer based on the info you supplied above. No offense, it is just not anything I would want to be affiliated with so I hope you can understand respectfully. Like I stated before it is most likely above my skill level anyhow. 🙂 -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 5 months ago
@ljmac
In all honesty that sounds a bit over my head and skill level but I would love to see if an experience Developer can help you resolve this. I will keep watch, and good luck! 🙂 -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 5 months ago
@ljmac
When you say selectively can you be more specific? Do you mean having a dashboard setting for switching between the options that you as the admin choose for your users, or do you mean having two different types of activity streams that a user can click on: Link 1.) Shows sitewide activity stream
Link 2.) Shows only you and your friends…[Read more] -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 5 months ago
@ljmac
Supply me with a link to the bp follow plugin and I will look at it and see how it implements the new scope via a plugin and I will see what I can do. You really need to look at that plugins add_actions or add_filters as it should supply the hook followed by the function to execute. If someone more experienced comes along and helps you out…[Read more] -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 5 months ago
@ljmac
Give it time, maybe an expert will give you the insight you need to get it rolling. I am still fairly inexperienced, I am a jack of all trades and a master of nothing when it comes to BuddyPress! Have you tried writing a function, and hooking it to a do_action? Alternatively you could write a function in a child theme’s functions.php or…[Read more] -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 5 months ago
@ljmac
All I did was change lines 27 and 51 in the plugins activity-privacy-component.php Rich’s code used is_site_admin() I changed it to is_super_admin() to reflect depreciated code, and I changed line 40 to return true instead of false. I think most of Rich’s code is still intact other than that. I also just added the loader.php and a check for…[Read more] -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 5 months ago
@ljmac
You can try this:
https://github.com/bphelp/activity-privacy-component
It gives you an activity stream that includes yours and your friends activities only. It was only tested up to WP 3.5.1 and BP 1.7.1 and I decided not to add any further development since @megainfo ‘s BuddyPress Activity Privacy plugin release, because for my purposes it…[Read more] -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 5 months ago
@ljmac
What exactly do you mean by “Facebook-style wall?” Do you mean showing only yours and your friends activity in the activity stream? -
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 5 months ago
@ljmac
This thread was out prior to the plugins release but now I actually find BuddyPress Activity Privacy plugin by @megainfo a more flexible option because it give users a choice as to who see’s their activity. Check it out:
https://wordpress.org/extend/plugins/buddypress-activity-privacy/
@ljmac
Active 6 months, 1 week ago