BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Plugin issues #49747

    Hello Carsten,

    Thank you for the acknowledgement. It is good to know that the plugin is working as expected right now. On the demo server, You can switch to the user when liking their profile to check.

    Regarding, When a user is not allowed to unlike only the Unlike button will disappear i.e. It will not affect the like button. If it is not the case can you please share a short video regarding this issue so that I can check?

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Organize user submitted images in the Media Library #49741

    Hello Carsten,

    Thank you for the acknowledgement. Yes, the code applies to both the existing and new media of MediaPress. Please try to debug it and let me know for any other assistance.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Organize user submitted images in the Media Library #49737

    Hello Carsten,

    Thank you for the acknowledgement. Please try to debug by disabling all other plugins temporarily. Give it a try and let me know if the issue still persists or not.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Plugin issues #49733
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Plugin issues #49722
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Buddyblog change activity excerpt length #49721

    Hello Tosin,

    Try the following filter:

    
    add_filter('bp_excerpt_length', 'adjust_bp_activity_excerpt_length');
    
    

    Please give it a try

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Organize user submitted images in the Media Library #49719

    Hello Carsten,

    Thank You for posting. You can use the following code to filter out MediaPress media from the Media library. Please give it a try.

    
    add_filter( 'ajax_query_attachments_args', function ( $query ) {
    	if ( is_admin() && is_user_logged_in() ) {
    		$query['meta_key']     = '_mpp_is_mpp_media';
    		$query['meta_compare'] = 'NOT EXISTS';
    	}
    
    	return $query;
    } );
    
    

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Buddyblog pay per post expiration issue #49716

    Hello Tosin,

    Sorry for the delayed reply. I will give it a try and will let you know by the day end.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Plugin issues #49715
    This reply has been marked as private.
  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Plugin issues #49707

    Hello Carsten,

    Sorry for the inconvenience. I will check it and get back to you soon.

    Regards
    Ravi