BuddyPress does not include a media link for groups.
Send your issue to the creators of the code or plugin that adds the media link.
I have the same issue also, and have for a while. I’m using BuddyPress and bbPress. I also have a bit of custom code, but I don’t *think* it should affect the [x]. I see that no one appears to be getting an answer about this, but I just though I’d chime in š
Hi @firefliespilots and all,
To help us understand whatās going wrong with the line 53 of buddypress/bp-core/classes/class-bp-invitation-manager.php, we need your help.
1. Deactivate all plugins except BuddyPress: is the error still there?
2. If yes activate a Twenty theme: is the error still there ?
3. Remove bp-custom.php file or mu-plugins or dropins: is the error still there?
If you have a no after 1. Reactivate plugins 1 by 1 and check the errorās appearance. It should help us find which plugin we need to check on our side.
After 2: itās a theme issue, etc..
Thanks in advance.
Hello, I have this error on my page after the last update, it is also displayed in the frontend. What should I do? Thank you for help. Best regards Neo
wp-content/plugins/buddypress/bp-core/classes/class-bp-invitation-manager.php on line 53
Hi, we also received a « blank pageĀ Ā» alert from Kevin in a comment to the announcement post. Iām pasting the content here as itās a better place:
« I am getting this error.
Notice: Undefined property: BP_Members_Component::$table_name_invitations in /home/475382.cloudwaysapps.com/xvvhrjhrac/public_html/wp-content/plugins/buddypress/bp-core/classes/class-bp-invitation-manager.php on line 53
WordPress database error: [Table āxvvhrjhrac.iā doesnāt exist]
SELECT DISTINCT i.id FROM i WHERE class IN (ābp_members_invitation_managerā) AND type = āinviteā AND invite_sent = 1 AND accepted = 0
Also it seems to not work with Youzify plugin active. The page is just blankĀ Ā»
That is not a shortcode. It’s an email token.
Email Tokens
I am using bbPress and BuddyPress within my site, BuddyPress for accounts/profiles and bbPress for forums. When a user comments on the site, it is displayed on the topic and within the user’s profile in their activity stream, which is great. However, when the user deletes their comment/reply (within the topic that the reply was made), it is not deleted in their profile and can still be seen. This is also the case if the user deletes their comment/reply from within their profile.
It seems as though bbPress and BuddyPress are not syncing with one another. Are there any fixes for this issue?
Hi @comminski
Thanks a lot for your feedback š. I’ll patch this asap into BuddyPress 8.0.0 to avoid this fatal error.
Hi:
Good afternoon. I have BuddyPress version 7.3.0 installed and I observe that on mobile devices, the access and registration options are not displayed (unless you put the smartphone in a horizontal position), assuming this is a big problem since users , nor can they access or register, as they do not see the option). I would like to know if you can help me resolve this issue. I also observe that it is very prone to attempted login attacks such as brita force, Ddos, XLS, etc, as it cannot change the registration path, not even installing the well-known Hide login plugin, as it is not compatible with BuddyPress. BuddyPress redirects by default to wp-login.php and if I install the aforementioned plugin to change the rita, when trying to register, and not finding it, it obviously gives me a 404 error. It would be interesting if they made BuddyPress compatible with hide login. Meanwhile, can you offer me a solution for the change of route?
Waiting for your response, attentively:
Pau Company
I’m not able to customize buddypress emails.
The error message I get is:
Failed to load resource: the server responded with a status of 404 (Not Found) &bp_customizer=email:1
Hi there,
The buddypress activity view link is not working correctly, every time its being clicked on, it seems to redirect to the same post no matter which view link is clicked.
Here is my current setup:
WP core: 5.7.2
BuddyPress: 7.3.0
Here is the members list which shows users status update with a view button:
Members
the ones that have a status have a view button but when clicking on it, takes you to this post everytime, no matter which user status you try to view:
Pacific Islands Monthly ā digitised by the NLA and now in Trove!
Does anyone have any clue as to how to fix this please?
Hello everyone,
I have translated the whole Buddypress widget via Locotranslate, however there are a few words that I can’t find anywhere. These words are:
– in the groups section: members, manage, popular, newest, active
– in the members list: all members, private message
Does anyone know where these words are located and how to translate them?
Kind regards,
Maja
I don’t know what you mean by buddypress messages menu.
For sitewide navigation, this will take any logged-in user to their messages screen:
https://yoursite.com/members/me/messages/
If the slug for the all members page is memberships, then
https://yoursite.com/memberships/me/messages/
Hello I would like the buddypress messages menu instead of taking the user to https://webpage/messages / to go to https://webpage/memberships/username/bp-messages/ Does anyone know how I can do it?
if you’d like to be confused even further, take a look at
BuddyPress Cover Images
it seems to say that the BP Theme Compat API uses the filter bp_before_members_cover_image_settings_parse_args for the members Cover Images
or…
something on your site is using that to call the member cover image…
I’m just guessing and floundering.
Did you try going to wp-admin > Settings > BuddyPress > Options and unchecking the box for
Group Creation ?
When the Name field does not have value, WordPress fresh install
PHP 8: Warning: Only the first byte will be assigned to the string offset in C:\Users\varun\Local Sites\buddyx\app\public\wp-content\plugins\buddypress\bp-xprofile\bp-xprofile-functions.php on line 1315
Hi,
1. if not already created: add a bp-custom.php file.
2. into this bp-custom.php file add the following line:
add_filter( 'bp_activity_maybe_load_mentions_scripts', '__return_false' );
There are several filter hooks you could try.
Look towards the bottom of function bp_core_fetch_avatar in this file:
wp-content\plugins\buddypress\bp-core\bp-core-avatars.php
For example, I would try this one first:
function gabriel_random_avatar( $default_grav, $params ) {
// $default_grav is an url
// replace it with the full url to one of your preferred avatars
return $default_grav;
}
add_filter('bp_core_avatar_default', 'gabriel_random_avatar', 99, 2 );
Wordpress 5.7.2 BuddyPress 7.3.0 Theme: Gwangi
My site has a search form. When input search fields are matched with a profile, the profile appears on the members results page as it should. Great. However, I want the ability for the person searching to click on the member profile and send them a message (notification) by email.
When I currently follow the above, when I click on the profile of the member there is no-where on the profile page a facility to send them a message. Am I missing something obvious here?
BuddyPress doc says: BuddyPress provides ways for you to send a message publicly to another member of the site or network. It also mentions: Private Message button in the memberās header – but I can’t see that.
It must work that a non-registered person can send a registered person a message. Is this possible?
Site is: https://myfamilyfinder.co.uk/family-search/
To test: If you put Brian in the Current Name search field on the above page and click Submit youāll get Brianās Profile appear on the members page.
Don’t use the filter.
Overload this template:
...wp-content\plugins\buddypress\bp-templates\bp-nouveau\buddypress\members\single\home.php
And then replace <?php bp_nouveau_member_header_template_part(); ?>
with a call to the image you want to use.
I have deleted the WordPress accounts…
You mean you deleted those users?
BuddyPress users are the same as WP users.
So if you delete a user, they won’t appear anywhere on your site.
I can get email working with the WP Mail SMTP plugin.
I also can get WordPress by itself to send a activation link and a user can click it then log in.
But I can’t get BuddyPress to send that activation link no matter what I have tried is there a trick to get buddypress to send that link?