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

learn more… | top users | synonyms

0
votes
1answer
173 views

how to list all subdomain in wordpress multiuser

I need to show all sub domains/directory in my wordpress multiuser, for eg: blog1 blog2 blog3 Is their any template tags to do this? stuck with this help me out guys.
0
votes
1answer
90 views

Buddypress integration with wordpress

I needed some directions to work on my problem. I would like to have buddypress installed on my site so that every user is able to see a link blog on his/her profile thorugh which they can post their ...
0
votes
2answers
1k views

How to split out BuddyPress notifications drop down items to their own top level?

I am wondering if it's possible to split out notifications in the top bar (the ones that pop up in wp-top bar) to their own individual menu items: 'notifications' 'messages' and 'friend requests', ...
0
votes
1answer
56 views

One buddypress installation collects activity from various independent blogs

I have a network of blog, everyone with it's own installation of wordpress. Now I want to add social features to the sites but I want to unify all the activity of the blogs in one place. I would ...
0
votes
1answer
176 views

Are the Theme frame works or Theme builders slow downs the performance?

I depend on theme builders like Suffusion for my Multi-Site Installation. Some WP users say the theme frameworks slow downs the performance and load speed. Is that really affects the performance? A ...
0
votes
1answer
318 views

Problem with BuddyPress alphabetical member search

Either there’s something I seriously don’t understand, or there’s a rather counter-intuitive feature in the member search in BuddyPress: if you choose alphabetical order, the search only operates on ...
0
votes
1answer
522 views

Is there a way to filter the buddypress activity stream by date or time?

I've been trying to figure this out for weeks now and can't get it figured out. Ideally I like to filter the activity post by: today, week, month, and year. If anyone could please point me in the ...
0
votes
1answer
229 views

BuddyPress - A hook available to hide custom born date on public profile view?

I'm trying to hide some fields on public BuddyPress profiles, it is possible? Thanks in advance.
0
votes
2answers
239 views

Can a visitor sign up for multiple sites at once?

Is there a buddpress / wordpress plugin that will allow visitors to sign up to multiple sites during registration? These people seem to have done it: http://injersey.com/join-injersey/ If such a ...
0
votes
1answer
520 views

Creating new page/tab in groups section not working!

I'm trying to add a new tab/page in the groups page. This is the code I'm using: <?php /* Plugin Name: Groups Links Description: Add links to the groups page. Author: Thomas Clayson */ function ...
0
votes
1answer
358 views

BuddyPress - User Login instead of Full Name

Im trying to display user login instead of user full name below each post avatar. Im using the following hook: function my_member_username_link() { global $post; if ...
0
votes
1answer
416 views

Bulk User Deletion

I've created a WordPress 3.0 site w/ MultiSite enabled and the BuddyPress plugin installed (latest available versions of each). Initially, the site did not have a captcha enabled and now there are ...
0
votes
1answer
209 views

Displaying the errors from my BuddyPress script

I have a .csv file with hundreds of rows and 2 columns. First column is the group name, and the second is the group description. I need forum to be active on all of the groups. I was told to use this ...
0
votes
1answer
166 views

Summary and Comments on Main landing Page

I am having a wordpress blog at http://thelazy.info/ . By default, only one post is displayed on the page. I want to increase the default content on the main page to 5-10 posts with a small ting of ...
0
votes
1answer
323 views

How to add a new variable to blog creation form?

I'm trying to add a new INPUT field to the blog creation form on Buddypress. Adding the front-end element is the easy part. I'm having some hard time trying to save it. The variable is a string, and ...
0
votes
3answers
929 views

User-based media gallery

I'm building a site that uses both WordPress and BuddyPress and I'm looking to build a custom section whereby the user can upload work and people can comment/rate it. I've browsed around at various ...
0
votes
0answers
17 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
35 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
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
6 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
0answers
28 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
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
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
24 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
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
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
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
40 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 ...
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', ...
0
votes
2answers
74 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
46 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
206 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
12 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
44 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
35 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
18 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
23 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
66 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
0answers
45 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
53 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
34 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
76 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
0answers
106 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 ...

1 3 4 5 6 7