Replies
- Brajesh Singh on October 14, 2020 at 4:45 pm in reply to: create a directory of member types who are currently online? #33918
Hi Nick,
Sorry for the delaye.
@ravisharma checked the plugin today and found that you can usetype=onlinein 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 - Brajesh Singh on October 14, 2020 at 2:46 am in reply to: [Resolved] Check via PHP if user have galleries Mediapress #33906
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
- This reply was modified 5 years, 5 months ago by
- Brajesh Singh on October 14, 2020 at 2:34 am in reply to: [Resolved] Buddypress Profil Visit Restrictions – UPDATE #33905This reply has been marked as private.
- Brajesh Singh on October 14, 2020 at 2:32 am in reply to: Recent Visitors For BuddyPress Profile – BuG / error ? Visual page notifications #33904This reply has been marked as private.
- Brajesh Singh on October 14, 2020 at 2:31 am in reply to: [Resolved] Upload default image into Mediapress Uploader #33903
Hi Jkk,
All images are WordPress atatchment with some extra metadata. Please see mpp_add_media() funciton.Regards
Brajesh 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
BrajeshThank you for confirming.
If your goal is to keep the functionality but hide the tab, then css is the best suited option.
Regards
BrajeshHi 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
BrajeshHi,
Thank you for the patience.Please upgrade to 1.1.2 and let me know if it works for you or not?
Regards
Brajesh- Brajesh Singh on October 13, 2020 at 10:17 am 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