Social networking in a box, BuddyPress is a social networking plugin for WordPress.

learn more… | top users | synonyms

0
votes
0answers
17 views

facebook like counts per user

friends I have a Question confusing me a lot. I want build a wordpress plugin which adds points to user profile when he/she like(fb-like) any post on the site. My question is , how can i detect that ...
0
votes
0answers
16 views

How to add notification alert in the admin bar when someone comments on a post

I am using Buddypress 1.6.7 What I want is that when a user comments on some blog post then the post author should receive a notification in the buddybar/admin bar (round blue bubble), saying that ...
0
votes
0answers
12 views

Populate BP Group front.php with CPT item of the same name

I'm reviving an old question here in hopes there might be some new light to shed on it. I'm attempting to display the content of a custom post type item on the custom front page of a bp group with ...
0
votes
0answers
24 views

Buddypress, understanding registration page

I want to modify my registration page on buddypress. Here I see a function bp_get_current_signup_step() and it returns values like completed-confirmation request-details etc.. First I dont ...
0
votes
0answers
20 views

find functions associated to hooks [duplicate]

In Buddy Press register.php, I see code snippets do_action( 'bp_custom_signup_steps' ); do_action( 'bp_before_register_page' ); etc. I am unable to find functions associated to these hooks? have ...
0
votes
0answers
35 views

My title is repating itself

I have been looking on some of the other questions in here, but they did not solve my problem. I got a Wordpress Multisite with Buddypress installed. When I am logged in as the super admin, I can ...
1
vote
0answers
9 views

BuddyPress: How to get forum name from $forum_id?

I am using an action hook groups_new_group_forum. Now I have $forum_id and $group_id available in the callback function. How can I get forum name or group name from the available $forum_id or ...
0
votes
1answer
43 views

How can I insert a dynamic URL in my email template?

I'm not sure if that's even possible, but I thought I should give it a try. I'm using WP Better Emails plugin in order to create HTML emails for my buddypress website. I want to add to the footer an ...
0
votes
0answers
10 views

BuddyPress: groups_group_create_complete action does not fire after creating a new group

The action hook groups_group_create_complete does not fire after I created a new group. What could be the problem?
0
votes
0answers
7 views

BuddyPress: How to do more when a new group is created?

For example, I want to send an email notification to the admin, when a new group in created in my BuddyPress website. How can I do that? Is there a hook, which can be called when a new group in ...
-4
votes
0answers
28 views

Free plugin for buddypress invite and import contacts [closed]

Already tried invite anytone ,for gmail and fb import it needs paid service,rest no other plugin I can found
0
votes
0answers
30 views

Searching redirects to the home page

I ve seen similar topics but didn't help me or I just didn't understand. So I have a multisite installation (using subdomains), including two simple wordpress installation and one buddypress ...
0
votes
0answers
19 views

How wp-admin-bar-my-account-* are generated by BuddyPress

I’ve been trying to find how the menu items are generated by BuddyPress, such that they then appear under the<li id="wp-admin-bar-my-account-*"…>… tags. I was looking at the bp_adminbar_menus, ...
2
votes
2answers
79 views

BuddyPress: How to get info of users filtered by some x-profile data?

I want the list of users with their email IDs, filtered by some x-profile data. For example, I want to send an email to users who have checked a checkbox on their profile. How can I get the info of ...
0
votes
1answer
62 views

Wp favorites posts by specific category?

Well, let me get to the point, im trying to Display a specific category using the Wp favorites posts plugin this is what im adding $category_id = get_cat_ID('news'); but it doesn't seem to work it ...
0
votes
2answers
117 views

How to Display BuddyPress Profile Field Data In Multisite Blogs

I'm trying to display a BuddyPress xprofile field on a WordPress multsite blog. I thought this might do the trick but displayed_user doesn't seem to work outside of BP? Is there an easy way to do ...
0
votes
0answers
27 views

How to add an image profile field in BuddyPress

I've been looking to add an image profile field type to my BuddyPress installation. I found this tutorial and the problem actually with this is, It doesn't work with latest version of WordPress. If ...
1
vote
1answer
122 views

