There isn’t an official API for BuddyPress. Development on API starting early January
@cofindrs,
BuddyPress doesn’t handle likes. That’s 3rd party plugin territory.
If Super Socializer has a notification option for BP users who doesn’t work, the solution is on the plugin author side.
If you think you can get a BP notification because somebody liked a post with help of Super Socializer, and there is no BP specific option in the plugin, i guess it is not possible.
Would be great to see more details about your statement: (Heateor) say that it is an issue in BP. Can you share a link to the discussion ?
Did you asked yourself for this issue on their support ? Your name doesn’t appear.
Awesome, thanks Dan 😉
I also got some CSS – one of the Avada Support guys (Muhammad I think) sent it over to me – needed a few tweaks, but also that now seems to have done the trick with me – if it helps any, great –
@media all and (max-width: 768px) {
#buddypress #register-page form#signup_form .register-section{
width: 100%;
}
}
#buddypress .standard-form #basic-details-section input[type="password"],
#buddypress .standard-form #blog-details-section input#signup_blog_url,
#buddypress .standard-form #basic-details-section input#signup_username,
#buddypress .standard-form #profile-details-section input#field_1
{
width: 100%;
}
The only minor bug-bear with me now is the Recaptcha overflowing, but I can live with that.
For tonight 😉
Thanks again Dan 😉
Hello,
I’ve got a display issue with new sections I created in the profile page of Buddypress members.
http://www.potoclips.com/mypotoclips-whois/veronique-castelli/profile/
As you can see,
– the entered values are not systematically correctly centered on the same axis
(the name and the birthday for instance in the profile above)
– the field names are not alternatively correctly displayed
Any feedback about this issue ?
Thanks
Potoman
Hello,
I upgraded buddypress plugin to the BuddyPress 2.7.3 version.
After the migration, I have noticed that in the Members page:
– http://www.potoclips.com/mypotoclips-whois/
the “% ago” below the name of each member lately connected,
now refers, when French language is selected, to the German Translation.
– http://www.potoclips.com/fr/mypotoclips-whois/
I have of course that the BuddyPress translation file for French contains “il y a” instead of “vor”.
Any feedback about this issue ?
Thanks
Potoman
Hello Sir,
Currently, I’m using buddypress 2.7.3 plugin. But when I updated my DIVi theme with the latest version(3.0.23). Buddypress features are not working properly. Like by default buddypress pages are blank now.
Please help me ASAP.
Thanks in advance!
Hi @darrenllrgmailcom, @adjunkten,
i had the same issue with a custom theme: fields didn’t wrap properly on small screens…
To solve it, i simply copied the concerned form rules from Twenty Sixteen into my child theme css and all went OK after that.
The 2016 rules of the register page:
#buddypress #signup_form.standard-form #profile-details-section,
#buddypress #signup_form.standard-form #basic-details-section,
#buddypress #signup_form.standard-form #blog-details-section {
float: none;
width: 100%;
}
@media screen and (min-width: 38.75em) {
#buddypress #signup_form.standard-form #profile-details-section,
#buddypress #signup_form.standard-form #basic-details-section,
#buddypress #signup_form.standard-form #blog-details-section {
width: 48%;
}
}
@media screen and (min-width: 38.75em) {
#buddypress #signup_form.standard-form #profile-details-section {
float: right;
}
#buddypress #signup_form.standard-form #basic-details-section {
float: left;
}
}
Hello!
I installed Buddypress, and the follower plugin.
My problem is that the non-followed user’s post appears on my timeline. I googled, but I found nothing. Does any sollution for that?
Thanks for your help!
Regards,
Aron
Hi,
do you mean this plugin ? If it is the case, you have to ask the author directly.
Or if you only want to add some comment to a content you share, you can use this plugin. It is outdated but still working (i use it without trouble since years).
Depends where you need that and what you exactly want as result. You can hardcode something into the child theme template or use some CSS trick like this one.
Or maybe you need something like this ?
That said, be default, when you mention a user within a blog post or any update, a class name is automatically added: “bp-suggestions-mention”.
When you mention a user in a bbPress topic, there is no class name. But that’s lazy bbPress mentioning, not BuddyPress. If so, ask for this on their support.
it could be possible that your host plan doesn’t allow you to use BP.
it could be possible that you shouldn’t use php 7.1, as BP is not completely ready to use this latest php version.
To get sure, create a php info file and upload it at the site root (same level as wordpress)
Once uploaded, go to your-site/phpinfo.php. There you will see all information i asked you about your install. Check them and report them here please.
If you have an access to a php config via your host admin interface, go there and try to set it to php 5.6 or 7 instead of 7.1
Yes, it is not recommended to use 3rd partys automated WP installation tools. It is also not recommended to use page builders. Such tools are rarely updated, correctly maintained and often bugy… For 1.5$/mounth you can’t expect the creme de la creme, even if talented marketers try to suggest you the opposite.
Using the debug mode I get this message when activating BP:
Fatal error: Uncaught Error: [] operator not supported for strings in /customers/3/8/5/athleeto.com/httpd.www/social/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-component.php:281 Stack trace: #0 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/class-wp-hook.php(298): BP_Activity_Component->setup_admin_bar(”) #1 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #2 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /customers/3/8/5/athleeto.com/httpd.www/social/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(143): do_action(‘bp_setup_admin_…’) #4 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/class-wp-hook.php(298): bp_setup_admin_bar(Object(WP_Admin_Bar)) #5 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array) #6 /customers/3/8/5/athleeto.com/httpd.www/social/wp-includes/plugi in /customers/3/8/5/athleeto.com/httpd.www/social/wp-content/plugins/buddypress/bp-activity/classes/class-bp-activity-component.php on line 281
I’ve got some group meta I added using the great codex page at https://codex.buddypress.org/plugindev/how-to-edit-group-meta-tutorial/
I was hoping to take that one step further and add one or more of that meta to my groups page at /wp-admin/admin.php?page=bp-groups so I can at least see it.
I’m not finding much on that and wondering if anyone had any success with that idea.
Thanks!
Just jumping back in on this one.
I’ve been developing a large & complex WP site (60+ CPTs using Pods & BP) for the past few months on PHP 7.1. I ran all PHP 7.1 RCs and so far the only issues I’ve seen are related to BP. I’m now at the point where I’ve had to disable BP to continue development on PHP 7.1 (I need nullable types and void returns from PHP 7.1) and ignore any BP features I have on my roadmap until it’s stable (I hope soon 🙂 )
I can’t report any issues with WP-core and PHP 7.1 that I’ve witnessed.
No trying to say that BP is crappy 🙂 – just a hint that the issue may be more likely to be on BP side (especially since it seems that BBPress had a similar issue which they’ve already fixed – see my link in previous post).
The other issue I’m seeing on PHP 7.1 seems to be related to enabling Opcache and BP – https://buddypress.trac.wordpress.org/ticket/7361
Hope that’s helpful 🙂
Okay. The story is that PHP 7.1 is supported by WordPress 4.7 (or newer). Likewise, BuddyPress will need at least that version, too.
We’re currently tracking some unit test failures in PHP 7.1 (see the very bottom of https://travis-ci.org/buddypress/BuddyPress), but we’ve not figured out if they are our bugs, or some bug in WordPress core. Likewise, this do_action issue might be a regression WordPress should fix instead of us (if we’re getting caught by this, I bet many other plugins are, too).
At any rate, I’m going to try to fix the unit tests once I get a PHP 7.1 box set up (hopefully this week), and then I’ll test the basics of BuddyPress, and see what other issues crop up, and fix or report them as necessary.
I think I’d wait a month or two to use PHP 7.1 with WordPress and BuddyPress in the wild, to be honest.
Hey guys,
Avada support came back to me & let me know they have no Buddypress styling, so haven’t checked with 2016. It may be Avada-specific.
I found a couple of other old topics on this, and I guess you’ve got it tracked, but just in case –
Mobile Registration looks borked, example here http://www.zetaunit.com/forum-register/ (may be tidied up by the time you see it, so screenshot here – .
Other than that, I think we’re running smooth now 😉
Thanks for all the work on Buddypress guys. Very cool.
I am getting this error on my website:
PHP Warning: Creating default object from empty value in /nas/content/live/scgccmulti/wp-content/plugins/buddypress/bp-groups/classes/class-bp-groups-member.php on line 1122, referer: (website url)
Was wondering if anyone has a suggestion? TYIA
install BuddyPress and only activate the Profile component.
Dears,
I need to change the content of the buddy press directed forms /pages and i dont know how?
Im using WMPLS theme and i need to change the activation and registration directed pages.
Also I need to have the registered customers as confirmed without sending confirmation email, is that doable on Buddypress?
Thank you
Rada
Here the complete list of functions containing threat_id in their name:
http://hookr.io/plugins/buddypress/#index=g&search=thread_id
Hello,
I have this error in my dashboard: Too few arguments in /homepages/9/d645720131/htdocs/app645723183/wp-content/plugins/buddypress/bp-core/admin/bp-core-admin-functions.php on line 336
How to solve it ?
Nadia
When I Install Buddypress then goto Dashboard > Appearance > Customize the URL I posted above is in my address bar and I’m at a White screen… nothing loads.
Confused as heck…
i have forum in bbpress but all free plugins is not good, and i want use buddypress user profile, does anyone knows what is the best plugin for my case?
Buddypress 2.73
WordPress 4.5.3
I’m trying to add a sub-nav to Activity in the wp-bp admin bar.