Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi Nick,
    Sorry for the delaye.

    @ravisharma
    checked the plugin today and found that you can use

    
    type=online
    

    in the current shortcode to find the online members(BuddyPress considers user online if they have been active in last 15 minutes. This duration can be customized via a hook).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi,
    You may use

    
    $count = 	mpp_get_gallery_count( array(
    		'component'    => 'members',
    		'component_id' => $user_id, // replace with user id.
    		'type'         => 'photo',// photo, video,audio,doc
    		'status'       => 'public',// if empty, will check for all accessible galleries for the visitor
    	) );
    
    

    Regards
    Brajesh

    • This reply was modified 5 years, 5 months ago by Brajesh Singh. Reason: updated code
  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi Jkk,
    All images are WordPress atatchment with some extra metadata. Please see mpp_add_media() funciton.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: Auto Friends Pro #33902

    Hi Steven,
    Thank you for using the plugin.

    At the moment, the plugin only allows adding a list of specified members.
    The reason is to avoid trouble for site admins. If we let them do it based on conditions, it could lead to 1000s of friendship on a medium install and not a great experience for new user.

    The plugin is not suited for your use case currently.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: Renaming Existing Group Label #33901

    Thank you for confirming.

    If your goal is to keep the functionality but hide the tab, then css is the best suited option.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: Upgrade BuddyDev Subscription #33900

    Hi Mustafa,
    Thank you for being a valuable member. I have mailed you a coupon to upgrade the account.

    Please do note that we don’t have BuddyBoss essentials, It is Buddy Essentials(for BuddyPress) and not all plugins from this package is compatible with BuddyBoss.
    All our BuddyBoss compatible plugins(existing and upcoming) will be available as part of BuddyBoss Max package.

    So, If you are using BuddyBoss, I will not suggest upgrading.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: Renaming Existing Group Label #33891

    Hi,
    Thank you for the patience.

    Please upgrade to 1.1.2 and let me know if it works for you or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: BuddyPress Branded Login shortcode #33885

    Hi Tosin,
    I am sorry, I am unable to spend time on this currently.

    I am going to ask @ravisharma to look into it and implement it soon. We will be only providing shortcode for implementing the login form.

    Thank you
    Brajesh