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
2
votes
1 answer

Array variable into another function variable

I have the following PHP function to fetch some user_ids which I would then like to add as recipients to a message as per below. function true_my_bp_get_users_by_xprofile( $field_id_to_check, $num_to_find ) { global $wpdb; $table_name =…
redditor
  • 4,196
  • 1
  • 19
  • 40
2
votes
0 answers

BuddyPress 2.8.2 Template Customization Giving Blank Page

I am trying to customize profile-loop.php in Buddypress plugin but it is giving just a header, footer, and blank content area. Actually, I have checked and it is giving blank content are when I add add_theme_support( 'buddypress' ); to my…
Code Lover
  • 8,099
  • 20
  • 84
  • 154
2
votes
0 answers

BuddyPress xprofile repeater field

I've searched high and low for a plugin to extend BuddyPress xprofile fields to include the ability for the user to have repeating fields. I've yet to find a way to connect ACF repeating fields into xprofile fields, so I think building it myself may…
pixeloftdev
  • 247
  • 2
  • 12
2
votes
0 answers

showing buddy-press messages inside my custom page template

I am new to WordPress and Buddy-Press but would like to know how to use messaging inside my own template as per my client requirement ? I have been through Buddy Press forums and could not get enough help as well. Her is the code I am currently…
user7372934
2
votes
0 answers

Buddypress JSON API Plugin to show particular User activity

Im using Buddypress JSON Api plugin, wanted to know how single User Activity can be displayed. The function which is provided by BP JSON API is activity_get_activities() which display all user's activity through out the website.But i wanted to…
Reena
  • 21
  • 2
2
votes
0 answers

BBPress and Smart Offers wordpress plugins used together

I have installed bbPress and Smart Offers for a client on his wordpress site. If I use both the following plugins and activate them, I get the following error: Warning: in_array() expects parameter 2 to be array, null given in …
Reflamer
  • 309
  • 3
  • 13
2
votes
2 answers

Buddy press links not working

I have installed the buddypress Version 2.6.2. The whole WordPress is working fine but the links to create like add group (buddypress links) is not not working. Other links are working fine. I searched the whole internet about this issue but still…
Redhya
  • 663
  • 7
  • 21
2
votes
1 answer

wordpress multisite and buddypress username allow uppercase

I am using wordpress multisite and buddypress the usernames are restricted to use only lowercase when a uppercase is used in the username then I get the error message, Usernames can only contain lowercase letters (a-z) and numbers. Like to know is…
siva prasanna
  • 143
  • 1
  • 1
  • 10
2
votes
2 answers

Buddypress hook after xprofile field is updated

i want to update a custom user_meta field when a User changed/edit the xProfile field (width the ID 1542). this does hook not work function action_xprofile_data_after_save( $x ) { print_r($x); // if($field == 1542) // …
Peter
  • 11,413
  • 31
  • 100
  • 152
2
votes
0 answers

buddypress API whith GET/POST messages for an android app

I have a WordPress site that uses the BuddyPress plugin. I want to build an Android app that allows the user to get messages and set messages and other options . Is there a REST API for Buddypress that I can use? I found this but I only see get…
Mraimou
  • 175
  • 3
  • 13
2
votes
1 answer

How to get member list based on role by using buddypress?

I am new in buddypress. My problem is: I have create a template for get member list based on role Like:
2
votes
1 answer

How to include custom post type title in BuddyPress activity feed

I am using custom post types that I will be displaying within my BuddyPress activity feed. I am able to setup the post types to work within the feed just fine, but I am unable to find documentation about how to display the title within the feed.…
Marc
  • 4,661
  • 3
  • 40
  • 62
2
votes
0 answers

Custom Buddypress Notification on Post Save

I have what I feel like is a unique situation here and have been pouring over how to do this for days. First off I found some pretty useful threads here and around the web like How to add a custom notifcation I have a custom post type called…
2
votes
1 answer

bp_core_signup_user hook not working (PHP, BuddyPress, Wordpress, & Parse.com)

I have been trying to hook into the WordPress registration action so that I can store the new user's account info on my Parse.com User database. However, since I am using BuddyPress, the WP hook user_register does not seem to work. After doing…
Koolstr
  • 464
  • 1
  • 10
  • 20
2
votes
1 answer

how to merge multiple rows with same id mysql

I'm new posting here but the community have been my best resource on my projects so far. I'm a dumb/dummy Mysql "wanna be" and I'm in the middle of a project that is making me go mad. I have a table from wordpress plugin buddypress that pairs…