Replies
- Brajesh Singh on May 9, 2022 at 6:59 pm in reply to: [Resolved] Remove What’s New Form from Single Gallery Comments #44885
You are welcome.
- Brajesh Singh on May 7, 2022 at 4:57 pm in reply to: [Resolved] GROUP TABS: Sub-Tabs Formatting #44874
Hi Dianne,
Thank you for using the plugin.Please allow me to get back to you on Monday/Tuesday. We will be updating the plugin to make sure the states are reflected.
Regards
Brajesh Hi Tosin,
Thank you for the question.BuddyPress already does it on the fly if you are using BP Nouveau template pack. If that is not happening, you should check for javascript errors.
Regards
Brajesh- Brajesh Singh on May 7, 2022 at 4:16 pm in reply to: [Resolved] Suspended users can still be messaged through REST API #44872
Hi Nifty,
Thank you for the patience. Please upgrade to 1.4.8 and let me know if it works for you or not?Regards
Brajesh Hi Ethan,
I am sorry, I am unable to help you with approvals. The plugin(member type) does not deal with registration work flow.I have checked the auto activation plugin, It is not designed for conditionally activation of one user type. We will work on it and will be adding filter to achieve it.
We will have a release by day end Tuesday to support this.
Regards
Brajesh- Brajesh Singh on May 7, 2022 at 10:12 am in reply to: BuddyPress Auto Friendship Pro feature suggestion (2) #44870
Hi Tosin,
Thank you for the suggestion.
I am sorry, this is an outlier case and beyond what we can specify with the current implementation.Regards
Brajesh - Brajesh Singh on May 7, 2022 at 10:11 am in reply to: [Resolved] Remove What’s New Form from Single Gallery Comments #44869
Hi,
Thank you for the question.
sure, here is an exampleadd_filter( 'mpp_user_can_comment_on_gallery', function($can, $gallery_id) { if( ! is_user_logged_in() ) { return $can;// should be false. } // modify the $can based on current user and return $can = false;// I am disabling it. return $can; }, 10, 2);Please feel free to customize it as you need.
Hope it helps.
Regards
Brajesh Hi Bill,
Thank you.The activity filtering by circle is not available for BuddyBoss. BuddyBoss has disabled activity filters. We used to add it to the activity filters dropdown(which is available for BuddyPress but not for BuddyBoss and there is not much we can do).
I will suggest contacting BuddyBoss and asking them how to enable the activity filter dropdown on directory. That will resolve it for you.
Regards
BrajeshHi Ethan,
I am sorry If I could not understand your requirements.Do you want to disable auto activation of account for the casting director member types? or do you need to manually approve them from your admin dashboard?
Please let me know.
Thank you
BrajeshHi Alex,
Thank you for the questions.BP Multi network works by prefixing tables with blog specific prefix. In other words, new tables are created for each of the blog.
1. No. They are in different table. Probably yes by filtering on the activity/activity meta table name but seems error prone.
2. That is by default. If they are not showing up, they have most probably not logged to your main site. BuddyBoss does not list inactive users who do not have an activity.
3. No. Sorry, this plugin will not be able to allow that.
Regards
Brajesh