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 to above `
Save files.
Sorry that you feel that way.
I’ve looked through the topics, and for what it’s worth, I don’t see any hostility towards you from anyone on the BuddyPress team. Probably not what you want to hear, and probably not unexpected.
I’ll happily remove access to your account if you’d like to be prevented from using it in the future, but we don’t delete user accounts anywhere on the WordPress.org family of sites.
I’m replying to your emails to Paul now, and it would be great if we speak directly for any issues regarding your account going forward.
@karmatosed, that’s much better… 
@valuser, thanks! That works–but I would change “Admin Only” to what Tammie suggested. The “member” would have to assume that they are the “admin” which isn’t clear. I guess a tooltip would help.
Now, if only it worked for my theme using the Template Pack, too, not just BP Default, that would be awesome!!! One thing at a time…
@juanmaguerrero — the activity-loop is part of the theme, and even if possible, it wouldn’t be appropriate for a plugin to replace it en-masse.
Different themes may implement different activity-loops (different markup, etc.) — so, your code (as a plugin) couldn’t possibly replace successfully in all possible cases.
If it’s not possible to implement your plugin hooking onto pre-existing actions, then perhaps it’s not appropriate as a plugin, and better released as a code snippet, or as part of a new theme.
In fact the entire modifications (not only the preloader.gif) are made in the not-ideally-correct way, since all will be gone with any update. I’m asking for help since weeks ago on https://buddypress.org/community/groups/creating-extending/forum/topic/help-at-making-a-plugin-how-to-replace-bp-code/ and now on buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-can-i-make-a-custom-activity-loop-into-a-plugin-that-will-replace-the-default-one/ if I can manage to solve that automation I have all the code ready to pack as a plugin with a lot of improvements. @shawn38 do you know how to get this done?
@niaconcepts, it is in the plugins folder. NOT the themes folder. plugins/buddypress/bp-themes/bp-default…
I’ve just found out this thread https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/configuring-w3-total-cache-with-buddypress/
Last update was 2 years back. It must be outdated.
anyone wants to add what to enable and what to avoid from plugin settings?
I can add that Browser Cache enabled hides from non logged users groups content.
Thanks @mercime… can you explain what alignment code to change in the template file?
This is a custom site built as a child from the default BP theme.
I have tried following the guide but can’t seem to figure out what is wrong with the structure of the code.
page.php = http://pastebin.com/Z8zZimye
register.php = http://pastebin.com/bBfHa2DV
sidebar.php = http://pastebin.com/C6EUdPeX
member.php = http://pastebin.com/UATUWRiB
header.php = http://pastebin.com/WammXDw0
Also the sidebar should be on the right but instead is pushed down the page on any buddypress page. Any ideas why?
If you need any others then let me know. Thanks
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/pinterest/
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.
@sciencefiction68 You need to change 16 template files within the 6 BP folders transferred to your pinterest theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your pinterest 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 to above `
Save files.
@karmatosed, I did, just wrote it wrong here 
@shawn38: no worries but from what was said the issue was initially using bb not bp custom 
I made the bb-custom.php file in notepad+++ and entered this;
http://nickyernstsen.dk/spilportal/wp-content/uploads/2012/09/code.jpg
I then uploaded it here; /test/wp-content/plugins
@karmatosed Yes, I agree with you. I should have just wrote the code surrounded be the php tags that goes in bp-custom.php. Sorry Tammy, honest mistake! 
@shawn38: no it should go in bp-custom.php – you should never add things to your wp-config file like that it’s a bit of bad practice.
https://codex.buddypress.org/extending-buddypress/bp-custom-php/ – for reference
Put it in wp-config.php in the root of your site above /* That’s all, stop editing! Happy blogging. */
As @karmatosed pointed out it should work ip bp-custom.php as well you probably just forgot to add the opening and closing php tags like this:
`<?php
add_filter( ‘bp_use_wp_admin_bar’, ‘__return_true’ );
?>`
@Chouf1 : It all depends on what they are using it for – true or false can be used. However the main issue is that you are using a bb-custom.php file there @nickyernstsen. You need bp-custom.php.
@karmatosed It’s return_false !
add_filter( ‘bp_use_wp_admin_bar’, ‘__return_false’ );`
This thread is turning hostile fast, and the misleading and attention-grabbing title is going to give people new to BuddyPress, or those visiting our site for the first time, a bad impression of the project. BuddyPress is, in fact, stronger now than it ever has been in every aspect.
These forums are intended to be used for support with BuddyPress, announcements, or for sharing sites that you’ve built with the rest of the community. The plugin groups and forums provide similar facilities for BuddyPress plugin authors. FIQ, they aren’t meant to be used as a soapbox when you have a dissenting view on something, and are trying to gain support for that position. There’s nothing wrong with having a contrary view, but you are going about discussing things in a hostile and unconstructive manner.
As best as I can tell, this all started from a discussion about the wireframe ideas for the upcoming template compatibility layer. I’m super sad that the argument has now spanned three? forum topics, and that most of them have had to be closed. It’s harming constructive discussion on the wireframes, as well as using everyone’s energy.
I suggest that if you want to continue discussing your concerns, why not write a blog post about it? That’s the perfect place for this to happen, and if a constructive idea or suggestion comes from the discussion on it, then you can start a new discussion on these forums about that idea.
If you want to discuss this moderation further, please email me at paul @buddypress DOT org
The fact the post below was locked tells me everything I need to know about the development staff here.
Good night and good luck,
No I’m not going to invoke the ‘Nazis’ rule on the thread, it not necessarily negative, and closing threads too easily smacks of censorship. 
@FIQ I have to say I think you are entirely wrong in your view that the forum is geared towards developers, as nothing could be further from the truth. The forum is geared, as is BP, firmly towards the non code, the fact is that up to now there are aspects of BP that cause much angst for developers – if you scan through the codex it’s main content is not developer focussed but there to guide newbs and non coders, the detail developers require is not really there.
BP paid an inordinate amount of time to the out of the box experience – too much imho – however it did do that in a pretty effective manner and that suites and suited the non coder, the problem arises where those non coders get the impression that to start customizing the install/experience should be equally as easy as the original install and that notion in seen quite often, when in fact to take BP beyond that which has been offered does require skills be learnt and where it’s not necessarily easy or valid to provide simple solutions on a forum such as this.
@fiq Then I applaud you for taking initiative! Add a link to solutions you have on the forum from your site. It could be a positive thing!
Okay @fiq since you have everything I don’t have, then why don’t you make a website that helps out inexperienced people and so when someone has a question you have a solution for on your site then you can provide a permalink on the forum to the article that supplies the solution. That is not sarcasm, its encouragement for you to do something a lot of people would find helpful.
@FIQ Well I am glad you have code samples!
Your point is what I am in question of!
@FIQ Your resume is irrelevant to me. Pardon my language but I am not trying to have a pissing contest with you. You are as bad as newpress about being a confrontational. You have a negative attitude about almost every topic you contribute too! Re-examine your behavior. Its not rocket science as to why people are offended by the way you come off!