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

learn more… | top users | synonyms

-1
votes
1answer
100 views

How to disable buddypress top mini adminbar

I am having trouble with adminbar in my site. I have buddypress installed on my site. i have disabled wordpress default admin bar using few lines of code. But it still showing i am pretty sure its ...
0
votes
0answers
22 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 ...
0
votes
1answer
292 views

How to set the default avatar of buddypress avatar

I need a way to set the default avatar for buddypress's bp_core_fetch_avatar. Using the regular get_avatar you can just set the $default path but I can't find anyway to do it with buddypress's ...
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
38 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 ...
2
votes
1answer
113 views

Buddypress ajax problem after adding new groups sub nav

This problem has been bugging me for couple of days. After adding a new subnav, I got the following error when trying to use the drop down groups filter: 404 Not Found – ...
0
votes
0answers
8 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 ...
0
votes
2answers
185 views

how to remove header from registration page?

How can i remove the header,search and my home,activity,forum etc from registration page.os there any plugin to modify registration page.I am using buddypress plugin.I do not want to call color.css ...
0
votes
1answer
53 views

Wordpress Super Admin menu not enabled

Hi I am trying to create a social network using buddypress.I found a book that has detail instructions on how to create a number of wordpress sites : wordpress blueprints Just to be clear I have ...
-4
votes
0answers
26 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
1answer
143 views

How to add a custom activity to Buddypress?

In BuddyPress, I want to add a custom activity type called travel photos. E.g so when you go to your profile, there's another link saying Travel photos. When you click it, it lets you post a new ...
0
votes
1answer
237 views

Buddypress copy xprofile fields to user meta on registration

Am able to use the following function POST registration. But would like to achieve same ON registration. So just a visit to the edit profile tab triggers the function below. function copyUserMeta() ...
0
votes
0answers
29 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 ...
2
votes
2answers
70 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
3answers
343 views

How to speed-up BuddyPress - Plug-in Error

I installed a recommended plugin to help speed up the ever-so-painfully-slow BuddyPress. The plugin is "DB Cache Reloaded Fix By Ivan". I get the following error whenever I try to enable the plugin ...
0
votes
0answers
18 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, ...
0
votes
1answer
211 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
1answer
186 views

Display link with current user's username in it in Custom Menu

I'd like to add a link to BuddyPress' My Favourite Topics in a Custom Menu. Is there a way to use the current logged in user's username in the link? I mean like the %category% in the permalinks.
0
votes
1answer
106 views

Change Buddypress Activity Stream Date format

I want to change the activity stream date format to make it something like facebook date. I mean I need to use "... ago" date format for today's activities and "December 31, 2012 at 10:00AM" like date ...
1
vote
1answer
108 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 ...
0
votes
1answer
60 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 ...
2
votes
3answers
1k views

How to re-enable admin bar with Buddypress active? (BP bar removed)

How do I force WordPress/Buddypress to use the WordPress admin bar on the frontend? I know that I can disable the BP bar with define( 'BP_DISABLE_ADMIN_BAR', true ); in the config, but the admin bar ...
2
votes
2answers
760 views

add a woocommerce shop to every buddypress user

I'm creating a social network site with buddypress and woocommerce. I want to enable every member to purchase from others and to sell their products online. That is, every user must assigned to ...
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?
0
votes
1answer
130 views

Searching for a single custom post type, buddypress

I'm trying to show search results only for a specific custom post type, my code is simple and I already tested it successfully on some wordpress sites I made, but in this case (buddypress) looks like ...
1
vote
1answer
162 views

How can I display the total number of favorites for any particular buddypress activity stream post?

I like to show the total number of favorites for each individual activity post next to the favorite button just like it shows the number of comments right next to the comment button. Is this possible ...
0
votes
2answers
113 views

Making a buddypress profile field readonly

How to make a profile field readonly depending on a value of another field. I want to disable editing the email field (in the settings' page) if the user is a student, where "student" is a value of a ...
1
vote
1answer
311 views

“Loadmore” button is not working in buddypress

"Load-more" button in the activity stream page in buddypress is not working for me. If clicked means , it disappearing suddenly but no more posts are loaded. <?php if ( bp_get_activity_count() == ...
1
vote
1answer
122 views

Add excerpt and post thumbnail to Buddypress blog directory page

I wonder if anyone can help me, I am trying to display excerpt and thumbnail for the posts shown in the buddypress blog directory page. By default only avatar thumb and title link to the posts are ...
0
votes
1answer
203 views

How to remove Sub Nav Items in BuddyPress

I have tried a variety of ways using bp_core_remove_nav_item(){} to remove the Send Invites menu item in a plug-in and in my theme's functions.php file and I either get no success in removing certain ...
0
votes
2answers
109 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 ...
0
votes
1answer
345 views

How To Only Allow Users To View Their Own Buddypress Profiles?

I am currently developing a social-network sort of site using Wordpress + Buddypress and the client has asked that profile pages not be publicly visible for the time being. Basically the client is ...
-1
votes
1answer
31 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 !
1
vote
2answers
1k views

how can i manage buddypress's navigation baar

hi i have create a community by using buddypress. but i am in problem. i want to manage buddypress navigation bar. which have these pages My Home , my profile etc.. actully i want to put these two ...
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.
1
vote
2answers
4k views

Add BuddyPress Profile Menu Item

In BuddyPress, when a user clicks on their username, they are presented with a page that contains a menu: Activity Profile Messages Friends Groups Settings How do I add an item to this menu? How ...
0
votes
0answers
26 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
3answers
652 views

BuddyPress/bbpress: There was an error when creating the topic

When trying to create a new topic in a BuddyPress installation with integrated bbpress, I keep getting the "There was an error when creating the topic" error message. I've tried the following list of ...
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
22 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
41 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 ...
2
votes
2answers
2k views

Remove tabs from buddypress groups and members pages

Basically if you see the picture below there are 5 tab items in my groups page: Now, I want to be able to remove some of them. I want to be able to remove "Members" and "Send Invites" (for ...
1
vote
1answer
149 views

Display four buddypress activies

Hi I am trying to create a buddypress theme and I kind of figured out how to do it but I need to create an activity loop that displays only 4 activities.Now if I wanted to do this in a normal ...
1
vote
0answers
30 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 ...
-1
votes
2answers
358 views

Plugin for Sending Email Messages to All Members in BuddyPress [closed]

Does anyone have a recommendation on a good plugin that cal send an email message to all active Buddypress members? Thanks.
0
votes
0answers
17 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', ...

1 2 3 4 5 7