Wp favorite posts get user favorites in profile using buddypress

Im currently encountering a problem i display user wp favorites posts fine, but the issue is i wont display them, once users are logged out it says " no posts have been made" while each user has ...
-1
votes
1answer
32 views

How can i hide content if not friend in Buddypress?

How can I hide some specific contents or div or other stuff depending on being friend or not in buddypress ?? I tried to use the bp_is_user_friends() function but it did not work !
0
votes
0answers
19 views

How to change the name of the friends title to colleagues in BuddyPress?

I am looking on how to change the name friends to colleagues in my BuddyPress system, that can be seen here. I've tried: $bp->bp_nav['friends']['name'] = 'colleagues'; but that's not working.
0
votes
0answers
28 views

How can I use BuddyPress XProfile fields to build a dynamic CV?

I'm developing student alumni network powered by Buddypress where students should be able to build their own CV / résumé based on a template of xprofile fields. Job Title [ input field ] Job ...
0
votes
0answers
23 views

How to include auto generated password in the BuddyPress welcome email?

Once a user is activated, BuddyPress sends out a welcome email. Currently, it provides the username, but it only says PASSWORD for the password, so the user has no notification of their password and ...
0
votes
0answers
23 views

WP pages return 404 after BP installation

I am running an installation of BP 1.7, which I am loving to bits. All my permalinks within BP (members, activity, etc.) work perfectly fine, but my "regular" Wordpress pages (about, contact, etc.) ...
0
votes
0answers
43 views

Trouble with pretty permailnks buddypress .htaccess custom posttypes

I have a buddypress/bbpress website that also has multiple additional custom post types. After adding each new custom post type I would update permalink settings to correct the 404 not found occuring ...
1
vote
0answers
31 views

Can I create multiple instances of the BuddyPress Activity Stream with separate themes?

