Social networking in a box, BuddyPress is a social networking plugin for WordPress.
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 ...
1
vote
1answer
314 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?
4
votes
2answers
979 views
How can I create an auto-populated menu that is automatically assigned to a location?
I'm trying to add BuddyPress nav menu support to my theme and, unfortunately, BP's template tags still aren't fully up to snuff. (Basically, if you're not making an explicit child theme for the BP ...
6
votes
5answers
1k views
Building a Digg clone using WordPress?
I am thinking of building a site similar to Digg.com (the old version). I think the best way in my case is to make a custom post type for the links and then use a a plugin such as TDO Mini Forms or ...
2
votes
2answers
3k views
BuddyPress: Adding a new tab in groups
I'm trying to add a new tab to my groups on BuddyPress. All the groups will have different content preferrably from the database.
How can I accomplish this?
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 ...
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 ...
1
vote
2answers
693 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
1answer
778 views
Send reset password link to user from custom lost password form
I've been struggling searching through a bunch of tutorials with no luck. I have a custom login page and am just replacing the login form with the forgot password form on click. My issue is how to get ...
0
votes
1answer
424 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?
4
votes
1answer
2k views
How to override normal Wordpress search in Buddypress?
hi
i have wordpress and buddypress installed and i wanted to be able to search through forum posts, blog posts and other info all over the site.
i found Search Engine (Wordpress Plugin) and installed ...
2
votes
1answer
992 views
BuddyPress - How to add logout in nav menu
How to add a logout option to the main nav menu (not to the top bar) in BuddyPress?
1
vote
2answers
9k 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
1answer
714 views
How to auto-accept a friend-request in buddypress based on user meta
I’m still getting my head around buddypress, so far so good but I’ve hit a snag where I want certain users who are flagged as an ‘expert’ to automatically accept any friend requests people make.
I’ve ...
0
votes
2answers
973 views
Login redirect to certain bp profile page
Im trying to do a redirect to a certain bp profile page but for some reason it keeps going to the home page on the login.
this is my code im not entirely sure what the problem is and why it keeps ...