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 //
`
AND move title to above `
Save files.
Intended. See https://buddypress.trac.wordpress.org/ticket/4090 for a lot of discussion.
Hi Websitevala, if possible can you go to your BuddyPress settings and resave and also resave the permlinks under Settings? This may not be it but a good check.
If that doesn’t work it’s worth checking if a plugin could be interacting and testing (if possible) with the default BuddyPress theme.
If we’re still out of luck as to where the culprit is can you please link to your site (if possible) and tell us what theme you are using? Also if you are able to paste into https://gist.github.com/ any errors you are having in your error log (your hosting can help you locate this), that would also be helpful.
As for what gets effected when you upgrade, well that’s a little dependent on your set up. It is usually advised to make sure all your essential plugins and your theme either have updated versions or work with BuddyPress 1.6 – the same goes with WordPress.
If you’re moving forum content, you probably want to be migrating to bbPress rather than BuddyPress. Check it out, especially its importers — it should give an idea of the appropriate APIs to use.
@formbi I don’t know what theme you’re using, but almost all of the updated themes have custom menus which you can configure via Appearance > Menuw https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/
== that is much more complicated job. ==
@rogercoathup true. Until such a time that someone releases it (free or paid), the next best thing are WP bootstrap themes with the template pack plugin 
== Would be nice to see alternative UI elements for the presentation of dynamic elements of BuddyPress ==
It will be easier (relatively) come BP 1.7 but it would still involve an investment of not inconsiderable time.
I resolved my problem with the error of `Call to undefined function bp_displayed_user_id() in C:xampphtdocsbpwp-contentpluginsbuddypressbp-corebp-core-template.php on line 1117` by:
1. reverting to the old 1.5.7 version of BuddyPress plugin
2. deactivating BuddyPress plugin – silly me for not doing this the first time
3. deactivating a BuddyPress dependent plugin ( User Name Availability Checker for wordpress/buddypress from http://buddydev.com/buddypress/creating-a-buddypress-wordpress-username-availability-checker-for-your-site )
4. then updating BuddyPress
5. and finally reactivating BuddyPress and dependent plugins
The moral of this story: I should always deactivate significant plugins such as BuddyPress before updating. All good now 
@manswab As mentioned above, based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your wallow theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your wallow 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:
`
<div id=”post-“>
Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
` or `
` to
`
`
AND move title to above `
Save files.
Hi,
i had a similar problem on a multisite install: after update from 1.5.6 to 1.6, no access to profiles, topics and some plugins. All links going nowhere else as my homepage
I searched in the recent tickets and found a solution here: https://buddypress.trac.wordpress.org/ticket/4415
By commenting the (very old) NOBLOGREDIRECT line in wp-config, my url’s where back 
On a single install, it maybe possible to add this filter
`add_filter( ‘bp_do_redirect_canonical’, ‘__return_false’ );`
These solution was already given by @boonebgorges on this forum a few days back i guess
For example here in this WPMUorg tutorial the author explains how to replace some piece of code, but it is passed as a variable in the execution time, after it’s assigned with a value http://wpmu.org/how-to-create-your-very-first-wordpress-plugin/
Will it work if I want to modify the php templating code BEFORE it gets parsed by the PHP engine? I think not…
@stevedmma aside from creating your own bp-default child theme, you can also use a regular WP theme and make it compatible with BuddyPress via BP Template Pack plugin. We have “template-packed” more than 75 WP themes in list -> https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
PageLines Base theme 1.0.2.0. Here are the plugins. (You asked for it…) Akismet, AWPCP, Audit Trail, Backup WordPress, BP Profile Search, BuddyPress, BuddyPress Activity Plus, BuddyPress Album, BuddyPress for PageLines, BuddyPress Template Pack, BWP Google XML Sitemaps, Dynamic Widgets, Envolve chat, Events Manager, Fast Secure Contact Form, Google Analyticator, Jetpack, My Category Order, PageLines Sections, Platinum SEO, Redirection, Role Manager, Search & Replace, SEO Ultimate, WishList Member, WP-EVP, WP Audio.
You can used my child theme its only for the BP-Default theme it adds this functionality.
http://ezwebdesign.wordpress.com/free-stuff/
– Create a bp-default child theme -> https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
– Copy header.php from bp-default theme to your child theme folder then remove the search div from the header.php in you child theme folder
– Create a Page Template -> https://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates and add the code your deleted from header.php replacing the_content tag and upload to your child theme folder in server
– Pages > Add New and title it whatever you want then choose the template in sidebar then make it private, Admin can access that page anytime.
–
@anaxent There are no bootstrap themes based on the bp-default theme AFAIK. There are however a large number of “bootstrapped” WordPress themes — http://wpmu.org/7-free-twitter-bootstrap-themes-for-wordpress/ and https://wordpress.org/extend/themes/the-bootstrap — which could be made compatible with BuddyPress by using the BP Template Pack plugin and going through the compatibility process and fixing alignment.
all three questions (a) – (c) simply related to the same issue @mercime.
I got a warning so do I really need to update the forums anyway? So what if I don’t? My question about being concerned was not to get feedback from my Sys Admin (which I am the S.A. for the site and server). WP warned me — so do I need to be concerned? The warning was cryptic with respect to WordPress/BuddyPress, not the server.
An my manual update question was this — if the automated WP routine can’t update the forums, is there a manual workaround.
Sorry, I forgot to mention that I’m running WordPress 3.4.1 and BuddyPress 1.6.
Digging around in the Codex a little bit showed me that it is possible for my desired structure to be achieved (community.mysite.com/usersite); however, seemed to indicate that my WordPress instalation must be in http://community.mysite.com and not http://mysite.com.
Is there a way to do this with the WordPress install in the main site?
Thank you for a masterfully comprehensive plugin,
Ben
per @r-a-y: “Is there any reason why you need multisite?”
It is my understanding that as of WordPress 3.0 MU was automatically built into core. I am not using multisite, per se, that I know if. At least I did not intent to use it. I do know that I have 2 dashboards in my WordPress under My Sites:
(1) Network Admin
(2) my Buddy Press site
It does get a little hairy lopping through both dashboards to make settings tweaks and activate and deactivate plug-ins, etc.
I will certainly give ‘wpmu_signup_user_notification‘ a try…
The memory error is a common problem, and the solution is easily found if you search google: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
If the problem persists after increasing the memory limit and it still says “Allowed memory size of 33554432 bytes exhausted”, you’ll need to contact your web host and ask them to change this setting for you.
See if this helps! http://www.blissfulinterfaces.com/making-wordpress-images-responsive/
Honestly if you want BuddyPress to function correctly, In my opinion you should create a child theme based on the BuddyPress default theme and make any changes within its css. If you don’t know how to make a child theme then I can send you a really simple one that allows you to change the CSS of the buddypress default theme. As of this post the newest theme is Fanwood and I am not certain it will function correctly with WordPress 3.4.1 and BuddyPress 1.6
BUMP
IF THIS HELPS!
I’m currently running
WordPress 3.4.1
buddypress 1.6
installed as a directory on root
using default theme
no modifications of corefiles
no custom feature of bpcustom
hosted with argeweb.
running on linux
There are a few different social networking platforms out there and someone coming up with a safe way to integrate one or more of them with WordPress (or visa-verse) would be a welcomed development, in my opinion. However, a ‘plugin’ like GRA4 that takes unsuspecting members from WordPress sites and opens the WordPress site owner(s) up to potentially (MAJOR) security and privacy issues (as well as hosting and server violation issues) is not a plugin. It is a dangerous interface that WordPress webmasters would be well advised to stay away from.
One thing to consider when allowing a ‘plugin’ to use a remote server is, you can not know the intentions of the people on the remote server. Once that avenue is opened, a site can be vulnerable to many things unseen and unimagined.. That is Dangerous.. Unfortunately, a lot of people using WordPress do not look at code. Even if they did, they don’t know how to spot potential dangers. As website developers, webmasters, and the like, we do have a responsibility to those who use our websites, to be careful of providing something that could violate the rights and privacy of our users as well as open our own servers and/or hosting, to unsavory and malicious intruders.
It pays to ask questions, @lunchgirl thanks for doing so. I wasn’t aware of gra4 until I saw this thread and @mercime pointing out that it isn’t available in the Repository anymore caused me to want to know what it did. So, I looked it up and found that they are attempting to infiltrate several different and independent platforms. If anyone uses those other platforms or knows someone who does, I would let them know about that plugin (or in the case of some, it’s a drop-in). It is still available in those other platforms and shouldn’t be. Please spread the word..
@arrogance-is-bliss thank you for providing a detailed report on the extent of the plugin’s abuse. I just saw the first few lines of one of the plugin’s files in repo and reported it right away at plugins@wordpress.org
Just tried it out and it works perfectly 
Buddypress 1.6 and WordPress 3.4.1.
However it doesn’t use the excerpt, it uses the first X of the post. It actually pulls quite a lot which is not so good for SEO since it will produce a lot of duplicate content.
I’ll see if I can find where it defines how much to pull in from the post.
It’s a regular install of WordPress. Just want to be able to customise the buddypress folder name.