I'm trying to take advantage of BuddyPress 1.7's new theme independence to effectively create different pages and instances of the Activity Stream with different themes. I can use HeadSpace (an ...
0
votes
0answers
18 views

BuddyPress auto generate username from xprofile field

Currently I am using the following snippet to replace the username field during BuddyPress registration with an autogenerated MD5... add_action( 'bp_core_validate_user_signup', ...
0
votes
2answers
76 views

Show activities of defined BuddyPress groups

I want to show activity loop for certain groups only. If I use <?php if ( bp_has_activities( array(bp_ajax_querystring( 'activity' ),'object' => 'groups','per_page'=>6 ,'primary_id' => ...
0
votes
1answer
24 views

how do you point 'screen_function' to a function in the same class? [closed]

In a plugin class, I'm successfully creating a new tab on a Member page using: bp_core_new_nav_item( array( 'name' => __( 'MyTab', 'bp' ), 'slug' => 'mytab', 'position' => ...
0
votes
1answer
51 views

Custom Fields and Buddy Press

I would like to setup a simple feature in Groups with buddypress. Basically, I would like the landing page the group where the HOME button is for example, to have 3 fields... just like so: I'd like ...
0
votes
1answer
221 views

Display multi-select box choices in a bullet list

I have a form that includes a multi-select box. <form method="POST" action=""> <select name="countries[]" size="5" multiple="true"> <option ...
0
votes
0answers
13 views

Is there is any hooks that allow a Group admin to invite anyone to the group in buddypress?

I am looking for a hook or a code that will allow any group admin in buddypress to invite any member to the group without adding that member to his friends list. Is that possible? How to do it?
0
votes
1answer
45 views

Show gender icon depending on “Gender” field value

I created a profile field value "Gender" in buddypress. I want to show icons next all field values. Now I have two icons for male/femaile gender, and I want to show the relevant icon according to ...
0
votes
1answer
59 views

How to allow logged in users to post anonymously

I've been searching and searching for a while now to see if there's a way to allow people who are logged into my BuddyPress site to make a post on the activity section as "anonymous" or as their ...
0
votes
0answers
36 views

Removing private blog posts from buddypress site activity stream

I'm running a WP multisite install, and I've installed the More Privacy Options to give my users the option to create private blogs on our network that are only visible to the members of the network ...
0
votes
0answers
20 views

How to make a buddypress “register for event” button

I want to make a page witch will list events. for example: I would have the event "Meeting for club". On the 'Meeting for club' page there would be a button to press, when you click this button your ...
0
votes
0answers
26 views

How can I remove BuddyPress Registration?

I'm using the activity portion of BuddyPress particularly. I just don't want to demand it of my site visitors that they have to register to be a member. I'd like them to be able to contribute in my ...
0
votes
1answer
69 views

How to send a BuddyPress user a notification on a plugin event?

Done a bit of searching and cant really find the answer. Looking for idea on how I send a user an admin bar notification in BuddyPress after a certain event is actioned in a plugin I'm building? BP ...
0
votes
0answers
33 views

buddypress membership payment options?

I have a buddypress site for two separate types of members, is there a way for me to allow "member A" to pay "member B" for special services within my site? similar to how elance.com works I would ...
0
votes
2answers
48 views

Format Buddypress Date Picker Output

I've created a custom profile field for my BP users and I'm looking to show the value on the user's profile page. The code below does this... <?php bp_profile_field_data( ...
0
votes
0answers
48 views

How to modify the login/Logout menu in buddypress toolbar

i have found some plugins to hide menu items or add new items into admin toolbar. but i want to modify the current login button on the toolbar. modifying means adding a class into it. but i cant find ...
0
votes
0answers
54 views

Filter BuddyPress Member Domain Slug

BuddyPress uses the Username(login name) as the member domain slug. (mysite.com/members/sarah) I would like to filter the way BuddyPress handles this and set it to use the Nickname(nicename) instead. ...
0
votes
0answers
35 views

Does bp_member_profile_data not work with the Date Selector?

BuddyPress 1.7-b1. Trying to make a widget that displays users' birthdays. So, step one is to make a loop of the members and pull their birthdays, but that's where I appear to be stuck! The ...
0
votes
0answers
81 views

How to integrate / combine Membership plugin With BuddyPress plugin in Wordpress WPMU Dev

I want to make the membership/subscription plugin correlate with the user profile type. The site has membership/subscription (wpmedev plug in). There are three memberships (parent, care provider, and ...
0
votes
1answer
59 views

BuddyPress: What is the use of is_default_option field in wp_bp_xprofile_fields table?

In BuddyPress, What is the use of is_default_option field in wp_bp_xprofile_fields table?
1
vote
0answers
62 views

How to include file upload field in buddypress registration form?

I am using buddypress to make the social network of passed out students of my school.I have used Buddypress Xprofile Custom Fields Type for registration.I want to include "Add file"(Marksheet of ...
0
votes
0answers
109 views

BuddyPress activity for comments - show featured post image and GD Star Rating

I have a review site I'm setting up with BuddyPress and using GD Star Ratings plugin to handle the reviews. I have setup comment activity recording. I would like to show the featured image of the ...
0
votes
0answers
54 views

Shortcodes on outside loop of comments

hello i just wanna to show short codes on comments wich is ordered by query for example <?php $comments = get_comments(array('number' => '10','user_id' => 1,)); foreach($comments as ...
0
votes
1answer
116 views

Wordpress SEO plugin (by Yoast) and BuddyPress

I'm using Yoast's Wordpress SEO plugin to generate breadcrumbs for my site. The problem is that when it comes to BuddyPress pages, the breadcrumbs can't see a member's profile page. Right now it shows ...
0
votes
1answer
54 views

BuddyPress: Re-using plugin function inside of Members Loop

I've been studying the source of a plugin which calls the following function to display an image inside of a user's profile (BuddyPress). My aim is to call the exact same function to do the same thing ...
0
votes
1answer
73 views

how to make all buddypress users status “recently active”?

I need to update all users status to recent so they appear on the members list. I am using buddypress. If you need anything else, just ask.

1 2 3 4 5 7