Replies
- Brajesh Singh on September 25, 2019 at 3:54 pm in reply to: Array of user IDs for specific member type #25486
Hi
After this line$users_ids = get_users( array( 'role' => 'subscriber', 'fields' => 'ID' ) );You can use
$list = join( ',', $users_ids );The list will have the comma separated list.
Regards
Brajesh - Brajesh Singh on September 25, 2019 at 3:52 pm in reply to: [Resolved] Redirection using the wp-login page #25485
Hi Cap,
Thank you for the question.The BuddyPress Member Types plugin works properly with the WordPress login. Please make sure that the redirects are enabled and the user who is logging in has a member type with redirect setup.
Regards
Brajesh - Brajesh Singh on September 25, 2019 at 3:49 pm in reply to: Integration with Advanced noCaptcha & invisible Captcha PRO #25484
Hi Luca,
Thank you for the patience.Our team looked into it and we found the issue. The problem was our form loaded after the recaptcha plugin and their js could not detect it.
We changed the priority for our form and now it seems to be working.
Please try 2.0.7
https://buddydev.com/plugins/bp-ajax-registration/and let me know if it works ore not?
Regards
Brajesh - Brajesh Singh on September 25, 2019 at 3:42 pm in reply to: Insert content before Activity page #25483
Please use
echo do_shortcode( "Your content ");you will need do_shortcode to render the content from shortcode.
Regards
Brajesh - Brajesh Singh on September 25, 2019 at 12:29 am in reply to: Integration with Advanced noCaptcha & invisible Captcha PRO #25478
Hi Luca,
Thank you for the details.It seems to me that the recaptcha plugin might not be loading the necessary javascript on all pages and that is the reason. I or my team will be looking at the recaptcha plugin in the day today(IST) and will be providing better suggestion on how to get these two working together.
Regards
Brajesh - Brajesh Singh on September 24, 2019 at 7:53 pm in reply to: Integration with Advanced noCaptcha & invisible Captcha PRO #25472
Hi Luca,
Welcome to BuddyDev forums.I checked and I can see that the captcha shows on single post but not on other pages(including single page).
Are you using their free or pro version(from title, I am assuming pro)? I haven’t used the plugin but I am guessing it might be their settings. Since captcha appears on single post page, settings seems the most likely thing causing it.
Do you have options to enable captcha on some pages and hide on others? If yes, Please check.
If you get a reply from them, Please let me know and I will assist further with it. Otherwise, if you do not receive a reply from them in 24 hours, Please share with me admin credentials to check the settings. I can quickly check that and see if it is setting.
If not settings, then I can check for code.Regards
Brajesh - Brajesh Singh on September 24, 2019 at 3:59 pm in reply to: BuddyPress Deactivate Account – Deactivate set by default on registration #25468
Hi Johan,
Thank you for the details.1. I am not be able to offer support for those two plugin due to time constraints here.
2. Sure, I will add a filter today to disable the message and update you.
Regards
Brajesh - Brajesh Singh on September 24, 2019 at 3:44 pm in reply to: [Resolved] BuddyPress Member Types Pro – Compatibility BP Profile Search #25466
You are welcome 🙂
- Brajesh Singh on September 24, 2019 at 3:35 pm in reply to: [Resolved] BuddyPress Member Types Pro – Compatibility BP Profile Search #25464
Hi Johan,
Thank you.
Yes, bp-custom.php is the right place to add it.
You can just append to the above list for more member types.
Regards
Brajesh - Brajesh Singh on September 24, 2019 at 3:33 pm in reply to: [Resolved] Gallery type select not available in drop down #25463
Hi Carsten,
Please visit Dashboard->MediaPress->SettingsPlease make sure that 1 or more type is selected under the “General” and the “Members” tab.
Regards
Brajesh