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

Editing buddypress css not working correctly

so basically i made a child theme of color mag and copied the buddy press css into my child theme like this /buddypress/css/buddypress.css (this is what they told in the forums) so from this #buddypress #header-cover-image { background-color:…
aye.boss
  • 23
  • 4
1
vote
2 answers

Get results when where value is 'grade' or where it doesn't exist

I have a wordpress site that is used to store student grades on various lessons (from the quizzes on the site). I am trying to create a query that will pull out all of the lessons for all students in a certain group (using buddypress groups) and the…
DanR
  • 31
  • 7
1
vote
0 answers

How to conditionally send activation email in BuddyPress/WordPress?

Been digging for a solution but can’t seem to find one. My site has 2 registration forms (Form A and Form B) on separate pages that are working great. When users signup to Form B a hidden field called subscriber_type is populated. Otherwise Form A…
Murada
  • 25
  • 2
  • 5
1
vote
1 answer

how to get notification_id after send friend request hook in buddypress

I am using buddypress 2.4.0 I am want to do GCM call after this action send friend request Accept friend request But I am not getting any appropriate hook for that. The hook I am using done not have the parameter notification_id. Please help me…
Sumit Dey
  • 71
  • 6
1
vote
0 answers

Integrate buddyblog plugin to bbpress?

I just installed buddyblog plugin in my buddypress site but when the user posts a blog there is like button but when the user's click on like it redirects to the wordpress login " but users of my site have already signed in to my buddypress site"…
Ashish Yadav
  • 133
  • 1
  • 8
1
vote
6 answers

Wordpress permalinks 404 not found

i want to modify my permalink structure to a /%postname%/ to use Buddypress on a wordpress website server. After some trial, i experiencing some trouble and even with my search in different forum, i don't know how to solve it. My .htaccess…
Nicolas Frbezar
  • 497
  • 1
  • 5
  • 24
1
vote
0 answers

wordpress buddypress custom registration form

Would like to modify the form's CSS with bootstrap. ....\wp-content\plugins\buddypress\bp-templates\bp-legacy\buddypress\members have added the form-control and form-group section. just left the Profile Detail Section. Part of The Code
Ajaxcbcb
  • 167
  • 2
  • 4
  • 14
1
vote
4 answers

How to redirect non logged in users to Login page on Wordpress?

I know this is a question asked million times but I can't find an answer that is either fitting the version of Wordpress now and/or my particular case. I have a Wordpress website with Buddypress installed on it. I want that : - Not logged in users…
FrenchyNYC
  • 337
  • 1
  • 6
  • 23
1
vote
1 answer

How to add custom field to buddypress profile?

How can I add custom fields to buddypress profile?
1
vote
2 answers

Remove the Activity Tab from the buddypress profile page

I am trying to remove the “Activity” tab from the navigation bar on the member profile page. I have been searching for a solution for days. While pasting the following code in child theme functions.php seems to work for other users, when I do so i…
Yvan Nasr
  • 27
  • 1
  • 6
1
vote
1 answer

how activate buddy press on only one site in wordpress multisite?

I have a multisite wordpress setup, I have installed buddypress plugin for forum. I want to activate it on only one site instead of all sites. Please guide me how that is possible? Because I have an issue with users management, when I try to access…
Mian Majid
  • 814
  • 2
  • 8
  • 22
1
vote
0 answers

provide option to change avatar in buddypress

I have created a custom template for member's profile page. I want to provide change avatar option in that page. So I used the plugin WP User Avatar in my site. I used the short code [upload avatar] but using it I get the change avatar option but…
Yogendra
  • 1,208
  • 5
  • 18
  • 38
1
vote
1 answer

avatar is not displaying in custom template

I have created a custom profile page in which I want to show profile picture. I use the below code to show the avatar:
Yogendra
  • 1,208
  • 5
  • 18
  • 38
1
vote
1 answer

How to get all WordPress pages associated with BuddyPress?

How to get all WordPress pages associated with BuddyPress? What I mean, I will elaborate it by an image below: As everyone can see according to image there are 5 pages (Widgets, Testing Purpose, Home, About Us, Blog), these are the WordPress pages…
user5122725
1
vote
2 answers

Can I use amazon s3 without cloudfront?

I am making a buddypress site hosted on digitalocean, users will be able to upload media files to the site, I wanted to host the files on amazon s3 instead of my server, so here are my questions - Is it a good idea to host the media files on amazon…