instead of
`
so I think i’m still lost here….?
In the Buddypress Settings menu, do you have the “Disable BuddyPress to WordPress profile syncing?” set to “No”?
Something like this might provide the lock you are looking for: https://buddypress.org/community/groups/buddypress-mandatory-groups/
Did you install the Buddypress Template Pack Plugin? If you are using a theme that doesn’t have buddypress functionality baked in by default, you need to install this plugin and run through the steps to enable compatibility. https://wordpress.org/extend/plugins/bp-template-pack/
@frostdawn Could just be that the surrounding divs for either or both content area and widget-area-1 are already styled to specific widths in stylesheet. You’d then have to add new style at the bottom of your stylesheet to override default widths.
Open up the revised template with the widget-area-1 at 100% width which you’ve posted above, copy all code, post in pastebin.com, click submit and post the generated URI here so we can have better reference.
== When searching these files, i cant find the exact code you wrote. for instance in activity, i found … ==
I don’t know what file you’re opening. For activity/index.php –> lines 12-17 in https://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-themes/bp-default/activity/index.php
Mercime, I’ve got the willingness to learn new skills but I need to receive clear instructions. To date, I’ve had instructions that have not worked when I put them into practice. It doesn’t help when I’m receiving them in terms that I don’t understand. If you want to lock out noobs, please say so and I’ll go elsewhere.
I’m not asking for much. Again, all I want is to be able to insert a logo of my choice at the dimensions I specify without it repeating. I’d also like to make my child theme work as expected without either locking me out or preventing new registrations.
To date, the instructions I’ve received here on the forum have not facilitated that. When I thought the problem was resolved I marked the thread resolved. A day or so later, I got header errors and couldn’t get into the site until you (correctly) told me that my child theme was the problem and I’d have to rename it. Which I’ve done. And I’m grateful to be able to get back in. Thank you.
Now I need to know if it’s possible at all to make a BuddyPress child theme that works properly with a header image of my choice or am I stuck with the massive dimensions specified by the default theme?
If so, please tell me, in terms I understand, how to do it.
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/wp-clear/
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.
@turfnet 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 wp-clear 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 code I posted at
http://pastebin.com/tpEyMDJq
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.
@Kyneee I have an option to register, and users get an email with login and password, but it doesn’t redirect to their profile and no page is created for them. So they login from the hompage and it just refreshes the home page and that’s it. I’ve registered 3 users and it shows them logged in but all they are is registered, nothing else.
== What I need is all the instructions, and they need to be correct, or I’ll have to look for another solution because BuddyPress is not the one for me or the website I’m working on. ==
@wendy-cockcroft we are all volunteers here trying to help others. We understand if you want to look for another solution which requires less technical know-how or something which does not require you to have the willingness to learn new skills. Check out WP Symposium or Mingle plugins.
== Please be aware that when you go WP Multi-Network and then go BP MultiNetwork, you would be expected to know or to learn how to make some changes in database ==
@mercime Sorry I did not notice that in the documentation. I am in the process of having some custom development work done on the site so paying for professional help is not a problem.
BP Multi Network is a very specialized, somewhat complex plugin that is probably only supportable by the developers. I wonder if @wpmuguru or @johnjamesjacoby would be willing to provide support?
== Edit your database? Not sure I would know what to do there ==
@elangley Please be aware that when you go WP Multi-Network and then go BP MultiNetwork, you would be expected to know or to learn how to make some changes in database. At this point, you might need to hire a developer. But if you’re game to proceed on your own, please remember to backup your database and server files before going through these processes which require more technical expertise than basic installations. That way, you could revert to previous installation if something goes awry.
Confirmed that the two plugins have broken layouts in IE. You’d have to bring this to the attention of the plugin developers. Note however, that these two plugins have not been updated since mid-2011
BuddyPress Sliding Login Panel -> https://wordpress.org/support/plugin/buddypress-sliding-login-panel
BuddyPress Activity Stream Bar -> https://wordpress.org/support/plugin/buddypress-activity-stream-bar
The installations instructions are not very clear for BP Multi Network, for instance,
deactivate BuddyPress on your sub network(s).
Edit your database and remove the bp- settings for the subnetwork from wp_sitemeta and wp_X_options where X is the blog ID of the main site in your sub network.
Edit your database? Not sure I would know what to do there…
@elangley
~eric
Problem with this is that each BuddyPress site is different. Such a guide would be almost useless.
@mercime thanks for the response. To answer your questions:
WP version = 3.3.2
BP version = 1.5.5
Hosted w/Hostgator
I went through the Installation Wizard, step-by-step and confirmed everything. I performed and confirmed each step several times.
Site URL: boostego
WP Theme = Themefuse: Sportedge
I did not install and activate the BP Template Pack plugin to make the theme compative with BuddyPress. I’m not sure of what the steps would be to “fix the HTML structure of the BP template files”. Could you please elaborate? TIA..
@davidshaw1985 post also at BP Album forums https://buddypress.org/community/groups/bp-album/forum/
after work tonight im just going to try and follow this guide….
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
is that what i need to do to fix it?
Thanks again
When searching these files, i cant find the exact code you wrote. for instance in activity, i found
`
instead of
`
so I think i’m still lost here….?
Thanks, Hugo, but this is what the problem is; I want to do a thing I never have a problem with anywhere except with BuddyPress and it’s a simple thing I want to do.
Since I understood precisely ZERO amount of your post I can’t do anything with that information. This is the problem with BuddyPress: if you’re not a coder, you’re screwed.
Is it not possible at all to give me instructions I can understand or provide me with code I can copy and paste into the appropriate files? The advice I took was from this website. I followed them to the letter. I copied and pasted the code. The website is a disaster.
What I need is either clear instructions that I understand and can immediately implement or code that I can copy and paste. I also need to be told *where* the code needs to go and whether or not anything else needs to be in that particular file. I’m a noob. I know that. But I’m a noob that wants to learn and I can’t learn when I’m a) confused and b) frustrated.
I have either received a) half of the instructions I needed to do this or b) the wrong instructions from the beginning.
What I need is all the instructions, and they need to be correct, or I’ll have to look for another solution because BuddyPress is not the one for me or the website I’m working on.
Hi again Paul,
I noticed that you’re not able to sign up with usernames such as “activity”, “groups” or “members”. It seems like BuddyPress stops users from being able to do this to stop any conflicts. I’d pretty much only need to add “about”, “login”, “terms” and “contact” to the list of ‘outlawed’ usernames as these are the only pages I need on my site right now.
Hope you can help.
Wendy BuddyPress customization isn’t for beginners you do need a degree of dev experience definitely a basic understanding of PHP / CSS/ and markup.
In reference to the header I thought that was sorted out in the other thread? In which case it oughtn’t to be raised again as it’s a bit misleading, if however it is still an issue post back on the other thread.
I noted that your child custom themes functions file had the BP enqueue function along with it’s wrapper function:
`<?php
if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {}
endif;
?>
`
That doesn’t look right, I would remove that unless the child theme actually handles loading styles somewhere else as this will prevent BP loading any styles – which may be the intention, mercime may be able to confirm that this is correct.
As for the headers sent error this may be due to having white space in the file after php tags are closed, that is after the final ‘?>’ you might have an actual carriage return which acts as actual parsed data if that’s so it needs to be backspaced out.
@kramugs I’ve deleted that link, could you briefly explain what you think the solution is and then how the link helps – as it stood the link looked to have no relation to the topic in hand especially given the query appended ‘?=african mango’
Thanks, Mercime. After that, what can I do to fix whatever is causing the problems? So far I’ve found BuddyPress to be a profoundly frustrating experience because the instructions for customizing the theme are too vague to follow correctly.
All I want to do is add a header banner that doesn’t repeat and make sure the registration page works as intended. How can I do that? When I followed the instructions given me, I ended up with a mess.
I’ve had to revert to the default for now. Is it really that hard to a) add a new header image at 401 x 80px and set it to *not* repeat?