Search Results for 'buddypress'
-
Search Results
-
URGENT
We’re having issues with Buddypress plugin with Memberpress, today I was able to receive a handful of emails from users/members that their passwords were changed but they obviously did not do so.
Can anyone please help?
We’re currently using these two plugins on our development site and this is so bad. I just deactivate the plugins Buddypress but not Memberpress, can anyone help, please. URGENT
Topic: Buddypress email in spam
Hello
I’m sending my email with post SMTP plugin.
T tryed to use different smtp configurations :
– i used my host smtp settings (Hostinger) = buddypress emails in spam folder of the users
– i used sendinblue transactionnal stmp settings (i have a paid account) = buddypress emails in spam folder of the users.Does someone have a solution to solve this problem ?
Thanks.
Fabien
Hi there,
I need to create an xProfile multi-select field that maps to the tags in use on the site. I know how to fetch the tags, but I am not sure how to create and configure the appropriate field type via code.
//Fetching tags for more responsiveness $tags = get_tags( array( 'orderby' => 'name', 'hide_empty' => true, ) ); $tag_field_values = array(); foreach ( $tags as $tag ) { $tag_field_values[ $tag->name ] = $tag->name; }Which functions / actions would I then use to create the BuddyPress profile field using the
$tag_field_valuesvariable as the field’s select list?Does anybody have a worked example I can follow?
I have created “Professional Experience” repeater field set and inside it I created :
- current job (yes or no)
- end date (date) hide when current job is yes
The issue is when I edit the profile the end date hid only in the first field not working on other fields. Also, it’s not working at all when I view the profile.
Does anyone have a solution, please?BuddyBoss Platform Pro v 1.2.0
Conditional Profile Fields for BuddyPress v 1.2.5
BuddyBoss Theme v 1.8.7Hi,
I did not want to show some things in the activity stream. After searching a long time I did find a snippet what did work.
function bp_activity_dont_save($activity_object) { $exclude = array( 'bp_doc_created', 'bp_doc_edited', 'bp_doc_comment', 'bbp_topic_create', //bbpress 'bbp_reply_create', //bbpress 'created_group', 'joined_group', ); // if the activity type is empty, it stops BuddyPress BP_Activity_Activity::save() function if (in_array($activity_object->type, $exclude)) $activity_object->type = false; } add_action('bp_activity_before_save', 'bp_activity_dont_save', 10, 1);Is this the best way to do this? Or do you have a better sollution?
I cannot find the right term to exclude when someone updates in a group, does someone know that one?Then, I want to get rid off the options in the drop down menu on the activity stream. I did find some code what almost did the trick.
`add_filter( ‘bp_get_activity_show_filters_options’, function( $filters ) {
unset( $filters[‘bp_doc_created’] );
unset( $filters[‘bp_doc_edited’] );
unset( $filters[‘bp_doc_comment’] );
unset( $filters[‘bbp_topic_create’] );
unset( $filters[‘bbp_reply_create’] );
unset( $filters[‘created_group’] );
unset( $filters[‘joined_group’] );
unset( $filters[‘updated_group’] );
return $filters;
} );I think there should be a better way, so I hope someone can advice me with this.
Now i have a strange thing. The Forum topics and replies are not visible anymore in the dropdown so thats good.
The group creation and the group joining are not visible anymore so thats good.
I cannot find the group update term. Does someone know what Term i need?
And, the bp docs are still visible. This is strange because they are not showing anymore in the activity feed, but i cannot get them out of the dropdown menu.
Can someone help me to achieve this? Or give me a better sollution??
Sorry for any bad English
Thanks in advantage
Topic: Database Errors
Any advice on debugging the error below?
WordPress 5.9.2, BuddyPress 10.1.0, bbPress 2.6.9
(I haven’t upgraded to 10.2.0 yet, but I don’t see any fixes that seems to apply to this.)
It happens “once in a while” since upgrading to 10.1.0. (Four times since March 9th.)
It *might* be related to email notifications (mentions?) in a bbPress closed topic.[09-Mar-2022 17:13:53 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND user_id = 1348 AND component_name = 'messages' AND component_action = 'new' at line 1 for query UPDATE wp_bp_notifications SET is_new = 0 WHERE item_id IN () AND user_id = 1348 AND component_name = 'messages' AND component_action = 'new_message' made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/generatepress/page.php'), generate_do_template_part, get_template_part, locate_template, load_template, require('/themes/generatepress/content-page.php'), the_content, apply_filters('the_content'), WP_Hook->apply_filters, bp_replace_the_content, apply_filters('bp_replace_the_content'), WP_Hook->apply_filters, BP_Members_Theme_Compat->single_dummy_content, bp_buffer_template_part, bp_get_template_part, bp_locate_template, load_template, require('/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php'), bp_get_template_part, bp_locate_template, load_template, require('/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages.php'), bp_get_template_part, bp_locate_template, load_template, require('/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/single.php'), bp_thread_the_message, BP_Messages_Thread_Template->the_message, do_action('thread_loop_start'), WP_Hook->do_action, WP_Hook->apply_filters, bp_messages_screen_conversation_mark_notifications, bp_notifications_mark_notifications_by_item_ids, BP_Notifications_Notification::update_id_listHello
I am having a problem.
I can list groups and if I click a group I got a white page and in brwoser tab shown “page not found ”
But just when I am loggedinWhen I am logged out and click any group it will be shown and I can join groups or see the inside of groups
Hope anybody can help me
Page: https://netzwerk-helden.com
thank you so much
MichaelWordpress: 5.8.3
BuddyPress: 10.1.0
URL: https://learn.rebeccagordonastrology.com/Why can’t a user that has access to a hidden group not be able to see that group on the groups page?
Thank you for your help.
Topic: Deleted user can still login
I have a BuddyPress installation as an intranet for our employees. When employees quit I go in and delete under “Users”. Even though they are deleted and not showing up in the users list anymore, their login still works! How do I actually delete or deactive a user?
Topic: buddypress members widget
Topic: Malicious code
Hello friends,
i’m creating a wide social with Buddypress.
Having already considered all the security measures regarding wordpress (first of all registration), which are the way or best practices to avoid maliciuos code injected via publishing a post by a member (that is not manual approval of any commment of course)?
Example: dedicated plug-in, limitation of some symbol as “bad word” (i have plugin) or others.
Many thanks,
Giuseppe
Is there a way to force submissions made via buddypress to require admin approval before being published?
Hi,
I get this message when my pages disappeared and I get a 404-page error.
Notice: Trying to get property ‘ID’ of non-object in <b>/home/micomuni/public_html/wp-content/plugins/pmpro-buddypress/includes/restrictions.php on line 232
Please help?
Thanks.

What’s the REST API endpoint to get activity with comments, Or what’s the endpoint to get comments?
I’m using this endpoint getting the last 10 activity but no comments are associated
https://example.com/wp-json/buddypress/v1/activity
I’m using the latest WordPress and buddyPress version and have no problems, everything works fine,
I can not share link to my company website for NDA contract reasons
thanks