Replies
Hi Adnan,
Thank you for the question.you can see who created the post from Dashboard->Activity screen. If you want, we can add the option to show it to admins on front end too. Please let me know and we will add an option for the same.
Regards
Brajesh- Brajesh Singh on March 11, 2022 at 11:18 am in reply to: [Resolved] PROFILE TAB AND GROUP TAB PRO #43782
Hi Dianne,
Thank you for being a valuable member. I am glad that you found the developer for the custom features list.Regards
Brajesh Hi,
Thank you for the question.
You may install this plugin.https://buddydev.com/plugins/buddypress-notifications-widget/
and you may use this shortcode.
[buddydev_bp_notification]You an see the list of available options here.
https://github.com/buddydev/buddypress-notifications-widget/blob/master/core/class-bp-notification-shortcode-helper.php#L37Regards
Brajesh- Brajesh Singh on March 11, 2022 at 10:46 am in reply to: BuddyPress Block Users – Restricting Blocked Users through REST API #43780
Thank you.
I am looking forward to your feedback.Regards
Brajesh - Brajesh Singh on March 11, 2022 at 8:19 am in reply to: BuddyPress Groups Tabs Creator Pro – Events Calendar shortcodes not working #43779
Hi Forum one,
Thank you for using our plugin.Please contact The Events Calander Pro team and ask them if the shortcode “[tribe_events_list]” can be used outside the post/page screen(e.g in the sidebar of archive page).
We do call do_shortcode, so it seems the plugin is not finding that shortcode as registered one.
Regards
Brajesh - Brajesh Singh on March 10, 2022 at 7:24 am in reply to: [Resolved] Group Tabs Pro: Tab Visibility for Site Admins #43772
Thank you Dianne
Regards
Brajesh - Brajesh Singh on March 10, 2022 at 7:23 am in reply to: [Resolved] Auto Activate Auto Login – Redirects #43771
Hi Dianne,
Thank you for using it. I am glad it worked.Regards
Brajesh - Brajesh Singh on March 9, 2022 at 12:09 pm in reply to: BuddyPress Block Users – Restricting Blocked Users through REST API #43750
Hi Nifty,
Please try putting this in your bp-custom.php// filter blocked and blocked by user ids. add_filter( 'bp_rest_members_get_items_query_args', function( $args ) { if ( ! is_user_logged_in() || is_super_admin() || ! function_exists( 'bublock_get_blocked_user_ids_for_user' ) ) { return $args; } $excluded_users = isset( $args['exclude'] ) ? wp_parse_id_list( $args['exclude'] ) : array(); // All user ids blocked by me. only if blocker can not list blocked user profile. $blocked_users = bublock_get_blocked_user_ids_for_user( bp_loggedin_user_id() ); if ( $blocked_users ) { $excluded_users = array_merge( $excluded_users, $blocked_users ); } // All user ids who has blocked logged in user only if blocked user profile not available. $blocked_by_user_ids = bublock_get_blocked_by_user_ids_for_user( bp_loggedin_user_id() ); $excluded_users = array_merge( $excluded_users, $blocked_by_user_ids ); if ( $excluded_users ) { $args['exclude'] = array_unique( $excluded_users ); } return $args; });Let me know if it works for you or not? This will filter out the blocked users/blocked by users.
Regards
Brajesh - Brajesh Singh on March 9, 2022 at 11:45 am in reply to: Auto assign user badge on a fulfilled requirement #43749
Hi Iken,
Please try contacting via the forums. Most of the developers(including us) are more comfortable with forum reply as it allows to manage the questions/issues in better way.For a 3rd party plugin, we will need to spend a lot more time going through them before assisting. That’s why hour policy is to limit the support to BuddyPress and our own plugins unless we specify compatibility.
I hope you understand that.
Regards
Brajesh - Brajesh Singh on March 9, 2022 at 11:03 am in reply to: Mediapress with Buddypress – User Galleries not uploading images (jpg) #43748
Hi Jerise,
Please visit Dashboard->mediaPress->Tools and share me the debug details.Thank you
Brajesh