Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to `
the Respecitve BP page Titles
` and move it above `
Save files.
Could this plugin be the solution for this problem? https://buddypress.org/community/groups/buddypress-conditional-profile-field/
Anybody got this plugin to work? Seems non-functional to me…
== Is this a setting that needs to be changed? ==
@margysdr Basically, if you left Groups enabled in BuddyPress > Components panel, then the links to respective groups in the Group Directory page should open to each individual Group’s page.
WP/BP versions? What theme are you using? Have you changed to bp-default theme to see if issue is corrected? If not, then have you disabled other plugins except BuddyPress to see if issue is resolved?
Thats what I’m saying though, it doesn’t seem to be possible to create a “BP-ready” theme unless you install the rest of Buddypress (BP Template).
@words2us I only see the facebook connect widget in your sidebar. So assume you want to move login below that:
– Copy over sidebar.php from bp-default theme into your bp-default child theme folder.
– Open up sidebar.php with a text editor and move up “ to just under “
– Save file and upload to server
@visakov Per Custom Community theme forums http://themekraft.com/groups/custom-community/forum/topic/remove-comments-off-copy-beneath-posts/
@lyricsandlines good luck.
@hnla thank you for updating the BP codex page re deleting BP
Closing this duplicate of https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/where-are-my-blog-posts/
Are you still using the same webhost you used in this post from 9 months ago? https://buddypress.org/community/groups/requests-feedback/forum/topic/problems-with-buddypress/?topic_page=2&num=15
Have you contacted your webhosting tech support if they support BuddyPress with your hosting plan? Can they increase memory to 96MB or more if needed?
i am about to try this: https://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/
– it looks very good. anyone tried it with BP yet?
Dang! Well, the problem is, I could just use forum topics to blog with so that I could stay in tune with a particular group, but the forum won’t allow image embeds, (not obviously anyway).
So then I could try blogging with some form of gallery plugin using just the comments fields as a blogging space but I don’t know even where to begin there.
So what I am trying to do is actually embrace the BuddyPress philosophy but I can’t quite link all aspects of WP and BP together. If I could somehow get blog categories to merge with groups, I think I’d be set.
For example, if on the Groups page I would select a topic. The page for that topic now displays three tabs: Home, Forum and Members. If there was another tab there called “Blogs” that would call up all blog posts asscociated with that group, that would be awesome, (well I think so anyway).
B. Create a blank sidebar-buddypress.php and in it add:
C. Upload header-buddypress.php and sidebar-buddypress.php to your theme folder in server wp-content/themes/atahualpa/ in the same directory where your regular header.php and sidebar.php are.
Final note: Check out the style modifications to contain some BP elements. Copy these and paste into your theme’s stylesheet and adjust as needed. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
UPDATED INFORMATION BELOW
@indieconnect This is to confirm that to make your theme compatible with BuddyPress, you only need to create two new files. Those files are header-buddypress.php and sidebar-buddypress.php. You do not need a footer-buddypress.php file
If you’ve revised any of the BP template files transferred to your Atahualpa theme folder during the BP Compatibility process, please delete the 6 BP folders transferred to your Atahualpa theme folder in server – activity, blogs, forums, members, groups, register – then re-run Appearance > BP Compatibility again to make sure that you have clean template files.
A. Copy theme’s header.php and Save As > header-buddypress.php
UPDATED INFORMATION BELOW
@mercime, thanks so much. the problem has been solved. what i did was i declare them seprately and it works.
div#item-header #send-private-message a{background: url(_inc/images/plus-icon.png)no-repeat 0 2px transparent;padding-left:16px;
}
div#item-header #send-private-message {background:#ededed;background:-webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));background: -moz-linear-gradient(top, white, #ededed);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ffffff’, endColorstr=’#ededed’);}
Ah, well; trac is prone to lying. I could move all the tickets in 1.6 into a future release milestone, and it would say 100% 
The big thing holding up 1.6 — and a beta of 1.6 — is bbPress 2.1; specifically, the Group Forums integration stuff. Both bbPress 2.1 and BuddyPress 1.6 need to hit beta and be released at the same time for this to work out well.
At the last dev chat, I asked John (BP + BBP lead dev) to put together a list of remaining tasks (in BuddyPress) for this area. Hopefully that will get done and put on our Trac or bedevel blog.
Nothing like this is built into BuddyPress.
The above error message normally means that wordpress only has 32 mb of memory available and it needs more.
There are various technques for increasing memory available but some hosts don’t allow those methods to be used and require a different hosting plan.
If that isn’t practical it is possible to run wordpress with less memory if you cut back on plugins, use a theme that doesn’t eat up memory, and only upload very small pictures etc…. There are various plugins around that can help you work out what is eating ram
I used to find it hard to run wordpress with 32 meg of memory, let alone buddypress…
1024 bytes in a KB,
1024KB in a MB
Thus: 1024*1024*32 = 33554432 bytes in 32MB
Note: `</script`& grt; above should be “
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/wikiasi/
D. Check out the style modifications made in BP Twenty Ten for reference especially with removing the bullets and bringing in the extended width of the BP elements. https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and copy these over to your theme’s stylesheet then adjust as needed.
Based on the HTML structure of your theme, you’d need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your Wikiasi theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your theme folder, replace all of them for a clean slate by deleting the 6 BP folders in server – /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
`<?php
get_header();
global $woo_options;
?>
<!–
google_ad_client = “ca-pub-0044915326038182”;
/* Leader board 728 x 90 */
google_ad_slot = “6866417018”;
google_ad_width = 728;
google_ad_height = 90;
//–>
<article >
Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
` or `
` to `
` and move it above `
Save files.
@mercime, thanks for your help, i intentionally use the button to overlaps and hides Edit profile link i dont want it to show to you while on friends profile. i have tried your solution before but the problem is that the icon will show but will turn the button background to pure white. thats why i want to use background-image:url instead of background:url. is there any solution to use background-image:url.
Reagrds
@naijaping Hook the background image to your link. Add this to your stylesheet
`div#item-header #send-private-message a {
background: transparent url(_inc/images/activity-time-since.png) left center no-repeat !important;
padding-left: 25px;
}`
In addition, you have two styles for `div#item-header #send-private-message` and the second one overlaps and hides the Edit Profile link. So look for `div#item-header #send-private-message`
Keep the first one below
`div#item-header #send-private-message {
float: left;
position: absolute;
right: 330px;
top: 22px;
}`
Delete the second one below
`div#item-header #send-private-message {
right: 243px;
}`
Sorry- that must drive you guys crazy…
My site is indieconnect.com. It is running WP 3.3.1, Atahualpa Theme 3.7.3, and Buddy Press 1.5.5. I just got BuddyPress installed and went through the BP Template pack. (I modified the files listed in Step 3 by swapping out the “get header” code – this was recommended by the Theme’s support forum.) At this point, the left sidebar was on the left where it should be but it also showed up below the middle column on buddypress pages. I found a post here that suggested putting up a blank page (sidebar-buddypress.php) in the theme directory and that fixed the repeating sidebar. The footer on buddypress pages is showing up in the left column. The right column is missing.
There is code hanging out on the page. It is from something else. I hope this gives you the info you need to help.
@mercime Thanks for the help, but there is no page assocosiated with with Register, I’ve tried what you explained many times but the problem stems from the original settings screen.
Although I’m reluctant, I guess I’ll give the first method a try. I just thought there would be an easier way to reinstall it.
Thanks again!
@mercime, i created the child theme of bp default theme myself.
site url : http://suchworld.co.cc
i have tried private message button and also friendship button but not works.
Thanks for your help
@alanchrishughes To create a BuddyPress-compatible theme, either
1. Create a child theme of bp-default theme, OR
2. Create a WP theme which is BP-ready, OR
3. Download and install a WP theme, install/activate BP Template Pack plugin then go through Appearance > BP Compatibility process.