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

learn more… | top users | synonyms

0
votes
1answer
46 views

Private Buddypress community causes white screen on select pages

I am using Buddypress in conjunction with WordPress, both of which are in their latest versions (1.6.4 and 3.5.1 as of now), and I keep the community aspect of it private with the plugin "Buddypress ...
2
votes
0answers
81 views

Buddypress: Edit activity when new blog post

I am trying to edit the activity on Buddypress (1.7 and running latest Wordpress) for when a new blog post is created. By default it displays the excerpt and shows any attached images, it also strips ...
0
votes
2answers
176 views

How to: get_user_meta - BuddyPress

What is the proper way to display User Meta in the BP Loop using this line from codex? <?php get_user_meta($user_id, $key, $single); ?> I added that line to the profile loop and switched ...
0
votes
1answer
135 views

Conditional based on the User Role of the Current Profile the user is viewing - BuddyPress

I'm using BuddyPress and need a certain block of code to show up on user role Store Owner profiles only. I'll be putting it in member_header.php, so it's just a template file. I've been digging for a ...
0
votes
1answer
42 views

Where do I edit the user profile with Buddypress?

Hey for some reason i cannot find the file to edit the appearance of the user profiles with buddypress. Mysite.com/members/USER where do i edit the profile, like adding <div> contents
1
vote
0answers
84 views

Auto Accept Friend Requests BuddyPress

I'm attempting to create a function that auto accepts friend request in Buddy Press, the function is as follows; function bp_auto_accept_friend_request( $friendship_id, $friendship_initiator_id, ...
0
votes
1answer
172 views

Add Sub Nav Menu Item to Buddy Press Menu

I'm having trouble adding sub nav menu items to my parent menu item under Buddy Press. The parent menu item as shown below, named TEST, shows correctly, but the tabs named SUB NAV and SUB NAV 2 ...
0
votes
0answers
87 views

Buddypress notification on post comment reply

I have one question. Is it possible to make when, someone reply to comment, the author of parent comment to recieve notification in buddypress. For example, if I reply to user comment in notifications ...
0
votes
2answers
264 views

Show buddypress notification in the frontend

I've a buddypress website and what I want is to show in the frontend the notification that buddybar have in the backend, but only the notification not all the buddybar. basically set the notification ...
0
votes
1answer
70 views

How to update avatar in buddypress programmatically?

How to update avatar in buddypress programmatically? I have a script, which gets the image url and I want to update the url in the database, so that that image will will be avatar of the user.
0
votes
1answer
102 views

Buddypress Language Files Question

I have one question. I use latest Wordpress and Budypress. I have language files for buddypress - .po and .mo. My question is where I need to put the files, how I need to rename them and is there any ...
0
votes
1answer
137 views

How to update BuddyPress xprofile fields programmatically?

I update user info using wp_update_user function. I also need to update the table wp_bp_xprofile_data. Is there any function, where I can update data on wp_bp_xprofile_data table?
2
votes
1answer
116 views

BuddyPress: What's the use of wp_bp_xprofile_data table and how does it get updated?

I have a questions related to BuddyPress: What's the use of wp_bp_xprofile_data table? How does the data in the table get updated? And when any user updates his information - does the data in this ...
0
votes
1answer
107 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 ...
0
votes
1answer
146 views

Capture Webcam Video within Buddypress (and BuddyPress Media)

Has anyone had experience capturing video from a webcam and adding it to a users album inside of BuddyPress and BuddyPress Media? BuddyPress Media isn't necessary if there's a better solution BP ...
0
votes
2answers
44 views

How to see profile information of a user befor authenticating them?

http://wordpress.org/extend/plugins/confirm-user-registration/ I am using this plugin, but it does not show profile information of user. The problem is I do not want to authenticate before showing ...
0
votes
1answer
84 views

security issue in wordpress?

I have installed wordpress in www.mysite.com/user and now suppose if someone is familiare with wordpress he/she can easily access my stuffs through www.mysite.com/user/members ...
0
votes
2answers
75 views

How to get the ID of the currently logged in user?

I want to get the ID of the currently logged in user. I've found the function: get_current_user_id which seems to be working, however I'm not sure what 'current' means in this context. Meaning if the ...
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
2answers
187 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
2answers
114 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 ...
0
votes
1answer
244 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
1answer
60 views

how to find the current page is isngle activity page in buddypress?

I want to check whether the current page is "Single activity page" or not, I ned like ths, if(is_single_activity()) or if(is_page('is_single_activity')) Thanks
0
votes
1answer
160 views

Subsite theme mystery man replacement with Buddypress on main site

I have a multi-site install with buddypress on the main site. In the buddypress theme I've been able to override the default 'mystery-man' avatar using my custom buddypress theme. I simply have an ...
0
votes
1answer
110 views

How to: When a bp Group created, automatically create a wp category

example: a user creates a group "cats" automatically a category "cats" would be created with the slug "cats" or a user creates a group "Fat Cats" automatically a category "Fat Cats" would be created ...
0
votes
1answer
162 views

Buddypress: remove forum tab in user profile page?

I need to remove the forum-tab in user profile pages. I have tried alot of things but no result. I do not want to do it by css. Tried this: ...
0
votes
1answer
40 views

