Replies
- Ravi on July 30, 2021 at 6:02 am in reply to: Move ‘block’ button from member header actions to elipses #39844
Hello Pooria,
Thank you for posting. Please do let me know are you using BuddyPress or BuddyBoss Platform. If using BuddyPress also let me know which theme you are using.
Regards
Ravi - Ravi on July 30, 2021 at 5:56 am in reply to: [Resolved] Changing Colours of Text or Background #39843
Hello,
Thank you for posting. Please elaborate on your requirement. It is not making me clear on your issue i.e. Which colour of the text you are talking about?.
Regards
Ravi Hello,
Thank you for the acknowledgment. I am glad that the issue is resolved.
Regards
RaviHello Alex,
BuddyPress by default shows Member’s name and last active time and not the Role. Since you are using a paid theme you should ask for assistance from the theme author as he is in a better position to help you with this.
Regards
Ravi- Ravi on July 29, 2021 at 5:42 am in reply to: Issue with member types pro assigning all available member types to new user #39804This reply has been marked as private.
- Ravi on July 29, 2021 at 5:36 am in reply to: [Resolved] BuddyPress – blocked user can still tag the user who blocked them within a group #39803
Hello Nifty,
Sorry for the delayed reply. I will look into this today and will update you.
Regards
Ravi Hello,
I have tested mentioned string with an image and it seems to be working on my end. Please try after deactivating other plugins and switching to the default theme temporarily and with BuddyPress and BuddyPress Activity Reloaded active state. If the issue still persists please let me know.
Working Screenshot: https://tinyurl.com/yhuukcwl
Regards
RaviHello Darshan,
Please try after activating both the plugins and remove all the rules created by “Auto Join Groups” and let me know if it helps or not.
Regards
RaviHello Robert,
Check the following code it will restrict non-admin users from posting content in the group.
add_action( 'wp_ajax_post_update', function() { $object = isset( $_POST['object'] ) ? sanitize_key( $_POST['object'] ) : ''; $item_id = isset( $_POST['item_id'] ) ? absint( $_POST['item_id'] ) : ''; if ( bp_is_group() ) { $item_id = bp_get_current_group_id(); $object = 'group'; } if ( 'group' != $object ) { return; } if ( ! groups_is_user_admin( get_current_user_id(), $item_id ) ) { wp_send_json_error( array( 'message' => __( 'You are not allowed to post.', 'buddypress' ), ) ); } }, 9 );
Regards
Ravi- Ravi on July 27, 2021 at 11:39 am in reply to: Issue with member types pro assigning all available member types to new user #39758
Hello,
Thank you for sharing the details. We do not have access to the latest version of the plugin “Youzer”. Please share the latest version of this plugin so that I could help you.
Regards
Ravi