Search Results for 'buddypress'
-
Search Results
-
Hello Team,
I’d greatly appreciate support fixing this issue that has plagued my site for the last year and has caused me to abandon the hopes of finally finishing my work. In essence, my admin account is flagged as a spammer by BuddyPress across my entire multi-site network! I am not sure where it started, although I have a hunch it was caused by the plugin “Join My Multisite”. Either way, I have deactivated all plugins and created new sites on my network from scratch but as soon as I install BuddyPress the admin account will be marked as a spammer! This is a huge problem because my site uses BuddyBoss theme, which is powered by BuddyPress! I am in extreme need of assistance here! Please and thank you.
Here is another thread with a user experiencing a similar issue:
https://buddypress.org/support/topic/my-account-marked-as-spammer-and-i-an-admin/Hi
I use one-community theme along with buddypress and bbpress.
How can I translate “forum moderation” email entitled “my site’s name Moderation: Flagged topic”?
see screesnhot :

This notification email deals with forum moderation so I previously thought it concerned BBpress. But BBpress support assured me that they do not have the term ‘flagged’ in it and they’re not involved.
So, they told me to ask you directly.Could you tell me how and where I could perform this translation?
TIA : )
CGC
I’m new to BuddyPress but enjoying what it can do.
I’m creating a website/community site for a sailing club and I want to be able to restrict member profile views to cogged in members. Actually, I’d like to make the member directory private too. I can’t quite work out how to do this. In the UK (and Europe) we have strict Data Protection laws and I’m a bit surprised the default seems to be only to restrict Profile edits… Anyhow, if someone can steer me in the right direction I’d appreciate it.
Many thanks.
Topic: Private message
HI,
I already asked this question 4 weeks ago without answer from Buddypress support. So I try again !
Members of my community must be connected to my site to see the members list.
When I am connected, if I see someone connected (widget in sidebar), I click on his photo, I see his profile and “Private message” near the round photo.
I click on “Private message” and arrive on my profile.
I suppose that I only have to write the message. NO ! I must search the name of the person (I was on his profile just before !) and then write the subject, and the text.
Is it the normal way or is there something wrong in my settings ?
Thanks in advance.
WP 5.2.4 with Twenty sixteen, Buddypress 5.0.0, https://www.alpes-spirit-chapter.com/
Regards.Hi there,
Looking for how to change the number of members displayed in the member loop I ended on this very old topic:
https://buddypress.org/support/topic/change-the-number-of-members-to-be-displayed-per-page/This is obsolete and a better way to do this is now to use a filter in bp-custom.php or the functions.php of your theme as describe in the codex:
So just posting this in an attempt to prevent others to use this old solution.
Especially given that this old way doesn’t work with WP Rocket cache and a logged in user.function my_bp_members_per_page( $retval ) { $retval['per_page'] = 24; return $retval; } add_filter( 'bp_after_has_members_parse_args', 'my_bp_members_per_page' );Regards,
Hi,
I suddenly get the error when logging in: Error thrown – Call to a member function format () on boolean.
Unfortunately, I can not do that because I’m not a programmer. The funny thing is that I was easily logged in and four hours later, the next time you log in, the error message, although on the side has not changed.
Who can help me?
Greetings
Joachimhttp://www.vhsfotoclub.de
Wordpress 5.3–de_DE
Buddypress Version 5.0.0
PHP Version : 7.1.33 / 64Bit OS
Thema Twenty SeventeenVersion: 2.2Hello,
There’s a problem with my Buddypress activity feed, after clicking “Load More”, the same contents shows and shows. It just keeps on repeating and I can’t see the users other content anymore. Please help.