Replies
Hi,
Thank you for the question.Our conditional field plugin for BuddyPress/BuddyBoss does not support setting conditions based on date field. It is limited to the basic field types(no calculated value) currently.
Regards
BrajeshHi,
Thank you for the reply.The plugin goes way beyond the basic hiding of the profile data but I understand it may not be suitable for your use case.
We will process the refund within 2-4 working days and let you know.
Regards
BrajeshHi Thomas,
Thank you for the question.1. Is this question about generating current displayed users url? (You can use
bp_displayed_user_domain())If the goal is something different, please let me know with an example.
Regards
BrajeshHi Geoff,
Thank you for confirming.I am glad it worked.
Regards
BrajeshHi Alex,
Thank you for your patience.Can you please upgrade to 1.8.9 and let me know if it works for you or not?
Regards
BrajeshHi Lisa,
Thank you for the question.At the moment, there is no solution for BuddyBoss/BuddyPress. We are bringing this (parent account) as part of our upcoming community plugin in January.
Regards
BrajeshThank you for your patience.
We are releasing an update within next 24 hours. It contains to changes:-
1. In future, on user delete, we delete related notifications.
2. For existing notifications(orphaned), It shows Deleted userRegards
BrajeshHi Geoff,
Thank you for your patience.Please put this code in bp-custom.php
/** * Filters out media comment from activity stream. */ add_filter( 'bp_after_has_activities_parse_args', function ( $args ) { if ( isset( $_REQUEST['action'] ) && 'mpp_fetch_activity_media' == $_REQUEST['action'] ) { return $args; } if ( function_exists( 'mpp_is_single_media' ) && mpp_is_single_media() ) { return $args; } $filters = isset ( $args['meta_query'] ) ? (array) $args['meta_query'] : array(); $filters[] = array( 'key' => '_mpp_activity_type', 'compare' => '!=', 'value' => 'media_comment' ); $args['meta_query'] = $filters; return $args; } );It should resolve the issue. Please let me know if it works or not?
Thank you
BrajeshHi Alex,
Thank you for using the MediaPress.1. Can you please tell me where did you trigger the lightbox. If triggered from gallery page it will show prev/next. If triggered from activity, It will only show images from current activity.
2/3. This is a BuddyPress feature not MediaPress(we are using BuddyPress activity internally). BuddyPress Useses your settings for blog comments for this. Please visit Dashboard-> Settings->Discussion and look for “Enable threaded (nested) comments”. You will see the nesting leve there and control it.
4. It is in the BuddyPress’s activity section in the wp-admin. No, They will not work with wp discuzz.
5. Does the other plugin offer an API to see if a user is allowed or not? We have not tried blurring images(we can do it via css filter but that won’t protect against savvy users).
Regards
BrajeshHi Thomas,
Thank you for the question.You can add the link
https://www.cabinet.speakexpress.ru/members/me/and It will redirect current logged user to their profile.
@ajex
Thank you for the reply(I understand you are trying to help us save time and I appreciate it). Let us help if we may do a bit on our part.Rgerad
Brajesh