Replies
- Brajesh Singh on June 20, 2019 at 8:49 pm in reply to: [Resolved] Hide members profile page, and prevent them from appearing in search results #23627
Hi JG,
Thank you.
Ravi will assist you early tomorrow.I can answer the other question though. There are 2 aspects.
1. Will bp_account_deactivator() be available in functions.php? Yes, It is. It is available after plugins_loaded hook, so no worries.
2. What happens if the plugin gets deactivated, will it cause fatal error? No, we are using function_exists( ‘bp_account_deactivator’ ). That makes sure the function is available before it is called.
Regards
Brajesh - Brajesh Singh on June 20, 2019 at 8:46 pm in reply to: [Resolved] need help with custom taxonomy, #23625
- Brajesh Singh on June 20, 2019 at 8:37 pm in reply to: i need make independent chock boxes with category and subcategories #23623
Hi,
Thank you for the question.At the moment, if you are using BuddyPress Xprofile custom field types, we only support Multi Select Box.
For Checkbox, we will need to update the plugin. I will push an update in 2 weeks.
Thank you
Brajesh - Brajesh Singh on June 20, 2019 at 8:28 pm in reply to: [Resolved] Something wrong, this error is growing into a giant file! #23622
Hi,
I am sorry. In 2.0, we stopped loading the file containing this function but we forgot to remove a condition.You are most probably using the ajax registration with User Name availability checker or Conditional Profile field. Only then this issue surfaces.
I am putting an update today to fix it.
Thank you
Brajesh - Brajesh Singh on June 20, 2019 at 6:23 am in reply to: [Resolved] Hide members profile page, and prevent them from appearing in search results #23613
Hi JG,
Thank you.Most probably the action will be different. One of my colleague used memberpress recently. I have asked him to assist you with code today.
Thank you
Brajesh - Brajesh Singh on June 19, 2019 at 6:06 pm in reply to: [Resolved] Hide members profile page, and prevent them from appearing in search results #23605
Hi JG,
Thank you.The plugin allows you to make the access restricted to admins. In other words, if you disable the status changing by user, only admin can change it for the user.
Hope that helps
Regards
Brajesh - Brajesh Singh on June 19, 2019 at 7:13 am in reply to: I have a few questions about buddypress that need help. #23602
Hi Joo,
Welcome to BuddyDev.Thank you for using MediaPress.
1. Seems a bug. Please allow me to check and provide a fix.
2. I am glad you resolved it.
3. Sorry about that. It needs minor css adjustment. I will put some css today( we need to set overflow-y)
4. Do you want activity posting box to be limited to the manager or do you only want to limit the MediaPress uploads from activity?Thank you
Brajesh - Brajesh Singh on June 19, 2019 at 7:10 am in reply to: [Resolved] Hide members profile page, and prevent them from appearing in search results #23601
Hi JG,
Welcome to BuddyDev.There are no direct way to do it. There are many ways to do it though.
1. You can add a meta to user when their membership expires and then filter on bp_after_has_members_parse_args and tap into the’exclude’ parameter to pass user ids with this meta key you saved.2. Or you can use on of our plugins like BuddyPress Deactivate Account or BuddyPress Profile visibility Manager and hook them to your expiry action. They can manage the exclusion for you.
3. Or you can keep the strategy one and instead of filtering on args, you can filter ton query to make it a bit more efficient.
Hope that helps.
Regards
Brajesh - Brajesh Singh on June 18, 2019 at 10:08 pm in reply to: Transcoder plugin for .mov file (of Brajesh) does not work for my website #23597
Hi Giulietta,
Thank you for the patience.Please remove the old plugin and use this one
https://buddydev.com/plugins/mpp-local-encoder/
Regards
Brajesh - Brajesh Singh on June 18, 2019 at 9:55 pm in reply to: [Resolved] Main menu only visible on front page on mobile #23595
You are welcome 🙂