Replies
Hi Granmeh,
Thank you for confirming that it works.No, the above code will not work with BuddyPress profile completion.
Regards
Brajesh- Brajesh Singh on April 21, 2020 at 5:49 pm in reply to: [Resolved] Activity Shortcode exclude group #29085
Thank you.
- Brajesh Singh on April 21, 2020 at 5:49 pm in reply to: [Resolved] Need to Hide MediaPress uploads from Normal WordPress Library & Media up-loader #29084
Hi Shannon,
We are using a normal filter and not doing anything special. If it is not working due to Media Library Assistant, please contact their support and show them the code from my post and let me know what they suggest.It seems they are most probably overriding the same filter.
Regards
Brajesh - Brajesh Singh on April 21, 2020 at 5:46 pm in reply to: Buddyblog fork questions : custom post type #29083
Hi Bruno,
I am sorry, this is beyond our support.We do plan to bring multiple post type to BuddyBlog in future. Since you have forked it, you are on your own to develop it further.
Regards
Brajesh - Brajesh Singh on April 21, 2020 at 5:08 pm in reply to: Question about BuddyPress Xprofile Custom Field Types #29082
Hi,
This is not doable with the plugin. BuddyPress does not support the concept of default values for profile data.If a user does not save a value for a field, BuddyPress will not consider that field to be associated with the user.
technically this is doable by automatically saving the data on profile edit etc but neither BuddyPress nor the plugin offers it.
Regards
Brajesh - Brajesh Singh on April 21, 2020 at 5:06 pm in reply to: [Resolved] Set Gallery Cover Photo without re-uploading #29081
sure. Please use the following css
#change-gallery-cover{ display:none; }Regards
Brajesh - Brajesh Singh on April 21, 2020 at 4:51 pm in reply to: [Resolved] Set Gallery Cover Photo without re-uploading #29077
Hi Shannon,
I am afraid that is not doable currently. We do not have a picker component that allows selecting media.It should not be difficult for a developer do it but it is not available in core. You may want to hire a developer to custom code it if needed.
Regards
Brajesh Hi Shannon,
Thank you.A better solution will be to use MediaPress moderation plugin. Reason:- It can hold an image in moderation which is only visible to uploader/site admin and not others.
1. Yes, its is possible to set different privacies for grousp/members/sitewide. i am not sure if we offer an UI for this but it is feasible with a little bit of code.
2. Are you using shortcode for listing the gallery/media? For more control, You can override mediapress templates in your child theme. I can help point to the correct files.
Regards
Brajesh- Brajesh Singh on April 21, 2020 at 1:14 pm in reply to: Double member sorting and member search on single BuddyPress Group page #29051
Hi Torben,
I will love to know the issue in more details and help you fix it.Is there any chance I can take a look at the site(is it being developed locally or is it accessible for me?).
I do not think hiding via css is a good idea. We should fix and solve the issue.
Thank you
Brajesh - Brajesh Singh on April 21, 2020 at 1:11 pm in reply to: [Resolved] Members per row and users per page in Group doesn't work #29049
Thank you.