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
1
vote
3 answers

Custom Buddypress Profile Page Set as Landing Page (BP_DEFAULT_COMPONENT)

I'm trying to make a custom Buddypress profile tab and make it so it is the landing page of a users profile. I have defined the tab in functions.php: // Profile home tab function profile_tab_overview() { global $bp; …
user585148
  • 117
  • 1
  • 2
  • 12
1
vote
0 answers

BuddyPress - add/remove friends hooks

I have created WordPress plugin and I am facing the issue while adding/removing friends via WordPress plugin hooks. Lets considered an example: (User A & B) A have sent a friends request to B and B accepted the request and vise versa. So I have…
Mayur Shedage
  • 1,027
  • 2
  • 11
  • 19
1
vote
0 answers

Buddypress preload page before registration

Good day, Please i am working on a buddypress project and i want to add a Site Rule content before the registration page. i.e. when a user clicks on REGISTER, a page will be displayed to them showing them the site rules and they would have to check…
1
vote
0 answers

Buddypress member plugin wordpress issue

I am using Buddypress plugin for register login and messaging and notification purpose for specific user role type in wordpress.On clicking options in main admin top bar in wordpress options and messages, notification, activity links not working.I…
PriyaNegi
  • 259
  • 2
  • 11
1
vote
1 answer

buddypress mb_substr is not working with bp_activity_content_body()

I try to get first 5 characters of bp_activity_content_body() but not working. $result = mb_substr(bp_activity_content_body(), 0, 5); please help me. Thank you everyone.
1
vote
1 answer

BuddyPress show post author avatar

On my home page where all my blog posts are I want to show the avatar of the author and then link it to the members profile so for example: domain.com/members/cameron. I have managed to get the avatar showing, just need to grab the url:
Cameron
  • 27,963
  • 100
  • 281
  • 483
1
vote
0 answers

Can I customize Buddypress to make each member able to upload podcasts?

I want to make a podcasts platform. Buddypress already comes with amazing features, I think it is better to build upon it. Can I customize it to add ability for every user to upload podcasts for himself? If yes, What I need to learn to make this…
tarek hassan
  • 772
  • 11
  • 35
1
vote
2 answers

text color not changing with css

I am working on a wordpress / buddypress site. In the groups page, I have changed the page title background color. However, over the page title background is the element that shows how many groups there are and it is in the same color. I am trying…
1
vote
2 answers

Get "Name" profile field from buddypress in user_register hook

I'm making a wordpress plugin that needs to grab the user's name on registration when integrated with BuddyPress. Unfortunately, the Name field never returns anything. The following code runs in the user_register hook. add_action( 'user_register',…
user3413723
  • 11,147
  • 6
  • 55
  • 64
1
vote
1 answer

Turning a spreadsheet into array and loop and call a function

This is related to generate groups in BuddyPress. I have a spreadsheet with (in this case) a group name, group description and slug. I need to grab the information from the file, turn it into an array, then loop through it and call…
Anders
  • 633
  • 2
  • 11
  • 21
1
vote
1 answer

is it possible know if the receiver read the message using buddypress thread id?

Check the receiver read the message or not in buddypress message using thread id. If there is any possibility to do this? This functionality like whatsapp tick functionality.
Meena Sekar
  • 45
  • 1
  • 7
1
vote
0 answers

Implode data from an array in an array

Goal : Get favorited posts IDs from authors ID. Authors ID : $currentid = $current_user->ID; $fav_author_list = bp_follow_get_following( array( 'user_id' => $currentid ) ); echo implode(' ', $fav_author_list); Result : 1, 45, 9 Favorited Posts ID…
Mathieu
  • 797
  • 2
  • 6
  • 24
1
vote
1 answer

Querying (Wordpress) MySQL Database using asp.net OR sending data from wordpress to asp.net

I'm working on a Press Release website that currently has an existing distribution platform built on ASP.NET - the site that I have built is utilizes Wordpress Multi-site and BuddyPress, and I need to share information between Wordpress & the…
1
vote
1 answer

Add JQuery effect for WP ADMIN AJAX response in buddypress

In buddypress have sort by option in members loop, We added class for members list for design purpose using jquery. When sort by changed from default sort the response will override our customisation by AJAX response. I replaced "block" text by…
1
vote
0 answers

make the content appear horizontally in buddypress login widget

I put the Buddypress login widget in the header, but it has a vertical layout while I would like to have it to display horizontally. This is what I mean I would like to have the username part next to the password part and this one next to the rest…
Stefano V.
  • 11
  • 3