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.
Yeah, sorry for the delayed responce. It was two plugins actually. Buddypress mobile and “BP custom background for user profile”.
Please post only once for the same topic. Closing this duplicate of https://buddypress.org/community/groups/requests-feedback/forum/topic/order-by-alphabetical-to-be-default-order/
Did you go through the update wizard? https://codex.buddypress.org/releases/version-1-6/upgrading-to-1-6/
@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/
@kristarella yes, it happens once in a while, sorry about that. Please do post here which plugin/theme interfered with account deletion in BP 1.6 when you find out.
Please post once on the same topic. Closing this duplicate of https://buddypress.org/community/groups/requests-feedback/forum/topic/order-by-alphabetical-to-be-default-order/
== 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 
I was sooo looking forward to this, but now I can’t seem to find it 
Setup WP 3.4.1, BP 1.6.
Upgraded an existing BP installation with group forums only.
Used to achieve this functionality with plugins Ultimate TinyMCE and U BuddyPress Forum Editor. Doesn’t work on my new setup.
Any help much appreciated!
Cheers
Not sure if ThemeKraft team is aware of this one.
I’m using:
WP 3.4.1
BuddyPress 1.6
Frisco Theme
I’ve just installed your SeoPress plugin and Group Forum topics got messed.
It allows to create new topics, shows them, but doesn’t allow to delete or even consider it as existing.
Once one topic is created and viewing it on its topic page, title doesn’t show and instead shows (0 Posts). When deleted, gives a not found page.
Deactivating the plugin everything gets normal.
Looking for the updated version of this wonderful plugin.
@djduckworth please post once. Closing this duplicate of https://buddypress.org/community/groups/bp-moderation/forum/topic/integrating-wpmu-qa-with-buddypress-moderation-1/
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/wallow/
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.
@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.
Is it unusual that my website has buddypress in the URL at all?
Worked perfectly! Thanks @mercime.
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
Switching to a theme on the basic Bootstrap grid is one thing.
I think the original poster is also wanting to change all the dynamic AJAX / jQuery based elements on BuddyPress to the Bootstrap jQuery components — that is much more complicated job.
Would be nice to see alternative UI elements for the presentation of dynamic elements of BuddyPress — not sure who’s going to fund it!
@juanmaguerrero Could I please have a look at the function, Im looking for something simular.
thankyou
Never mind just got it.
SeoPress plugin from Themekraft, with wonderful options to take care from titles and meta descriptions tailored for BuddyPress was causing this.
Working fine now.
By the way any advice on an alternative to handle SEO meta descriptions for BuddyPress ?
Hi, @modemlooper I researched a lot and there’s no one who did this, maybe you heard of myself since I wrote a kind-of-tutorial here at the forums explaining how to achieve this, but I would like to make a plugin with it 
I have all the work done, you can see a working demo here (scroll down to see it in action) http://www.horizontea.com/ the thing is I do not want the “Load More” button to appear since the user won’t need it and the appended items will have problems with the way that the new instances of the button are created…
I just want to know how some plugins code manages to “rewrite” some theme parts from backend, not frontend, if such a thing is even possible. For example I want to replace as explained in https://buddypress.org/community/groups/creating-extending/forum/topic/auto-load-more-activity-stream-items-when-scroll-reaches-the-bottom-of-the-page/ (I have poolished and improved the code now loads only when needed and included throttling functionality).
If it cannot be done it will keep being just a tutorial and never a plugin, sadly 
@manswab I didn’t get the notification
I’ll take a look at it in a little while.
@kristarella @shanezoom BP 1.6 version? kristarella, sounds like your install is an old one which has been upgraded and shanezoom, your install sounds like a new one if I’m not mistaken
RE users cannot delete their own accounts
– For BP 1.6, go to Settings > BuddyPress -> Settings and make sure that “Account Deletion” is not checked, otherwise your users are prevented from deleting that account. However, a Super/site admin can delete an account anytime.
RE Cannot redeclare add_user error
– I’ve seen this happen with theme and/or plugin conflicts. Have you tried changing to bp-default theme and deactivating all plugins except BuddyPress?
@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.