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

How to add placeholder in buddypress registration ? How to make field description as input placeholder?

How to add placeholder in buddypress registration? Can we use field description as placeholder for input field? In register.php under bp-template.These two lines of code make xprofile $field_type = bp_xprofile_create_field_type(…
Bugfixer
  • 2,547
  • 2
  • 26
  • 42
2
votes
1 answer

WordPress Social Login Plugin and URL Redirect to User Profile

I am using the WordPress Social Login plugin. The settings require a url to be used for a redirect. This redirect in the settings work, but I am using BuddyPress and would like to redirect to the logged in users profile instead. There is no way thru…
dnnsldr
  • 21
  • 2
2
votes
1 answer

Call Cubepoints Rank For Buddypress In Functions

There's a function to call cubepoints points for buddypress under groups topic.php posted by a good friend on stackoverflow here: …
2
votes
1 answer

Buddypress How to Show Member Posts in New Profile Tab

I have a multi-user Wordpress (3.6.1) blog site with Buddypress (1.8.1) social networking features. I am trying to add a tab to the Buddypress member profile which contains posts submitted by the profile member in excerpt format. There used to be a…
Hugo
  • 21
  • 1
  • 4
2
votes
2 answers

Show members of members group

I want to show all members of the group in which the user is also member. For this, I want to use the buddypress members loop: http://codex.buddypress.org/developer/loops-reference/the-group-members-loop-bp_group_has_members/ As a permitted…
user1735856
  • 285
  • 7
  • 16
2
votes
0 answers

buddypress groups geo location

Been googling for hours and can't find the solution to my problem. Basically what I need to do is display the buddypress groups by ip or using geo location, like if I am from Alabama when I logged in I will be seeing the group called "Alabama Group"…
ice41
  • 29
  • 5
2
votes
4 answers

buddypress hide profile fields

I know there is a method in BuddyPress which can help to hide some profile fields: function bp_has_profile( $args = '' ) { global $profile_template; // Only show empty fields if we're on the Dashboard, or we're on a user's profile edit…
luiquao
  • 1,094
  • 4
  • 21
  • 46
2
votes
1 answer

bp_get_options_nav outside the Group?

Is it possible to call bp_get_options_nav() for a specific group ? I need to get the same in-group navigation in every post with a defined post type. Posts are associated with Groups by slugs and both the group has a meta of post id and the post has…
pyronaur
  • 3,515
  • 6
  • 35
  • 52
1
vote
0 answers

Wordpress Login Options

I am building a BuddyPress site and have the OpenID and OpenID Selector plugins so that users can login that way. I would like to force the users to use OpenID login and not the standard login. Is there a way to do this without actually deleting the…
Jared
  • 3,510
  • 3
  • 25
  • 28
1
vote
1 answer

Show only the activities of friends and mine with BuddyPress

Is there a possibility in Buddypress to restrict the activities to show only those of friends and mine please ? When users come to my site the cookie "bp-activity-scope" does not exist, so all activities are displayed (even if both users are not…
ncrocfer
  • 2,542
  • 4
  • 33
  • 38
1
vote
2 answers

Buddypress Multi user roles

I have a website built in WordPress 3.3.1. My site have two types of roles lets say jobseeker and employers. Now I have installed buddypress social networking plugin and activated the registration process. Now I need two separate link for jobseeker…
1
vote
2 answers

How to use Cron to Pull from GitHub then move to live site?

We are trying to use GitHub as our version control for a WordPress/BuddyPress based site. We want to automate our 'pulls' every 5 minutes, where we keep our live server in sync with our private GitHub repo. I know I need to use cron, but I'm not…
michaelrmcneill
  • 1,163
  • 1
  • 10
  • 23
1
vote
0 answers

adding extra avatar sizes in BuddyPress

I'm aware that I can add the following to my bp_custom.php file in order to change the sizes that avatars are cropped to.
gordyr
  • 6,078
  • 14
  • 65
  • 123
1
vote
1 answer

Buddypress for wordpress activity filter options

I have asked several questions on the buddypress forum but I never get any sort of response or help. I seem to always get a valid well thought out answer on the stackoverflow community, so I am posting my question here too. Here is my original post…
Pengume
  • 550
  • 11
  • 27
1
vote
1 answer

Wordpress / Buddypress – Paging, Permalinks, 404, page/2/

Spent the good part of this morning working through this, but still…. apologies if this has been covered in a previous topic. Recently updated a site to BP 1.5, it worked GREAT except for one small thing. The permalinks and paging between custom…
Simon
  • 286
  • 2
  • 15