Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to `
// Titles Of Respective BP Page Templates //
`
Save files.
Dear mercime, it does help and work fine! THANK YOU SO MUCH!!!
Any takers?
Yes, WooCommerce works fine alongside BuddyPress. We use it on http://www.enterprisenation.com/shop
WooCommerce provides a fairly rich API with lots of actions you can hook onto — so, provided you are a developer, you can also mould a tight integration with BuddyPress.
Themekraft produce a plugin that integrates the WooCommerce account / profile screens with BuddyPress’s profile screen — we find there are some issues with the UX this creates though. If you google this forum, there was a recent thread discussing this.
B. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
`
`
with the following for registration/register.php:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`
Save files.
C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/zenon-lite/
D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.
@waiyea As mentioned above, you need to change 16 template files within the 6 BP folders transferred to your zenon-lite theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your zenon-lite theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
`
with the following:
`
Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
` or `
` to `
`
Save files.
Thanks . I think it’s somehow difficult using Firbug . I find avatar styles and it works nice . But I think it’s a good idea to list all of styles and descriptions somewhere for newbies like me !
Now I have my old problem yet ! The comment button problem .
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/please-help-me-correct-my-theme/
No problem 
@brandonecarr per error
“bp_dtheme_ajax_querystring() (previously declared in /…/wp-content/themes/Mikmag/core/buddypress/_inc/ajax.php:17”
it looks like that Mikmag theme is already BuddyPress compatible, i.e., you shouldn’t install BP Template Pack plugin with this theme.
– Deactivate BP template pack plugin
– Delete Mikmag theme as some files might have been corrupted if you went through Appearance > BP Compatibility
– Re-upload clean version of Mikmag theme
– Contact Mikmag theme author if you have any issues after going through the Installation Wizard after activating BuddyPress https://codex.buddypress.org/getting-started/setting-up-a-new-installation/installation-wizard/
OK thanks @modemlooper i’ll wait
Ask these folks… http://themekraft.com
You can see this code example by @boone on how to add custom privacy levels
https://github.com/boonebgorges/bbg-custom-bp-field-visibility
BuddyPress users should not be able to get to WP-admin as they are only subscribers
There will be an update soon that will have option to re-order non core tabs
Thanks for this. It is good to make sure 
And thanks for the extra info and instruction!
This plugin works only default tab of the buddypress I had installed plugins that display in the menu and this can’t be ordered. Is there another plugin?
I completed all steps according to BP Compatibility and transferred all BP templates to my child theme. Just can’t figure out how the fixing alignment step should be…
Between, does all BP templates call for the page.php as default layout?
@modemlooper thanks I’ll try first the plugin
mercime, I want the template with sidebar on the right hand side, that equals to the default template of zenon
Those members have to have logged in to your site since you’ve activated BuddyPress, before they’ll appear in BP member listings.
There is a workaround which should work but I can’t confirm until I figure out the last step. Anyway, what you could do is use FormidablePro (probably the most flexible and affordable form creation plugin in the wild) to get your data and then dump (form submittal) them into the appropriately mapped XProfile fields. I am told this is possible. …But I don’t know how to do that last step.
Sorry: BuddyPress 1.5.7.
Not aware of any plugins that do this. It’s been mentioned before, but I haven’t seen anything good recently.
This is a three year old thread! Please post your question as a new topic not tagged on to one so out of date.
It’s not exactly the easiest thing to implement the core devs have their work cut out with present dev requirements; this would be something that one of the community would need to run up and submit as a patch for perusal.