Replies
- Brajesh Singh on September 25, 2019 at 9:03 pm in reply to: [Resolved] BuddyPress Branded Login – Design and security #25499
Thank you.
- Brajesh Singh on September 25, 2019 at 9:03 pm in reply to: [Resolved] Changing the template for Ajax Registration #25498
Hi Luca,
I am glad you found the solution.Regards
Brajesh - Brajesh Singh on September 25, 2019 at 9:03 pm in reply to: Integration with Advanced noCaptcha & invisible Captcha PRO #25497
Hi Luca,
Thank you for testing it.The second part needs to be resolved either on the Recaptcha plugins part or we will need to know from them how to refresh it on ajax lodaded form.
Can you please ask the plugin developer how to refresh captcha when a form is reloaded via ajax and let me know?
Thank you
Brajesh - Brajesh Singh on September 25, 2019 at 4:04 pm in reply to: [Resolved] BuddyPress Branded Login – Design and security #25490
Hi Johan,
BP Branded Login needs you to create your own template.If your theme supplies login/password reset templates, I will suggest avoid using BP Branded login. It is not created for generic use case. It was developed when themes were very basic(7-8 years ago) and were not offering the templated login page etc.
Most of security plugin wont recognize the templated login page(It is a page and not a url rewrite), So I do not expect them to work with it.
My suggestion, if you can do without it, avoid it. It is not a generic solution.
Regards
Brajesh - Brajesh Singh on September 25, 2019 at 3:56 pm in reply to: [Resolved] Gallery type select not available in drop down #25488
No issues. I am glad it is resolved.
Regards
Brajesh - Brajesh Singh on September 25, 2019 at 3:55 pm in reply to: Filter for specific members type in the members loop #25487
Hi,
I am sorry but what is the custom loop. Unless you modify something how will you be able to create a custom loop.If you want to filter for member type and do not want to use our shortcode, you will need to write a loop.
I need to know the code for that loop.
Regards
Brajesh - 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