Search Results for 'buddypress'
-
Search Results
-
Topic: buddypress groups
Hello!
I was organizing roles for my admins, i want them to be able to delete activity and public group posts. However currently it includes that they can view/delete activities from private groups even if theyre not apart of such groups. How can i make it so that their admin role is only restricted to public activities/groups? This is really important for my site, i appreciate your help. im using the user role editor by vladimir. Perhaps theres another plugin i can use or css code?
thank youHi, is it possible to include custom fields in search functionality?, so when searching for a keyword it will also look into a custom fields value that are attached to a page/post?
Hello,
a question that noone has an asnwer.
A buddypress user, with a multivendor plugin on woocommerce, create a new product for his/her shop and it is inserted in the shop but, automatically, posted in his activity. How is possible not to show it?
Thank you very much,
Giuseppe
Hi,
WordPress Version 5.9.2
Theme: MagicVersion: 1.10.0 By Bdaia
Website: miComunidad.comWhen I install the BuddyPress.10.2.0 I get these errors:
WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_notifications' doesn't exist] SELECT COUNT(*) FROM wp_wkkr_bp_notifications n WHERE user_id IN (1) AND component_name IN ('xprofile','friends','messages','activity','groups','members') AND is_new = 1 WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_messages_recipients' doesn't exist] SELECT SUM(unread_count) FROM wp_wkkr_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0 WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_friends' doesn't exist] SELECT id FROM wp_wkkr_bp_friends WHERE (initiator_user_id = 1 OR friend_user_id = 1) ORDER BY date_created DESC WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_invitations' doesn't exist] SELECT DISTINCT i.item_id FROM wp_wkkr_bp_invitations i WHERE user_id IN (1) AND class IN ('bp_groups_invitation_manager') AND type = 'invite' AND invite_sent = 1 AND accepted = 0 WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_groups' doesn't exist] SELECT DISTINCT g.id FROM wp_wkkr_bp_groups g WHERE g.id IN (0) ORDER BY g.date_created DESC WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_groups' doesn't exist] SELECT COUNT(DISTINCT g.id) FROM wp_wkkr_bp_groups g WHERE g.id IN (0) WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_notifications' doesn't exist] SELECT id, user_id, item_id, secondary_item_id, component_name, component_action, date_notified, is_new, COUNT(id) as total_count FROM wp_wkkr_bp_notifications n WHERE user_id IN (1) AND component_name IN ('xprofile','friends','messages','activity','groups','members') AND is_new = 1 GROUP BY user_id, component_name, component_action ORDER BY date_notified descHow do I create these database tables? Please help?
Thanks,
Carlos
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
Michael
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