i am not asking smb to do the work, just asking if somebody has already done it
. i need integration between buddy press and this http://themeforest.net/item/the-jewelry-shop-wordpress-ecommerce/102478
i don’t think that there is smth ready out there, but its worth asking 
That is not a constructive line of discussion. BuddyPress.org is not representative of a typical BuddyPress install.
This is a buddypress/wordpress issue. If you don’t believe me just see the source code for this page – Towards the end of the source code you’ll find something like this –
Generated in 3.178 seconds. (473 q)
That simply means this webpage needed 473 database queries to show you a few members and posts. If this is the situation with the official buddypress website running on latest hitech servers, fully optimized and cached, probably also using somekind of a CDN what else do you expect from the software itself?
Thanks for the response mercime.
Sorry that I evidently didn’t provide enough info.
1. A single WP install with BuddyPress. Members add posts via a GravityForm on the front-end.
2. Deactivating the plugins (either individually or together) did not impact my ability to change the assigned author.
3. An entry created by the form can be assigned to a Moderator author via the form. But I cannot change the author of a post (new or existing) in the WP admin to a moderator author, only to other Admin authors. Moderators don’t show up in the authors dropdown.
@modemlooper Great! Looking forward to it!
Do you think that you’ll be releasing it by January? (No pressure! Just want to get an idea 
1. To make your WordPress theme compatible with BuddyPress, install and activate the BuddyPress Template Pack plugin and go through the BP Compatibility process – https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
2. As for Wishlist or S2Member, there’s been positive and negative feedback on both [EDIT – S2Member specifically notes support for BuddyPress which you should take into consideration]. You should contact vendors of both plugins about planned/scheduled plugins’ update for compatibility with upcoming WP 3.3 (prob this coming week – there are major changes) as well as upcoming BuddyPress version. Then check out respective plugins’ forums and see which has more issues reported and which provides more support.
HI there,
Im pretty sure this is going to sound silly (as new on BP as I’am) but I have to questions:
1-What I have seen it seems that BuddyPress overwrite the previous wordpress theme… or not? I have already an established site and would not like to change the theme… so, if buddypress overwrite it, I cant install it unless creating a subdomain (buddyp.mydomain.com) or so (mydomain.com/buddyp) it’s that true?
2-What is the best membership plugin compatible with BP? I would like to use Wishlist because their features, but the only one I have heard is fully compatible is S2Member… is that true?
I’ll appreciate any insight on this. Thanks you all for your time. 
@ultimateuser – It’s much easier to do this in BP 1.5.
Remove the old snippet and add the following to wp-config.php or /wp-content/plugins/bp-custom.php:
`define( ‘BP_MESSAGES_AUTOCOMPLETE_ALL’, true );`
@porscheheritage – You could try upgrading the jQuery library with a plugin.
There are a couple out there. Browse through:
https://wordpress.org/extend/plugins/search.php?q=jquery
I should say I haven’t tested this myself.
In BP 1.5, the “bp_blogs_record_post_post_types” filter was added so you can add additional post types by hooking into the filter:
https://buddypress.trac.wordpress.org/browser/tags/1.5.1/bp-blogs/bp-blogs-functions.php#L168
https://buddypress.trac.wordpress.org/ticket/3460
otherwise – use the lower level bp-core function for add activity entries (or just copy the blog activity add function and change the cpt check)
1. Build a child theme of the BuddyPress Default theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
2. Copy over header.php from the bp-default theme to your child theme folder https://buddypress.trac.wordpress.org/browser/tags/1.5.1/bp-themes/bp-default/header.php
3. Add the following code from sidebar.php into your header.php wherever in the structure after the body tag you prefer. You need to style your login form accordingly (horizontal or vertical).
Hey, I am trying to find a php-function that outputs the current groups name on pages like “groups/single/home.php”.
This bit of code is in the footer:
var envoOptions={chats : [{id : ‘**BUDDYPRESS GROUPS SLUG**’, name : ‘**BUDDYPRESS GROUPS NAME’}]};
I’ve tried everything I could think of; instead of **BUDDYPRESS GROUPS SLUG** for example I used
but it doesn’t output anything. Not a false value, there’s just nothing. Am I applying this incorrectly?
hi everyone,
i m using latest buddypress version + geo mashup mapping plugin. I’m trying to find a way to add geo mashup location field in the bpress extended profile, fields, so that users can put in their location address in the bpress sign up page, and also hoping to get that user’s location map displayed in the user profile page.
i,ve been looking thru a lot of forums on the internet, and still can’t find the solution.any suggestion/help would be highly appreciated!
== when trying to change the author of a post ==
– Is this a single WP install where you allowed your members to publish posts? Or is this a multisite installation where you’re attempting to change post author’ name.
– If you deactivate Members plugin and Gravity Forms, can you change the author name?
== I just can’t transfer any other posts to them in the admin. ==
Sorry, not clear. You want to transfer posts of whom for whom in the admin? And why transfer via Gravity Forms?
Actually, it only kind of works. It shows administrator, and s2member_level1, and s2member_level3, but not s2member_level2, or anything else. Weird.
I’ve got this working, but I’d like to customize it further. I’m using S2Member, so the output from the echo statement looks like this: S2member_level1 or whatever.
How can I set it so that if the member is this level, different text appears? For example:
s2member_level1 = Auditor
s2member_level2 = Worker
I don’t really know anything about code, seems like there should be some sort of “if they’re this level, display this text” or something? And where to put that statement?
Thanks!
@modemlooper Thats great!! Thanks so much for all your great work here. Really appreciated. Do you have a vague idea of when you’ll be releasing the next version of the share it plugin (with the repost functionality)?
Many thanks!
Am I going crazy? I’m in my WordPress admin, looking at an individual post and when trying to change the author of a post all I get in the dropdown are the site admins, not the buddypress members.
1. I have Justin Tadlock’s Members plugin installed, but moderators (the folks on the site I want to be able to have posts transferred to) have the create posts capability, and admins have the ability to do everything.
2. Posts created with Gravity Forms have no trouble being assigned to the BuddyPress moderators. I just can’t transfer any other posts to them in the admin.
What am I missing?
Your site is on maintenance mode, cannot see what’s going on.
There are some examples/walkthrough on how to implement Step 3 using method 1 or method 2 at the bottom of this page https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles
After enabled buddypress, taking this error at wp-admin. ”Not have sufficient permission to access this page”
Using wp 3.2.1-TR
Hey hello!
can someone please help me to setup buddypress on my theme? (The source by elegant themes)
I get stuck with the Buddypress template pack thingy! im a noob
please help?
Justin Bean
ow and here is my website so you can see:
http://www.teamvortex.nl
I’ve been trying to find the answers even though I know nothing about Jquery. It talks about wordpress jquery files being no conflict files. Are buddypress jquery files not set up to do that? What can add to other Jquery scripts to keep them from conflicting with buddypress?