At the bottom of the file replace
`
@ewebber What type of hosting environment are you in?
If in a shared hosting environment, it could be that your web hosting provider is simply limiting the amount of memory that can be used by a single script. If this is the case, increasing the memory that WordPress can use won’t have too much effect as you’ll still be limited by your providers software configuration.
From my experience, most shared hosting providers limit memory to 32MB (some less…). With WordPress really working best with 64MB+, if this is the case, you’ll run into these errors quite often.
@loudrake first, what theme are you using? If you have a WP theme and used the BP Template Pack plugin, which method did you use to make your WP theme compatible with BP – 1st method which changes more than a dozen BP template files or the 2nd method using header-/sidebar-buddypress.php?
All probability is that you’re used the first method and missed replacing the divs in all the required BP template files as listed here https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#tplfiles
@suziwilson congratulations on your pastebin post 
To make sure that your code shows up in this forum, place backtick (`) the symbol within the parentheses at the beginning and at the end of your code. For long/big blocks of code, pastebin is better.
` `
We’ll be using the first method to make your WP theme compatible with BuddyPress – changing HTML structure in 16 BP template files transferred to your Listings theme folder in server during the BP Compatibility Process. Download the 6 BP folders transferred to your Listings theme during the process.
Starting with activity/index.php At the top of the file, replace
`
with
`
At the bottom of the file replace
`
`
with
`
`
Save file. Then do this with the remaining 15 files except for registration/register.php where at the very bottom, you replace
`
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();
});
});
`
with
`
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. Upload to server.
` `
You would still have some minor tweaks to the styles within the template. I’ve posted the tweaks used in some themes near middle of this page https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
Single WordPress Version 3.2.1. Buddypress 1.5.1. I’m using my own theme which is a child theme of the default Buddypress theme.
Hi Buddypress Team,
I’m seeking technical advice for only ONE item… the rest is ‘in the bag’
I’m using Buddypress with the Fishbook theme & WordPress MultiSite. I’m trying to display one custom header for each blogs/sites (located in subfolders). After tweaking around for 2 day with style.css & header.php (with horrific results – like 2 headers showing at once, or none at all), now I think it’s time to seek advice!
My attempts were made using the plugin “Dynamic Headers by Nicasio Design”), but Murphy’s Law doesn’t seem to be on my side for this one. OR, am I using the wrong plugin?
Regards,
Peter
This snippet looks good to go
Yes, these are the directions I followed:
https://codex.buddypress.org/buddypress-site-administration/deleting-buddypress/
The installation wizard does not show up. WordPress acts like the buddypress was already installed, and then gives the message:
The following active BuddyPress Components do not have associated WordPress Pages: Activity Streams, Discussion Forums, User Groups, Members, Activate, Register.
== I did a complete uninstall per the directions, ==
Directions from what source?
== How do you trigger buddypress to recreate the tables and pages within wordpress? ==
https://codex.buddypress.org/buddypress-site-administration/deleting-buddypress/
Then install BuddyPress 1.5.1 and go through Installation Wizard
for sure – but the bug is open for 15 months ( https://buddypress.trac.wordpress.org/ticket/2576 ) and wasn’t fixed – and therefore i thought if you tidy the code up you could add it to core as a patch.
You’re best to ask for this on the bbPress forums, as that’s where you’re having the problem. I would generally suggest that “pretty permalinks” work in regular WordPress (e.g a post) first.
bb-config.php can be found at the root of your WP installation. For example:
if WP is at domain root == http://yoursite.com/bb-config.php
if WP is at physical subdomain root == http://wordpress.yoursite.com/bb-config.php
bb-config.php can be found at the root of your WP installation. For example:
if WP is at domain root == http://yoursite.com/bb-config.php
if WP is at physical subdomain root == http://wordpress.yoursite.com/bb-config.php
@ossendryver https://codex.wordpress.org/Installing_WordPress#WAMP for your PC only
EDIT – if your WP is on webhost, contact webhost tech support to see why your WP is not working.
@ossendryver https://codex.wordpress.org/Installing_WordPress#WAMP for your PC only
EDIT – if your WP is on webhost, contact webhost tech support to see why your WP is not working.
how do i get wamp to work. because my wordpress is on a webhost and not on my pc
how do i get wamp to work. because my wordpress is on a webhost and not on my pc
I saw this, and your tweet to John. It’s a polldaddy issue; they’re calling apply_filters(‘wp_title’) but they aren’t providing all three arguments that the WordPress core implementation does (ergo the error messages).
Use WordPress’ get_avatar() function: https://codex.wordpress.org/Function_Reference/get_avatar
Hi! can somebody help me with buddypress. I installed the wordpress stufe theme and I think there is a conflict with the buddypress javascript. The order by feature which is powered by ajax is not working in my member page and activity page.
Response is highly appreciated. Thanks
works great thanks, can i redirect to a wordpress page insted of the register page? and also it removes the my friends column in the activity page, how can i get that back? thanks again
block prior to db save: https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/
You can block them from being saved to the activity table (db)
https://wordpress.org/extend/plugins/buddypress-block-activity-stream-types/
(otherwise, posts on the forums about removing them from the activity loop array)
then if you need to block a certain blog_id (if on multisite)
etivite_bp_activity_block_denied_activity_type_check
this filter will pass a long additional data to check for – but you’ll need to dig into the code to figure that portion out.
Thanks Paul, I do understand that. The WordPress issue was caused by BuddyPress so I thought it might be something you guys here might have come across before. I will post at wordpress.org too.
@djpaul, Thanks. I did what you suggested and more. No go. Since I have more control on my local installation, I re-installed WordPress, then BP 1.5.1 (using the bp-default). No luck. I uninstalled 1.5.1 and tried with 1.5. No luck. I uninstalled 1.5 and tried with BP 1.5 RC. No luck.
Other than you saying that it exists, I’m beginning to think that sub-menu item was always a figment of my imagination. I don’t know what else to try. Any suggestions?
And you’ve got the WP_LANG set correctly, and are also loading a translation for WordPress itself? Is that code snippet in your first post how you’re actually trying this? Which file did you add that to? I don’t think that should be necessary 