Replies
- Ravi on December 15, 2021 at 7:32 am in reply to: [Resolved] Extended User Groups Widget : display hidden groups #42073
Hello Isabelle,
Thank you for the acknowledgment. Please use the following CSS rule and then try.
.bp-extended-user-groups-widget-item.hidden { display:block; }
Regards
Ravi Hello Dale,
Thank you for posting here. Please download the following plugin:
https://github.com/buddydev/bp-shortcodes/archive/refs/heads/master.zip
and use the following shortcode
// For Logged in user id. [bpsc-user-id context=logged] // For Displayed user id. [bpsc-user-id context=displayed]
Please let me know if works or not.
Regards
Ravi- Ravi on December 15, 2021 at 7:02 am in reply to: [Resolved] Hook to remove button for specifc group taxonomy #42071
Hello Rob,
Thank you for the acknowledgment. I am glad to know that you fix it on your own.
Regards
Ravi Hello Jimmy,
Thank you for posting. Please try using the code from the following link:
https://buddydev.com/support/forums/topic/redirect-loggedout-users-to-a-register-page/#post-17130
Please let me know if it works or not.
Regards
RaviHello Debbie,
Thank you for asking. The role of categories in moderation tools is to categorize reported items based on category. All existing or newly created categories will apply to all reportable items like Activity, Groups, Users, etc. You can not limit the category based on Reportable items. We will think about it if we can limit categories for reportable items and will update you accordingly.
Please acknowledge if I am getting your requirement correctly.
Regards
Ravi- Ravi on December 15, 2021 at 6:29 am in reply to: [Resolved] Default Group Tab: Only Lists One Word #42066
Hello,
Thank you for sharing the video. I have checked and yes it is a bug in our plugin. For removing count from the Tab name like ‘Members 15’ we removed the second part of the tab name. We will release a new update to fix this issue and will let you soon.
Regards
Ravi - Ravi on December 14, 2021 at 8:32 am in reply to: [Resolved] BuddyPress group admin capabilities – for role, for member type #42049
Hello Vlad,
Thank you for the acknowledgment. Are you using some kind of restriction plugin which applies restrictions on users? If yes, Please try after temporarily deactivating that plugin. BuddyPress group administrator will all the access if any no. of roles given to that user.
Regards
Ravi - Ravi on December 14, 2021 at 8:25 am in reply to: [Resolved] Conflict of BP Moderation Tools with Theme #42048
Hello Princy,
Try the following code:
add_action( 'bp_footer_actions', function () { if ( ! function_exists( 'bpmts_moderation_tools' ) || ! bpmts_is_item_valid_reportable_type( 'bp_activity', bp_get_activity_id() ) ) { return; } $activity_ui = new PressThemes\ModerationTools\Reportable_Types\BuddyPress\Activity\Handlers\Activity_UI_Helper(); $activity_ui->add_button(); } );
Let me know if it works or not.
Regards
Ravi - Ravi on December 14, 2021 at 7:14 am in reply to: [Resolved] BuddyPress group admin capabilities – for role, for member type #42041
Hello Vlad,
Thank you for posting here. As per my understanding, You are looking for a way to assign group admin capability to a WordPress role or BuddyPress Member Types. Once any user got that role he can have full admin access to any BuddyPress group.
Please acknowledge me if I am thinking correctly about your requirement.
Regards
Ravi - Ravi on December 14, 2021 at 5:14 am in reply to: [Resolved] Conflict of BP Moderation Tools with Theme #42040
Hello Princy,
Thank you for posting. I will take a look at the problem and will let you know.
Regards
Ravi