Replies
- Brajesh Singh on November 25, 2020 at 9:28 pm in reply to: Member Types Pro not assigning member types automatically #34670
Hi,
Thank you for purchasing the plugin.It might be due to Youzer taking over the registration.
Please allow us to test the registration with Youzer tomorrow and get back to you.
Thank you
Brajesh - Brajesh Singh on November 25, 2020 at 8:22 pm in reply to: Member type sorting and auto friendship #34669This reply has been marked as private.
Hi Hugo,
Thank you for reporting it. I will test and get back to you in next 24 hours.Regards
Brajesh- Brajesh Singh on November 25, 2020 at 5:51 pm in reply to: Member type sorting and auto friendship #34666This reply has been marked as private.
Hi,
I will check it with Divi by tomorrow and get back to you.. BuddyBlog pro should not have such issue as you can turn of front end creation based on roles. The Pro will be available within next 7 days(We are working on the docs and hope to release it this week itself).Regards
BrajeshHi,
I will suggest looking at the browser console for any error.Is there a chance that you might be using any restrictions plugin? Please do not change template pack for the sake of a bug.
Regards
Brajesh- Brajesh Singh on November 24, 2020 at 4:47 pm in reply to: [Resolved] BuddyPress Group Tabs Creator Pro – Buddyboss compatability #34655
Thank you
Brajesh - Brajesh Singh on November 24, 2020 at 4:46 pm in reply to: Member type sorting and auto friendship #34654
Hi,
I am sorry for the delayed reply.Can you please tell me how your registration works? Are you using any plugin for this.
Here is how this plugin works:-
1. On buddyPress User activation, the Auto friends plugin works by checking the profile fields data.
If you want to force it to apply global lists on any kind of registration, you can put this in your bp-custom.phpadd_filter( 'bp_auto_friendship_pro_enable_on_user_register', '__return_true' );After this, all new user registrations will have the global lists added as friend.
2. The member type plugin is tied to BuddyPress registration, If you are using any different method, It won’t redirect on registration.
3. Is it possible to autofriend members that are already registered?
Do you mean applying a list to an existing user? We haven’t been able to do it but I have seen other similar requests and we can implement it in near future. I am thinking of two strategy(showing list as dropdown on users list and putting an apply button or creating a tools section). It will need some time though.
Regards
Brajesh Hi Corrado,
Thank you for the question.I am sorry but I ma not sure what is BuddyPress Links page? Can you please help me understand it(is it the BuddyPress members/groups page etc?).
Regards
Brajesh- Brajesh Singh on November 24, 2020 at 4:39 pm in reply to: [Resolved] Submit Button on Register Page #34652
Hi Mark,
to answer your earlier questions:-1. What does buddypress first call when a user navigates to mysite.com/register, or even if they go to a random page like mysite.com/register22. I feel like this is important for me to understand. What’s the first .php to run or file to run?BuddyPress checks that is it the registration page as set in BuddyPress settings. If it is, the theme compatibility kicks in and the content of that page(using the_content filter) is replaced with the actual BuddyPress registration template.
2. I tried copying the register.php into my child themes root folder, but the page only showed blank. I followed an old post and moved it to child-theme/buddypress/members and worked. What’s preventing me from directly putting it into my child-theme root folder?It should go to your-child-theme/buddypress/members directory if you wnat to override the default one.
For more details on handling, Please check plugins/buddypress/bp-members/screens/register.php
Regards
Brajesh