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 //
`, just watch out when you do this in the /activity/index.php page.
Save files.
Thanks again @ChrisClayton that worked out well.
What file should I modify to change the width of BuddyPress and so fits my sidebar?
Hi. I just found out that when i use the theme PageLine, i can register new users. AND thas only because PageLine uses WP’s own user registration. When i change to for example use BuddyPress Default 1.5.5, that does not use WP’s own user registration, i cant register a user.
So, what can be wrong now? what makes the BuddyPress Default 1.5.5 theme not being able to register users?(i guess this applies for groups aswell)
You can try it yourself, goto http://demo.raketfart.se. i have activated the BuddyPress Default 1.5.5 theme.
/Chichii
You have a custom theme that’s supposed to be BuddyPress-ready. I would contact theme author regarding this issue. To confirm if it is a theme issue, change to bp-default theme, clear cache and see if issue is corrected.
@sienteastu best place to ask categories/taxonomies/classifications for subsites would be at https://wordpress.org/support/forum/multisite
@indieconnect surround code with backticks ( ` ) the symbol between the parentheses, not apostrophes 
== one of the links in the dropdown menu at the top of the page ==
What browser are you using?
== using the buddypress 2011 theme as well. ==
Which BuddyPress 2011 theme? theme URI? Does the same behavior apply when you change to bp-default theme?
Hello Mercime,
Thank you for your support. It works!
I added the shortcode [bbp-forum-index] to my ‘Forums’ page. At first the forum didn’t show up until I remove the ‘Forums’ as the selected page at “BuddyPress > Pages > Discussion Forums > -None-.
Is it suppose to look like this — http://www.backpackventure.com/forums/ ?
Now I’ve a message displayed at the top of WP, ‘The following active BuddyPress Components do not have associated WordPress Pages: Discussion Forums. Repair’
Guess I just ignore it?
Please advice.
@bensonsearch thanks for posting the conflict with FBChat and commenting with BP. Have you checked out the other chat plugins at https://wordpress.org/extend/plugins/tags/chat
Thanks for the responce
Yes the activity component enabled.
BuddyPress also loaded.
Ciao,
this is what BuddypressDev twitter account replied to me yestarday:
“BP uses the $wpdb for all its queries, so if you have a plugin that enables PostgreSQL for WP, it should work for BP too”
Hello,
It doesn’t work as well. I tried buddypress 1.5.5 on another domain. This time I install WordPress 3.3.2 manually via FileZilla.
I still encountered the same problem while installing ‘Site Wide Forums’ (bbPress plugin).
This is my site – http://www.backpackventure.com/
When I load http://www.backpackventure.com/forums/ , the page says ‘The forums component has not been set up yet.’ (I already setup during the buddypress installation)
And I get a blank page for the forum I installed – http://www.backpackventure.com/forums/forum/discussion/
Anyone has the similar problem?
Please help.
bbPress 2 autocloses posts after a configurable period of time, so it’s got you covered.
BuddyPress makes a lot of MySQL calls. Those aren’t replaced by the pg4wp plugin.
Thank you @ChrisClayton !!! But in wich file I have to paste the code you suggest me ??
and If I understand I have to copy the exact code and only change ‘Sexy Button’ with the name of my short code …is it correct ???
@megainfo …Thank you for your suggestion…but I have already try it…I doesn’t work well and the support doesn’t respond me to any question…. so I decide to change with this solution
1) Change titles using language translation file – https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
2)
a) Setup forum without groups ==> Yes. Install Sitewide Forums via dashboard BuddyPress > Forums https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/
b) Use Groups as Categories ==> Coming up in BP 1.6 or so per roadmap.
Great. Simplifying is better 
> Running WP 3.2.1 and BP 1.5 — I know these aren’t the lastest versions, but I’ve made enough changes to the core to accomplish my needs that updating would prove problematic
If you changed BuddyPress, what did you change? Are we missing a filter or action somewhere that would allow you to avoid hacking core?
@kunthea, please make your own topic rather than hijack someone else’s.
Hello there,
I am new in this forum.
I have installed buddypress to my second subdomain as http://khmertrips.com/community/, so anyone know that, where could I found code or RSS to display do *Activities stream* of buddypress to my homepage of http://khmertrips.com/travel/ as i use both subdomain in wordpress soft.
Thanks/Kunthea
@mercime we’ll have to see if jjj can pinch that plugin from wp.org
auto closing of older threads would be good, but for those that we can directly attribute a thread [resolved] tag to we close them at same time?
Hadn’t considered the theme compatibility threads needing to be open, but in regard of those it has struck me that really the main core of those threads ought to be removed and pasted into a codex sub page running under theme compatibility, so that you have a generic steps and code for a given theme conversion – users could still add updates etc to a codex page.
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/neu/
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.
Based on the HTML structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your Neu theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive. We’re going to use the basic HTML structure of your theme.
A. At the top of each of those 16 template files I linked to above, replace
`
with
`
Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
` or `
` to `
`, just watch out when you do this in the /activity/index.php page.
Save files.