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 this page title to above `
Save files.
I followed 2 steps to successfully display usernames in the BP members directory & other pages instead of default Display names:
1st step was to install the BP Usernames only plugin: https://wordpress.org/extend/plugins/buddypress-usernames-only/
This replaced display names across the site by usernames however, when I used the search box on the members directory to search a member, it returned results with members display names again and not usernames. To resolve this, I additionally followed step 2 explained here: http://customwebdesignseo.com/activity/p/3002/
Never, ever, ever edit any files that come with BuddyPress. That’s terrible advice.
Actually…
I installed and activated and i have the following messages:
The plugin buddypress-login-redirect/bp-login-redirect.php has been deactivated due to an error: Plugin file does not exist.
The plugin buddypress/bp-loader.php has been deactivated due to an error: Plugin file does not exist.
Such a shame!
karmatosed, @mercime,
Thank you very much for your help.
I’ll give a try and fingers crossed:)
thanks, on line 10 it is:
“
and i tried
“
I can’t display the code, what is backticks?
Yes. You can install and activate BP Template Pack plugin.
== I have done this exepct for the last part in section D. I can not see where the text has been added for the css on style.css for risen ==
@twc01 The style mods are on that page. It starts with:
`/ > BuddyPress Component Finishing Styles
== Parse error: syntax error, unexpected ‘<' in /home/inspire/public_html/wp-content/themes/risen/members/index.php on line 10 ==
What’s on line 10?
As far as I know it works with the latest BuddyPress. Alternatively make your theme a child of BP Default and create a theme that way.
@mercime
Sorry for the late reply,
Thanks a lot for taking the pain, I will try it and will let you know.
karmatosed,
Thank you for your reply.
This is the plugin recommended by BP but it’s last update was 220 days ago. Can I installed?!
Also i tried changing line 10 to but this also had the same issues. The theme developer does not support buddypress so im stuck 
Thanks, I have done this exepct for the last part in section D. I can not see where the text has been added for the css on style.css for risen.
Also when I go to the cuddypress componets, i get this error:
Parse error: syntax error, unexpected ‘<' in /home/inspire/public_html/wp-content/themes/risen/members/index.php on line 10
The only other thing i did not do was change the
as I wanted to see what it looked like first.
Thanks for your help so far.
Are you using this: https://wordpress.org/extend/plugins/bp-template-pack/?
I would bet that he meant buddypress.org plugin page , he sees only one plugin , I had the same problem with my Custom POST TYPE page , I saw only first POST , I think that it was related to permalink problems after update , when I have changed permalinks to default and immediately after to custom it worked again.
Same problem here. No one is able to complete the registration process successfully.
Using the last versions of both, WordPress and Buddypress.
Try adding the following to the bottom of your buddypress/bp-loader.php file:
remove_action( ‘bp_template_redirect’, ‘bp_redirect_canonical’, 2 );
This will remove the canonical redirect hook that might be causing you some issues.
I’m still working to get the Group pages to work, but the following allowed me to get the Member pages to work:
Add this to the bottom of the buddypress/bp-loader.php file:
remove_action( ‘bp_template_redirect’, ‘bp_redirect_canonical’, 2 );
This will remove the canonical redirect hook that might be causing you some issues.
You’ll want to take a look at the bp_get_displayed_user_nav() function.
There’s a filter there that applies to each menu item, which you can hook into and override.
Try logging in to your WP admin dashboard and navigating to “Settings > BuddyPress”. Next, click ono the “Settings” tab, you should have the option to enable the WP Toolbar.
This is a bug that’s been mentioned here:
https://buddypress.trac.wordpress.org/ticket/4532
Until that’s fixed, mercime is right to just check the wordpress.org plugins repository:
https://wordpress.org/extend/plugins/search.php?q=buddypress
OK. Now, I see another forum topic that says:
@mercime said 1 day, 19 hours ago:
The plugins have always been hosted at the WP Plugin Repository. You can find a list of plugins tagged BuddyPress @ https://wordpress.org/extend/plugins/search.php?q=buddypress
No problem, but I suggest it could be a good idea to do a URL redirection when the users clics to “Plugins”.menu. Regards,
Roby
Buenos Aires, Argentina
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/wallbase/
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.
@guitaragora Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your wallbase theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your wallbase 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 `
` and move this page title to above `
Save files.
Perhaps I should have paused to ask this question as I’m currently finding some more plugins that give me some more of the barebones flexibility I desire. I don’t know how to close or delete my own posts though unfortunately so mods, feel free.
Hi mercime
Ok I did what you told me and it work but me wanting a dating site I use Salutation Version 1.0 theme. So what do I need to do in order for it to work with the Salutation theme and use the bp profile search if I’m trying to create a dating site?