-
Nik replied to the topic Cannot update cover image in the forum How-to & Troubleshooting 8 years, 2 months ago
Ah I forgot to report back here but I’ve been discussing elsewhere and the issue has already been reported here –
https://buddypress.trac.wordpress.org/ticket/7674
and a there’s solution by r-a-y here
https://buddypress.trac.wordpress.org/attachment/ticket/7674/7674.01.patchApparently a fix will be available in next release.
-
Henry Wright replied to the topic BuddyPress email notifications not working anymore in the forum How-to & Troubleshooting 8 years, 2 months ago
You could report the issue to the WP Mail SMTP plugin author. They usually appreciate the bug report and often fix.
-
ShadowFox started the topic Activity Stream not showing everything in the forum How-to & Troubleshooting 8 years, 2 months ago
So my activity stream doesn’t update when a person…
– Replies to something on the activity stream
– Replies to a blog commentIf I go to “Show”, I can select “Comments” and see the recent comments, but why wouldn’t it show up on “Everything”? Is there a way I can code in to make it work for replies on activity stream and blog comments? Thanks!
-
Derrick Hall replied to the topic Prevent group forums to show up in root forum update stream in the forum How-to & Troubleshooting 8 years, 2 months ago
I don’t think so, but maybe our admins have the solution)
-
Derrick Hall replied to the topic How to customise onscreen register notice in the forum Installing BuddyPress 8 years, 2 months ago
pretty interesting) i am also interested in this
-
Derrick Hall replied to the topic How to disable mention notifications on forum quotes in the forum How-to & Troubleshooting 8 years, 2 months ago
Interesting problem as for me) Maybe it is a great idea for all the members)
-
Derrick Hall replied to the topic delete activities before a date ? remove all members? in the forum How-to & Troubleshooting 8 years, 2 months ago
But why do you need this?
-
Derrick Hall's profile was updated 8 years, 2 months ago
-
HappyWheel's profile was updated 8 years, 2 months ago
-
Top Cryptocurrency Exchange – Statrader.com's profile was updated 8 years, 2 months ago
-
Get Biggest DickNaturally's profile was updated 8 years, 2 months ago
-
David Cavins updated the Customizing Labels, Messages, and URLs page, on the BuddyPress Codex 8 years, 2 months ago
Do you want to change various labels and messages in BuddyPress, but don’t want to hack the core files to do so? This page explains how to use a language translation file to customize BuddyPress labels, messages, […]

-
Yoga Reviews's profile was updated 8 years, 2 months ago
-
Flat Belly DetoxReview's profile was updated 8 years, 2 months ago
-
David Cavins replied to the topic Shortcode returns string "Array" in the forum Ideas 8 years, 2 months ago
Try wrapping the bp_get_profile_field_data() call in bp_unserialize_profile_field(), like this:
bp_unserialize_profile_field( bp_get_profile_field_data( ‘field=School Subjects’))I’m not sure what shortcodes are doing in there, but
bp_unserialize_profile_field()will convert an array into a comma-separated list. -
David Cavins replied to the topic Delete Account in the forum How-to & Troubleshooting 8 years, 2 months ago
Hi @mironegrini–
This isn’t possible, and will likely be even less possible in the future (as GDPR becomes a reality). BuddyPress does a bunch of cleanup when a user is deleted. You can search the code base for the actions:
'wpmu_delete_user'and'delete_user'to see all the hooked cleanup functions. You could unhook those actions, but then you’d…[Read more] -
David Cavins replied to the topic Users can't reply to forum in the forum How-to & Troubleshooting 8 years, 2 months ago
You might try the bbPress support forum for more specific help. https://bbpress.org/forums/
-
David Cavins replied to the topic bp_activity_after_save & page refresh in the forum How-to & Troubleshooting 8 years, 2 months ago
Hi @danperis–
This is something that the devs are actively working on with that plugin and it’s a known issue. You can watch their progress here: https://github.com/boonebgorges/buddypress-group-email-subscription/tree/digest-queue
and maybe here: https://github.com/boonebgorges/buddypress-group-email-subscription/pull/100
-
David Cavins replied to the topic php warning: bp-activity-function in the forum How-to & Troubleshooting 8 years, 2 months ago
Hi HDcms-
Venutius has the right idea. You’re going to have to do some troubleshooting on your server, or set up a staging/dev server and try to recreate the problem, because the error log you’ve provided isn’t enough to help me. It’s not a know problem, for sure, so it must be soemthing peculiar to your setup.
I’d say that your MySQL server…[Read more]
-
David Cavins replied to the topic Remove rel="nofollow" for admin only? in the forum How-to & Troubleshooting 8 years, 2 months ago
Honestly, I’m not sure why you’d want to remove the nofollow rel. It’s (supposed to be) used by search engine crawlers and doesn’t affect the experience of a web site visitor, as far as I understand.
https://support.google.com/webmasters/answer/96569?hl=en - Load More