Replies
- Brajesh Singh on October 27, 2020 at 7:04 pm in reply to: create a directory of member types who are currently online? #34147
Hi Nick,
Thank you for the reply.By default BuddyPress will list any user who was active in last 15 minutes(even if logged out now) as online.
Is that happening or is it not doing that?
Thank you
Brajesh - Brajesh Singh on October 27, 2020 at 6:57 pm in reply to: Buddycommerce "shop" tab slug can't be customized #34146
Hi Alex,
Welcome to BuddyDev.If you are changing the slug for shop, Please make sure that every sub tab where shop is set as parent tab, you are changing the slug for the parent tab to the new slug too.
Please give it a try.
Regards
Brajesh - Brajesh Singh on October 27, 2020 at 6:55 pm in reply to: [Resolved] Warning: call_user_func_array() expects parameter 1 to be a valid callback, func #34144
Hi Alejandro,
Thank you.I am glad it is resolved.
Regards
BrajeshPS:- this is public reply.
- Brajesh Singh on October 27, 2020 at 6:54 pm in reply to: [Resolved] Warning: call_user_func_array() expects parameter 1 to be a valid callback, func #34143This reply has been marked as private.
- Brajesh Singh on October 27, 2020 at 6:49 pm in reply to: [Resolved] redirect the "view" tag in mediapress #34142
Hi Corrado,
Please put this in your bp-custom.php
add_filter( 'mpp_gallery_actions_links', function ( $links, $links_array, $gallery ) { if ( mpp_user_can_edit_gallery( $gallery->id, get_current_user_id() ) ) { $links_array['view'] = sprintf( '<a href="%1$s" title="' . __( 'Edit', 'mediapress' ) . '">%2$s</a>', mpp_get_gallery_edit_media_url( $gallery ), __( 'edit', 'mediapress' ) ); } return join( ' ', $links_array ); }, 10, 3 );That will change it.
Regards
Brajesh Hi Mike,
Thank you for using the plugin.Are you applying condition based on BuddyBoss gender field type?
Please share a link to screenshots of the conditions applied.
Thank you
Brajesh- Brajesh Singh on October 26, 2020 at 6:09 am in reply to: [Resolved] User Profile Tabs – Replace Edit Profile with a New Custom My Profile Screen #34130
Hi,
The issue was the admin bar id was incorrect. It should have been “my-account-xprofile” instead of “nav-account-xprofile”Please check if it working correctly now.
Regards
Brajesh - Brajesh Singh on October 26, 2020 at 6:03 am in reply to: [Resolved] User Profile Tabs – Replace Edit Profile with a New Custom My Profile Screen #34129This reply has been marked as private.
- Brajesh Singh on October 26, 2020 at 6:02 am in reply to: [Resolved] redirect the "view" tag in mediapress #34128
Hi Corrado,
Thank you for the question.I am assuming it is for the gallery list page? You can do it by editing the gallery-loop.php template in your theme.
If it is for any other screen, Please link me to a screenshot and outline it.
Thank you
Brajesh - Brajesh Singh on October 26, 2020 at 6:01 am in reply to: [Resolved] Circles plugin causing critical error #34127This reply has been marked as private.