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

Strange numbers buddypress

Hi I have a problem on buddypress. There are strange numbers in the like section. Please see image.buddypress activity
Pj95
  • 1
  • 2
-1
votes
1 answer

Buddypress padding

I have a problem with padding on my website. I used inspect tool, found where I can change it. In inspect mode I can change padding. On backend WordPress plugin editor, css I can't change the same thing. How can I change this? Pleasee see…
Pj95
  • 1
  • 2
-1
votes
1 answer

is there Any WP plugin which will display my Buddypress members age, Gender & Analytics Report?

is there Any WP plugin which will display my Buddypress members age, Gender & Analytics Report? i have a wordpress dating sites that uses bubbypress for it's social network software but it does not have a statistical report for the members who uses…
-1
votes
1 answer

How to get followers activity in my activity wall in buddypress

Generally buddypress have default activity page member/username/activity In this page or any custom page i need to get my following user's activities feed
-1
votes
1 answer

How to embed youtube in custom field buddy press

How do you embed YouTube in a custom field for the user's profile in Buddy Press?
A D
  • 161
  • 2
  • 2
  • 12
-1
votes
1 answer

Buddypress membership

I'm looking for a plugin that can do the following. Support of different memberships (e.g. basic, silver, gold) including payment gateways with recurring payments. Depending on the chosen membership option during registration (and later on upgrade)…
Berton
  • 93
  • 2
  • 9
-1
votes
1 answer

buddypress on ONE site in multisite

I'm trying to de-bloat my wordpress site: https://trekfederation.com I have all sorts of plugins that have nothing to do with the landing pages loading. Some 94 js and css files. I was recommended to run multisite, since I could setup plugins on…
arcee123
  • 101
  • 9
  • 41
  • 118
-1
votes
1 answer

Grid layout not aligning names

I followed a tutorial to customize a members page for a website I designed, but I can't figure out where my CSS is incorrect. The member names are not lining up under the avatars. http://www.northeastrunningclub.org/members/ Tutorial:…
-1
votes
1 answer

Avatar does not show outside BuddyPress

I used this code in function.php: wpse_49216_my_new_avatar_url function () { $ gender = xprofile_get_field_data ('ranking', bp_get_member_user_id ()); if ($ gender == "Top 25") { return…
-1
votes
2 answers

Seeing "Page Not Found" on Activity, Members, Groups & Blogs tabs

I have installed the latest version of BuddyPress on a WP. However, the Activity, Members, Groups, and Blogs tabs all show "Page not found" errors. or show me just a title. Thanks for any help you can provide. screenshot:…
-1
votes
1 answer

MySQL Query not displaying results

I have the following query on an external file to a WordPress install querying a BuddyPress table. I am receiving no errors yet the results are displaying? $the_pro = "". implode(", ", $user) .""; $query ="SELECT (SELECT value FROM…
soehli
  • 25
  • 3
-1
votes
1 answer

Error in buddypress when using wp_editor

Since none of plugin works with new wordpress and buddypress for rich text editor I have started to implement it myself manually directly into the theme. After using wp_editor() I got the editor on my fourms and it is posting forums content well…
Boopathi Rajan
  • 1,212
  • 15
  • 38
-1
votes
1 answer

Two inboxes for diffrent users in buddypress

I want to have separate inboxes for users, all users are divided in two categories according to their profile fields. now suppose if a user from category1 posts a private message, it should go to inbox1, and if a user from category2 posts a private…
Vikas
  • 1
  • 1
-1
votes
1 answer

Editing BuddyPress email body link in the user activation email link

How can I edit the [wordpress@example.com] shown as part of title email of user registration? I want to edit the [wordpess@example.com] to a custom one by removing the "wordpress". Thanks for your kind effort. Regards
-1
votes
3 answers

Limit number of results returned from database

I have the following code from a PHP website that, when called, returns a list of administrators in the database for user groups on the website: function bp_group_list_admins( $group = false ) { global $groups_template; if ( empty( $group ) ) …
Mr. James
  • 21
  • 1
  • 4