Social networking in a box, BuddyPress is a social networking plugin for WordPress.
1
vote
2answers
729 views
Is it possible to have a network of BuddyPress sites, a-la WordPress MU, with single-sign-on?
We're looking to create a network of BuddyPress sites that share a common design, a common theme and some common content, but the same userbase across all network sites.
Each user will 'belong' to a ...
0
votes
2answers
266 views
Conditional tags to differentiate between profiles and activity with buddypress
I can't get any help on the buddypress forums so I'm going to ask it here. I'm trying to use conditional tags so I can have a different sidebar for the profile page than the activity page. For some ...
0
votes
2answers
289 views
Conditional template tag for buddypress pages
I'm trying to assign a special template only to buddypress pages (activity, members, profile...). All other posts / pages use a different template. Problem is: I just can't find a good way to tell if ...
0
votes
1answer
163 views
Display password protected posts to logged in users
In a WPMU & BuddyPress installation, I want to directly show the password protected posts to logged in users without asking them for posts passwords... and still be accessible to guests ...
0
votes
1answer
454 views
What's the easiest way to change the default landing page for BuddyPress groups?
I'm looking to have the default view for Groups be the Forum component instead of the Activity component. What's the best/easiest way to alter the default landing component/page?
1
vote
2answers
186 views
Wordpress/Buddypress login theme function
Hey i installed buddypress and wanted to know if there is a theme function o can add so that on my theme it says
Login • Sign Up
and when they login it says
My Profile • Sign Out
0
votes
2answers
757 views
Alter BuddyPress member search to include search on added profile fields
I added a "company" field to member profiles via s2member plugin. However, this field is not included in the "member" search. For instance, when I search on the name of a company (when I know the ...
0
votes
1answer
390 views
buddypress edit profile
I have installed buddypress, I don't see any errors or success message when a person updates their profile details.
Also for some reason it only seems to update admins details, a normal ...
1
vote
1answer
4k views
How to get a buddypress user profile link and a certain user profile field for the current post author?
I want to replace get_author_link() and get_the_author_meta($feld)
with something equivalent to point to the author of the current post Buddypress user profile page and retrieve a specific profile ...
0
votes
1answer
295 views
Query WP Page for Buddypress Group Home
I've created a new home template for my buddypress groups called front.php. With the code below, I've attempted to display the content of a wp page whose name corresponds to the group name. The loop I ...
1
vote
1answer
481 views
Restore original WP admin bar after BuddyPress install
I want to re-enable the original WP admin bar after installing BuddyPress!
define( 'BP_DISABLE_ADMIN_BAR', true ); completely disables the admin bar - don't want that.
This question tells us to ...
0
votes
1answer
132 views
BuddyPress Toolbar
Is there a way to call the toolbar or adminbar as you would a menu?
<?php
wp_nav_menu(
array(
'container' => false,
'menu_id' => 'nav',
...
0
votes
2answers
2k views
BuddyPress user bio in profile
I am trying to figure out how to have a user bio in the user profile using BuddyPress.
For example, on this page http://buddypress.org/community/members/johnjamesjacoby/activity/just-me/ where it ...
2
votes
3answers
1k views
How to get larger version of author avatar
I am trying to incorporate author avatars into my posts by doing <?php echo get_avatar( get_the_author_meta('ID'), 150 ); ?> but I can't go larger than 50x50px without it getting stretched ...
1
vote
1answer
336 views
BuddyPress on Multisite
Does having BuddyPress installed on a Multisite setup mean that users in each of the different sites can interact or view the actions or content of users on other sites in the network?
0
votes
1answer
458 views
Buddypress export Profile Fields
I am looking for some help in building a sql to export specific data from the DB.
In BuddyPress, I have a profile field set up called Newsletter.
I need to export a list of user from the db who have ...
1
vote
4answers
2k views
Buddypress register.php user redirect
In my buddypress I have set the register page as homepage. Now whenever a logged-in user tries to access the register page(homepage), they are redirected to Members directory. I want it to change to, ...
0
votes
1answer
209 views
Buddypress User Settings template location?
I am trying to customize my BuddyPress layout and I can't find where to edit the user profile page layout.
EG: /members/username-nice/settings/
This is just the page where you can change your ...
1
vote
3answers
592 views
Buddypress Registartion template
How do I create a registration template in Buddypress? I can't seem to find any way to integrate the registration form in a template page. I tried adding this code to my template page, it displays ...
0
votes
1answer
424 views
BuddyPress - What Table is User Role Stored In?
Where in the MySQL tables is the User Role stored for BuddyPress / WordPress?
Thanks.
-1
votes
2answers
271 views
Updated BuddyPress from 1.2.5 to the latest and the content won't show [closed]
I'm guessing maybe a tag or call changed but really don't know.
Here is what my Activity index looks like. Only the header, sidebar, and footer shows.
<?php get_header() ?>
<div ...
0
votes
1answer
377 views
BuddyPress admin bar links are broken
I have activated BuddyPress on a blog but the link My Account on the admin bar is broken. I have configured BuddyPress to auto create pages but still the problem persists. I have been searching Google ...
0
votes
1answer
217 views
Buddypress Group creation step reordering
If someone can help me out in changing the Steps of group creation I would really appreciate it.
The group creation steps are
1. Group details
2. Group Settings
3. Group avatar
4. Invites
Can I ...
0
votes
1answer
309 views
Show buddypress profile fields in a multsite blog
I want to show my users profile fields in theirs child blogs of my site.
On the main template i use
<? echo bp_get_profile_field_data( 'field=Name'); ?>
On the child theme that i use for my ...
1
vote
1answer
2k views
Buddypress get member meta info for specific user ID
I am trying to create a 'featured member' widget for a Buddypress site, and am using cimy extra fields to add the 'is featured user' checkbox. I have some extra user meta fields that were created ...
1
vote
1answer
320 views
Does BuddyPress Have An Action Hook for remove_user?
BuddyPress has a behavior for removing users that does not run through WP's deleted_user action.
I have a hook in my plugin for add_action('deleted_user', 'myScript'); but it only works for ...
1
vote
4answers
2k views
Buddypress Full documentation
I have searched alot for finding the list of Full documentation for buddypress Hooks (action, filtrs) and functions but not satisfied with that limited documentation provided by Buddypress.
Like if i ...
0
votes
1answer
1k views
Using BuddyPress > 'Register page'
Can someone help me figure out the Buddy Press plugin.
I have a magazine Wordpress website created with an open source theme and style and very slight html alterations and customizations.
I've ...
0
votes
1answer
387 views
Buddypress Plugin for register user from other site's
Buddypress plugin which register user from other social sites like...Facebook, twitter and also from google.
I think there is one buddypress exist only for facebook but not for others.. any one know ...
0
votes
1answer
372 views
Redirect non-members to about/intro page
I´m making a small wordpress/buddypress community site where I want all content except an about page to be for members only.
I need to do a redirect to the about-page for all non-logged in users. ...
0
votes
1answer
318 views
How can I display a buddypress group name in the header.php so that it shows when viewing each single group?
I tried the code below but it doesn't do anything when place in the buddypress default header.php file. Ideally I'd like to have the group name display to the right of the logo in the bp default theme ...
0
votes
1answer
574 views
WordPress/BuddyPress plugin to allow users to create members-only posts
I'm setting up a site using BuddyPress and I'd like to be able to give members the option to create new blog posts that are viewable only to members of the blog itself. I've found a couple of plugins ...
4
votes
4answers
1k views
wp_editor on front end - JavaScripts not included
I am working on a BuddyPress plug-in for a client that requires users to be able to add content from the front end - they never see the back end for security reasons. I have the plug-in written and it ...
0
votes
1answer
272 views
Is it possible to use WP_USER_QUERY to search by username using a wildcard?
As above guys, I'm trying to build an AJAX search that works within BuddyPress WITHOUT modifying core code, but that allows me to use a wildcard when I'm searching by username.
Any suggestions?
0
votes
2answers
151 views
How to make the BuddyBar fix and scroll with the page
I've been trying to find a way to force the BuddyBar to scroll with the page instead of float at the top of the browser window when scrolling down the page.
I been searching the net for this but ...
0
votes
1answer
316 views
How to limit character length in BuddyPress function output
BuddyPress has a function (bp_member_profile_data) that pulls profile data into a members loop which looks like this:
<?php
bp_member_profile_data( 'field=Organization' );
bp_member_profile_data( ...
0
votes
1answer
67 views
bbpress plug-ins and buddypress
Is it possible to use the standalone bbpress plug-ins with a buddypress site - using bbpress forums site-wide and disabling the buddypress forums. I need to add moderation. I have decided not to use ...
-1
votes
1answer
220 views
Registeration Process Change functionality?
I am using wordpress with budypress i want to modify the default registeration process in a way that whenever user registers a email goes to the admin first he verifies the User and then send him a ...
0
votes
3answers
3k views
Add Buddypress profile and messages link to Wordpress menu
In the wordpress menu I would like to add a link to the buddypress user profile and messages. These links are dynamic based on the username like, ...
0
votes
2answers
112 views
WordPress Stripping Colons?
I'm souping up a WP theme with the BuddyPress plugin to make a cool hybrid of sorts between the two. Anyway... I'm using the following to grab author RSS urls. The problem being the colon ":" is ...
0
votes
1answer
297 views
How to get user id which is done by buddypress
I have integrated buddypress in my wordpress theme. i need to get user id when buddypress completes user registration successfully like what we usually do wp_insert_user( $userdata ) which returns ...
1
vote
2answers
184 views
Can I develop a social networking Site using WordPress and its Plugins?
I am completly new to WordPress. I have a requirment where I need to develop a site where people will form communities and will blog around. They will make friends and send friend request. So its much ...
0
votes
1answer
621 views
How can I add an image field to BuddyPress Extended Profile Fields?
I'm creating a BuddyPress extended profile that requires and image field. Is there an existing plugin or technique that I could use to accomplish this?
If there is, does it manage it without editing ...
3
votes
3answers
434 views
What problems can BuddyPress make?
I took a brief look into Buddypress yesterday and was just overwhelmed by the massive amount of template files that got added (during installation) to my theme.
After looking over the template files, ...
0
votes
1answer
593 views
how to remove mandatory required fields in buddypress registration
i have installed buddypress 1.5.1, wp 3.2.1. the registration field shows 5 mandatory fields to be filled, i need to limit this to 3, my site needs username, email, password( just like in tumblr ), ...
0
votes
2answers
1k views
BuddyPress redirecting to home page on login
I have two sites (towermix.com and beta.towermix.com) running BuddyPress and both are doing the same thing. When a site admin (or contributor or author) logs in using the WordPress login page, they ...
0
votes
1answer
179 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
148 views
BuddyPress Component Slug 404
I have created a custom component using the latest skeleton framework that needs to have its URLs as part of the current group. I have accomplished this is in my component's setup_nav() function, but ...
1
vote
2answers
10k views
How to Create a Custom WordPress Navigation Menu with the Code?
Without using plugins, how to create a custom WordPress navigation menu with the code?
I have Wordpress ver 3.2.1
and Buddypress ver 1.5.1
I would like to create a menu like this:
click here
I would ...
1
vote
0answers
86 views
How to enable site wide BuddyPress members in multisite? [closed]
I have installed buddypress and mu wordpress. I want make users, groups and activities to work sitewide. Each site will have groups which can't be accessed by other sites. Each site have site specific ...