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.
There’s one in development, i.e, not on production environments though – https://github.com/r-a-y/bp-reply-by-email
@energynet Go to https://bbpress.org/forums/ and log in using same username and password used here. Click on “Add New” link right after “Topics” title on that page.
@tina have you ever wondered why they can’t get Akismet to block the spammers like it does on WordPress? And even more thought provoking is how does this site block spammers so well but none of us regular users can manage a normal BP install without being overtaken by spam? After all the hard work to get BP looking nice, it’s a waste due to issues like this. 
Tina – see response in your post
@neononcon no secret, it takes a village to watch out for spammers in BPorg, WPorg bbPorg etc which share the same userbase. Volunteers report spam, Moderators delete spam posts, Admins delete so from the backend and so forth.
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/canvas-child-theme-name/
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 canvas child theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your 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
`
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.
Nope, didn’t help. Still being bombarded by spam. About ready to ditch Buddypress altogether and go back to regular WordPress site. *sigh*
I’m actually about ready to pitch Buddypress completely at this point because of spam. I’ve tried all the options I see mentioned all over the web about how to combat spammers…and my Buddypress site is the only one that its consistently not working on. Even with more than one captcha hoop to jump through on registration, they are still getting in and filling up my activity stream! I’ve about had it.
Check out how it’s done for user profile http://buddydev.com/buddypress/allow-your-users-to-change-their-profile-page-background-using-bp-custom-background-for-user-profile-plugin/
What I can’t understand is how all the big time Buddypress sites don’t have the same heavy spam that little, unkown sites are experiencing. This site for example. Where’s the spam? Or testbp.org, where oh where is the spammmmm?! They are obviously doing something to block it. But what’s the secret, and why is it a secret??
Thanks for the note. Yeah, big bummer, but WOO is no longer supporting Canvas BuddyPress.
So I’m trying to use a (blank) child theme. Yes, I’ll do the 16 files, thanks for the confirmation.
Any thoughts on why AJAX/JS isn’t working?
Thanks!
– Make sure you still have BP Template Pack plugin activated
– Check whether you have the create.php file in your theme folder in server wp-content/themes/ifeature/groups/create.php
– deactivate plugins except BuddyPress and Template Pack and check if you can create a group.
Btw, you have `font-family: ‘Nosifer’, cursive;` text showing up right under the adminbar and right before your header image.
Sorry, was looking inside the buddypress plugin rather than the theme.
I’m not using the default theme but a compatible theme called elbee-elgee and am using a child theme that only has functions.php and style.css as editable files.
Thank you all for the suggestions. The theme is Atahualpa 3.5.3. I renamed the theme, but still not work. However, I haven’t tried resetting the theme or plugins from database.
Hugo,
I am not sure whether I understand “You need to visit the themes page to ensure you have reset themes before logging out or trying to visit the frontend as the BP theme was still in effect operational in WP eye’s” correctly. Do you mean “when I disable buddypress, I need to go to my site’s front page, then log out”?
I could probably handle cutting and pasting the above code, however, I couldn’t find the file you suggest that I edit. Wasn’t located in buddypress’ plugin editor, nor do I have a file by that name located in bp-members plugin subfolder…
Thanks mercime. Any other suggestions to get Buddypress to refresh?
Yes of course, but it is just an update
and in many case’s, this solution is last and the easy way restore site 
The plugin has not been updated for almost a year, so not compatible with BP 1.5.5.
Best bet is to post at plugin’s forums at https://buddypress.org/community/groups/rs-buddypress-activity-refresh/forum/ or https://wordpress.org/tags/rs-buddypress-activity-refresh?forum_id=10 but it doesn’t look like the developer is responding at all.
@cicakchanson Marking this as resolved. Start a new topic if you have new questions.
== I’m hoping that I can help others in the community one day as well. Best! ==
Ole! 
But if you do, always mention to “backup database first” otherwise ….
erm no lets not advise people go and directly edit DB 
rename the folder of your current theme, if not work ,
try to reset the theme from database : http://docs.appthemes.com/tutorials/how-to-change-wordpress-themes-directly-from-the-database/
Or
try rest all plugins from databse
UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;
http://perishablepress.com/quickly-disable-or-enable-all-wordpress-plugins-via-the-database/
There is any settings for email activation in buddypress,you must add some code in your functions.php to disable sending activation email after resgistration.
i was code for old version for buddypress, im not sure that will work. I will try to update it and i send u.
You need to visit the themes page to ensure you have reset themes before logging out or trying to visit the frontend as the BP theme was still in effect operational in WP eye’s
What theme were you using before you deactivated BP and BP template pack? Go to server and rename wp-content/themes/YourActiveTheme to something like wp-content/themes/YourActiveTheme-xxx so that active theme will revert to WP default theme