How to get the group_id from the “groups_join_group” action in buddypress

I want to get the GROUP_creator_id when an user joins any GROUP. So if I got the group_id after immediately performing the the groups_join_group action by add_action() method.
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
91 views

Retrieving posts connected to a user [closed]

Using the Post-to-Posts plugin, I’m trying to display all the posts connected to the user on the buddypress member profile. The custom post-type is named, “badges.” The loop shows all of the ...
3
votes
1answer
221 views

Buddypress send email notification only if user is not logged in

When a member send a message to another member, the recipient receive a message in buddypress and also an email. I want to change that because if you receive many messages, you have too much mail in ...
2
votes
1answer
757 views

Make Profile link, link to the BuddyPress profile instead of the WordPress dashboard?

I am using the plugin Sidebar Login for BuddyPress which enables users to insert a login box in the sidebar which in turn produces three links: Dashboard, Profile, and Logout. My issue is that the ...
0
votes
1answer
265 views

How to enable WPML in BuddyPress Multilingual Plugin in a single website?

There is a plugin called BuddyPress Multilingual version 1.4.0. I installed this plugin in wordpress. But I can't see it anywhere in the admin panel nor in plugins. There is very little documentation ...
1
vote
1answer
115 views

How to check if the current page is a “personal activity”-page in buddypress?

I want to modify some general text in my personal-activity page in buddypress. Does any one know any conditional tag like is_page('activity') things are there for checking this? the page can be ...
1
vote
2answers
178 views

Reordering Buddy Press profile navigation

I am using this code to reorder the positions of the menu items for BuddyPress profile. I am using the xprofile (not sure if that makes a difference). Here is the code that I am trying to use: ...
1
vote
0answers
95 views

how to hide sub menu in members page from visitor and not login user

I just learned how to create menu in buddypress members page. I have created a sub menu in member's page along with activity, profile, message, etc. How can i hide this menu from users and visitors ...
2
votes
1answer
428 views

How to edit bbPress template files - WordPress + BuddyPress + bbPress?

I am using BuddyPress 1.6.1, bbPress 2.1.2 and WordPress 3.4.2 I follow the guide here. In the end, I did the trick pointed out by Sarah Gooding because mywebsite.com/forums was blank right after ...
3
votes
1answer
242 views

Redirect after User Activation

I am using BuddyPress 2 registration and activation for three different sites with my own registration form. To know where the user has registered, I add the user meta key registered_from at ...
1
vote
2answers
321 views

Empty “Forums” page BuddyPress site wide forums - bbPress

The main "Forums" page where all forums are supposed to be listed is empty. What have I missed here or the combination of BuddyPress and bbPress caused this page not to work anymore? I have followed ...
1
vote
0answers
85 views

BuddyPress | How to merge the “setting” & “profile” pages into one page?

In BuddyPress I would like to merge the register.php and setting.php files into one "register.php". Is that possible? I don't want to change my Name, City and Address then go to the setting page to ...
3
votes
0answers
68 views

How to reply to Buddypress notifications?

Currently, when I receive notifications from Buddypress, I have to log in the site to post a comment on an event, or a reply to a message. Is there a way to reply directly in the MUA ? My idea was to ...
1
vote
3answers
334 views

Buddypress Add unserialized Profile Fields in Members Loop

I'm trying to show profile fields with checkboxes and drop-downs in the members directory loop. Example: Next to each member in the directory I want to show the Gender they selected This code works ...
-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 ...
1
vote
0answers
23 views

BuddyPress - Change Topic Order

I have a Buddypress website. When I make posts to a topic on my website, that topic gets moved to the top of the list on my forums page. I do not want that to happen - what file do I edit to prevent ...
1
vote
0answers
439 views

Why are BuddyPress user avatars not displaying properly?

I have a BuddyPress 1.6.x installation on WordPress 3.4.2. User avatars are not displaying in the following situations. On pages like: www.domain.com/members/USERNAME/profile/edit/group/1/ Here is ...
3
votes
0answers
69 views

List User Comments on User Profile BuddyPress

Does anyone know if there’s a way to create an option on the BuddyPress user profiles where it can list the users’ comments, so that the user can see a list of everything they commented on. I searched ...
1
vote
1answer
91 views

Remove post content from buddypress activity

I'm trying to remove the post content from the buddypress activity stream and would like to replace the content/body with a custom field that I've added in. Any ideas where I should be looking? I've ...
-1
votes
2answers
391 views

Different user type , different profile fields buddypress

I have a buddypress site build for a social media for Entrepreneurs and workers to help each other. now, this site can have different user types and according to type, different profile informations, ...
2
votes
1answer
571 views

Showing the user's username in registration email or activation page with BuddyPress

a) I would like the person's username to be included in their activation email once they have registered. e.g. Activation email would look like: Thanks for registering! To complete the activation of ...
1
vote
2answers
134 views

Get user role by using user_id in buddypress

I need to classify the user according to their role, so I need to find the user role by using the user_id alone (not only for logged in users but for all the BP users). Something like this ...
0
votes
2answers
620 views

How to add php to custom link in the nav menu?

I simply want to add some php in as a custom link in the wordpress menu section. The code I want to use is <?php bp_loggedin_user_domain(); ?> which will generate that logged in user's ...

1 2 3 4 5 7