Hi Guys,
Why i cannot find this line : “#avatar-crop-pane { border-radius: 50%; }” in buddypress core folder?
Thank You
That’s really odd… I haven’t even copied any Buddypress php files into my child theme yet. Must be something I did in the CSS?
Thanks for the heads up! No more admin π
>I still canβt seem to figure out where that @username went.
Look in this file, hopefully in [your-theme]\buddypress\members\single\member-header.php
Look near the top for bp_displayed_user_mentionname();
btw – you should not use ‘admin’ as a username.
https://codex.wordpress.org/Hardening_WordPress#Security_through_obscurity
http://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-username/
OK, let’s try differently.
#buddypress #item-header {
border: solid 1px red!important;
background-color: yellow!important;
}
#buddypress #item-header-avatar {
border: solid 2px black!important;
height: 150px!important;
width: 150px!important;
margin: auto!important;
}
#buddypress #item-header-content {
border: solid 1px blue!important;
background-color: green!important;
}
On the right of the avatar, there are by default some additionnal information: @username and latest activity date/time.
This is in the div item-header-content and span tags. You probably changed that with a display:none, but it’s still in source code…
The div item-header-avatar must fit to your avatar width and height. Here 150px, but depends of your own settings.
All is colored so you can “see” what’s going on.
Hello,
I would like to merge the Woocommerce and BuddyPress profile within the BuddyPress profile.
How can I achieve this. This should contain also the different elements like editing the different addresses, purchase history etc….
Thanks,
Eric
This is possible but requires custom code.
Writing and implementing that code will probably require you to hire a developer.
You can post a job here.
Hi guys. We’re having issues with one of our sites that is slowing down when we activate our security plugin. We’ve tried other security plugins and we keep getting the slow down.
Does Buddypress have any recommended security plugins that work well with BP?
Or does anyone know of any common security settings that does not play well with BP?
Any help would be appreciated.
Thanks.
Please, read henry’s answer and follow the given doc.
define’s goes to bp-custom.php This file doesn’t exist by default, you have to add it manually via FTP to wp-contet/plugins/
Latest news about this was dec. 2014
Summary of Dev Chats held November 26 & December 3, 2014
or add an enhancement request on Trac. (login is same as here)
or ask dev on Slack
Now that WP REST API will be added to the core in August’15. What are the plans for the BP API to be integrated into BP Core.
Is there any timeline, how can we contribute to the same.
https://github.com/modemlooper/BP-API
Check out the Customizing BuddyPress Avatars article. You’ll see that avatar sizes can be set using constants:
define( 'BP_AVATAR_FULL_WIDTH', 250 );
define( 'BP_AVATAR_FULL_HEIGHT', 250 );
You’ll need to be more specific. If you mean which hook fires when the registration page loads, then the answer is there are many. See here and look for the one you need.
Check out the BuddyPress Template Hierarchy article if you’re not already using templates. You can add the new fields to buddypress/groups/create.php
Anonymous UserInactive
Hi @milenushka,
I see you are also filtering bp_blogs_record_comment_post_types to track comments about the “projects” post type. I’ve changed my mind π I think we should wait to have this ticket fixed first.
Since 2.3 your code should work fine.
What is the action hook for BP registration pages. Like ‘register_form’ in regular wordpress. Is it the same in buddypress.
hi @nnc24,
you have to read and to debug. As first test, activate 2015 theme and deactivate any plugin but BP. Put debug mode on true in wp-config during your test.
Some related topics:
https://buddypress.org/support/topic/user-activation-issue/
https://buddypress.org/support/topic/new-user-registration-problem-invalid-activation-key/
Want your members to compliment each other ? Give a try to BuddyPress Compliment, by GeoDirectory (whoop!).
Fully integrated to profile, easy to use, 100% translatable.
The only thing you have to do yourself, is to create some nice 20x20px icons to illustrate each compliment you will allow to your community.
1. WordPress version: 4.2.2
6. Buddypress version: 2.3.2.1
On Activity Page, all activities are up by default. Same for activity RSS feed.
Deactivate your plugin to see the difference.
Activity Streams
Hey @danbp,
I was actually way off base I figured it out!
child/buddypress/members/single/etc
Thanks again for you help. Feel free to close this out!
Hey @danbp,
The css structure works perfectly! Thanks! On the templates would I need to set it up as follows:
child/buddypress/bp-templates/bp-legacy/buddypress/members/single..etc then edit the file I want
or
child/buddypress/bp-legacy/buddypress/members/single..etc then edit the file I want
or am I completely off base?
Thanks again!
Hi @rameden,
in hope you are already familiar with Genesis framework. If not, i don’t recommend it, because starting with a framework (even if very good) is not easy, and adding another point where you also begin is not the best way… to learn. π
The answer to your question is : child/css/buddypress.css/, but you can also use child/style.css
Add BuddyPress Styles to a Theme
If you want to modify BP templates, then you copy the needed file from legacy/buddypress/ to child/buddypress/…./
/bp-templates/bp-legacy/ belongs to BP.
I searched high and low for a fully fledged photo album with custom field functionality, user rating, comments and more, that works with Buddypress. And I have found one, so thought I’d share it with the Buddypress community.
Wp Photo Album Plus, works 100% with buddypress profiles, thanks to the plugin author assisting me with getting the correct echo code to work.
The plugin author offers absolutely amazing support and the plugin is outstanding!
The link to the plugin: https://wordpress.org/plugins/wp-photo-album-plus/
Hello @djsteveb,
Wow, your recommendations sound interesting! Is there a way i can have a look at out your buddypress installation chat?
My investigations so far come to the same result as you have reported. Most of the chat plugins fail in terms of performance.
Best wishes,
Jacob