Questions tagged [buddypress]

BuddyPress is a WordPress plugin that helps you run any kind of social network on your site, with member profiles, activity streams, user groups, messaging, and more.

BuddyPress is an open-source social networking software package owned by Automatic since 2008. It is a plugin that can be installed on WordPress to transform it into a social network platform.

797 questions
3
votes
1 answer

Buddypress bp_activity_add(activity_action) hides the link "target"

I'm developing a social network with Buddypress, I created a RSS plugin to pull the RSS feed from the specified websites. Everything is working, except when the RSS is posted to the activity stream. When I create the activity content to print a…
Rafael Fragoso
  • 1,299
  • 1
  • 13
  • 21
3
votes
1 answer

Additional BuddyPress custom profile tabs

Is there a way to add additional custom tabs under the BuddyPress member profile page? I mean a custom tab next to Activity, Profile, Messages, etc.
3
votes
3 answers

Adding "Add Friend Button" anywhere in the buddypress site

I'm trying to place an "Add Friend" button outside of the members page, inside a loop, so the button appears next to the author's avatar in a post. I tried adding ;
Talha
  • 350
  • 1
  • 4
  • 19
3
votes
1 answer

Adding custom activity stream on Buddypress

I'm using wordpress multisite along with buddypress installed. I want to add an activity to the user who updated a post. However, its not working. No activity is added. Here is my code: function buddypress_edit_post($post_id) { global $bp,…
Ken
  • 833
  • 2
  • 13
  • 27
3
votes
1 answer

How user avatar works in wordpress?

I am working on a migration work to WordPress for a site where all user images of old site has to set as avatars in WordPress buddypress profile. I wrote a PHP script to migrate all users along with passwords and working fine. My problem is how to…
Gopalch
  • 135
  • 1
  • 7
2
votes
1 answer

Buddypress for wordpress Main Activity filtering AJAX

I am trying to wrap my head around how these are all connected. I am trying to add some functionality to my main activity AJAX query if a button is clicked. I see the _inc/ajax.php to edit and have looked through it, but not sure where to edit it…
Pengume
  • 550
  • 11
  • 27
2
votes
3 answers

Disable the admin bar for all users except admin

I have installed WordPress and BudyPress. I want to disable the admin bar which appears on the top for all users. Can somebody tell me how to do that correctly?
sushil bharwani
  • 29,685
  • 30
  • 94
  • 128
2
votes
1 answer

Reputation in Buddypress

I think that the way stackoverflow with the reputation system is really good. For a private project I would like to create a website with forum / profiles / ... that also uses a kind of reputation system. In this way people can only do several…
VanessaMartinez
  • 139
  • 1
  • 8
2
votes
0 answers

How do I add new pages/extend buddypress components

I’m rather new to buddypress and am getting a little bit confused. My setup is quite unusual in that I don’t need several of the buddypress components such as ‘activity’ or ‘friends’. Instead I need the template to display several custom built web…
gordyr
  • 6,078
  • 14
  • 65
  • 123
2
votes
0 answers

Buddypress: Remember pagination for Membersloop in URL

How to remember the currently opened page in the pagination of the membersloop in Buddypress, so when visiting a profile and coming back to the membersloop, it gets opened on that page? I saw that in buddypress-nouveau.min.js?ver=1.7.8:formatted the…
tim
  • 9,896
  • 20
  • 81
  • 137
2
votes
2 answers

How to Make the BuddyBoss BuddyPress Activity Stream Compatible With DIVI Builder?

Together with https://www.codementor.io/@robertverdes we fixed the activity stream compatibility issue between DIVI and BuddyBoss -- it was showing shortcodes. The change is to be made in the buddyboss-theme/buddypress/activity/entry.php…
2
votes
2 answers

How to display Buddypress profile field content within the post loop

I have a Buddypress profile field called “Bio”, and I’d like to display it’s content in the post footer, to show the author’s bio. I’ve tried and , but…
João Faraco
  • 21
  • 1
  • 4
2
votes
1 answer

How do I programmatically set a user as spam in BuddyPress?

I am working on a (WordPress) moderation tool. One of the actions I want my moderators to be able to achieve is setting a user account as spam. I know how to do so via the UI as admin but how do I do the same via code? A pointer to the right…
2
votes
0 answers

Serverside Datatable implementation from table

I have developed a PHP Wordpress template to display my buddypress member directory in datatable. But it is done 1st generating html table then implementing datatable calling by table ID. Now due to perfomance issue, looking to execute table in…
SKRiaz
  • 21
  • 4
2
votes
0 answers

How can I customize BuddyPress pages from inside the Wordpress dashboard?

https://dev.evolutionaryeducation.org/register/ I'm trying to add some padding to the body so the whole form shows up. I'm trying to add a custom footer as well. The problem is that everything I do on 'edit page' doesn't do anything at all. I looked…
1 2
3
53 54