Replies
- Brajesh Singh on January 8, 2019 at 11:26 am in reply to: filter the buddypress members in the list of members #20050
Hi Herve,
The above code is correct and It will work with current BuddyPress unless you have changed the field ids or some other code is interfering with it.Also, if you are using BP Nouveau template pack, It can affect the above query(The Nouveau template also filters on ‘bp_pre_user_query_construct’ and ” ).
My suggestion will be to switch to BP Legacy and try.
Regards
Brajesh - Brajesh Singh on January 8, 2019 at 9:15 am in reply to: [Resolved] Tab Creator Pro – Moving email/password subtab to a new tab group #20047
Hi,
Thank you for asking the question and my apologies for the delayed reply.We do not suggest moving sub tabs from one tab to another. BuddyPress as well as most of the plugins we have tested do not support this kind of movements. Most of the sub tab functionality are tied to their current component(tab is component).
Technically, you can move the sub tabs but the links will break as the original sub tab callbacks will not be able to handle the new url/action(the reason is almost all handler uses bp_is_current_component() with hardcoded component id and that makes it inflexible).
Hope that clarifies.
Regards
Brajesh - Brajesh Singh on January 8, 2019 at 9:01 am in reply to: buddydev simple user contest plugin. #20044
Hi @evillizard
Thank you for the suggestion.At the moment, we are unable to say if we will be able to do it or not. If time permits, we will be glad to do it in next few months.
Thank you
Brajesh - Brajesh Singh on January 8, 2019 at 9:00 am in reply to: [Resolved] BP Contact Form Issue enable/disable #20042
No problem.
Thank you for confirming that it works.
Regards
Brajesh - Brajesh Singh on January 8, 2019 at 8:59 am in reply to: BuddyPress Private Message Rate Limiter by user role #20041
Hi Greg,
For now, Please remove both the snippet. It seems confusing.I am putting a role based snippet where you can map role to duration/count directly.
In the above code, we are not using role, we are using capabilities to decide what to allow for user. That’s why you are seeing user_can.
Regards
Brajesh - Brajesh Singh on January 8, 2019 at 8:57 am in reply to: Not able to reply to messages with Nouveau template #20040This reply has been marked as private.
- Brajesh Singh on January 7, 2019 at 7:59 pm in reply to: [Resolved] BP Contact Form Issue enable/disable #20033
Hi Daniel,
I have pushed the update now.In version 1.0.7, you can set the default visibility for the form. It only works if user is allowed to toggle the contact form visibility on their profile.
https://buddydev.com/plugins/buddypress-user-contact-form/
Hope that helps.
Regards
Brajesh - Brajesh Singh on January 7, 2019 at 7:48 pm in reply to: [Resolved] Assist with lightbox display for guests #20031
Hi Richard,
Thank you.
No problem with the delay. I am looking forward to your feedback.Best regards
Brajesh - Brajesh Singh on January 7, 2019 at 7:36 pm in reply to: Not able to reply to messages with Nouveau template #20029This reply has been marked as private.
- Brajesh Singh on January 7, 2019 at 7:17 pm in reply to: Not able to reply to messages with Nouveau template #20027
Hi Carsten,
In both the filters, we pass user id. So, It will be simple to check user role.Are you using WooCommerce’s customer role? I can provide a snippet for you .
Regards
Brajesh