Replies
- Brajesh Singh on April 21, 2020 at 9:59 am in reply to: [Resolved] User ID in Buddypress / bbPress & WordPress #29034
Hi Bruno,
Yes, the user id is same for all of them. bbPress and BuddyPress uses the user account offered by WordPress core.PS:- If you can specify the question, I may be able to specify exact functions to you.
Regards
Brajesh Hi Shannon,
Welcome to BuddyDev.Thank you for using MediaPress.
I am assuming you are using our shared gallery/global gallery addon to allow everyone to contribute to a gallery.
1. I am sorry, Currently, there is no such shortcode. It is still doable with a few lines of code.
Please let me know if you are using global gallery addon and I will be able to assist with some code.2. I haven’t tried it but setting a gallery private should take care of it. Private gallery uploads inherits the status by default. until made public explicitly, the private media is only visible to the uploader.
Regards
Brajesh- Brajesh Singh on April 21, 2020 at 1:14 am in reply to: Member Types Pro: 'Exclude Members with this type' from directory not working #29012
Hi Simon,
Thank you.yes, you may use the shortcode like this
[bpmtp-members-list member_type="business"]Please see this page for details
https://buddydev.com/docs/buddypress-member-types-pro/listing-users-based-buddypress-member-types/
Regards
Brajesh - Brajesh Singh on April 20, 2020 at 7:10 pm in reply to: [Resolved] No member type tab in Member directory #29009
Hi Torben,
Please upgrade to 2.0.6
Let me know if that fixes it or not?
Regards
Brajesh - Brajesh Singh on April 20, 2020 at 7:09 pm in reply to: [Resolved] Members per row and users per page in Group doesn't work #29008
Hi Torben,
Hope you are doing well.Please upgrade to 2.0.6. It should be fixed.
Regards
Brajesh Hi,
Thank you for clarifying.
Force profile photo does not have any effect on registration or non logged in user.Regards
Brajesh- Brajesh Singh on April 20, 2020 at 4:13 pm in reply to: Any known sliders/slideshows that work with MediaPress specific galleries? #29003
Hi Sam,
I do not think we have that kind of functionality. Currently, it has option for filtering components(user/groups), limiting the number and some order by option.Regards
Brajesh Hi,
Thank you for using the plugin.You are most probably logged in as site admin. Please try logging as a non admin user and check.
Regards
Brajesh- Brajesh Singh on April 20, 2020 at 11:48 am in reply to: [Resolved] RECENT VISITOR PLUGIN ERRORS #28999
Also, Please open your own topic in future. That will help us serve you better.
Regards
Brajesh - Brajesh Singh on April 20, 2020 at 11:47 am in reply to: [Resolved] RECENT VISITOR PLUGIN ERRORS #28998
Hi,
We do record all visits, including duplicate visits.1. You can use visitors_get_profile_visit_count($user_id) to see/display total visits
2. You can visitors_get_recent_visitors() It returns an array of objects with following property for each objectid
user_id
visitor_id
visit_count
visit_timeThe property visit_count contains how many times the visitor has visited the user.
Please feel free to adapt.
Since the UI for this is not available, If you are not comfortable with code, You may use our cusotmization service.
Regards
Brajesh