Replies
- Brajesh Singh on May 16, 2019 at 4:21 pm in reply to: Anyway to avoid "Repeat password" and "Username and Name" double field? #23011
Hi,
1. Can you please tell me what is a proper way in your view? For the client, we used random 8 digit number prefixed with some site specific code to generate the username.Regards
Brajesh Hi Fabrice,
Thank you. We will add this option to the plugin in our next update. We will release the update next week.Thank you
BrajeshHi Tosin,
Thank you for the suggestion. I will be discussing it with our team and update you in next 2 days.Thank you
BrajeshHi Vivek,
Ravi has created a minor plugin for thishttps://github.com/buddydev/share-post-as-activity
Please give it a try and let me know if it works for you or not?
Regards
Brajesh- Brajesh Singh on May 16, 2019 at 3:38 pm in reply to: [Resolved] Redirect on first login – xprofile #23006
Hi Vivek,
Are you using any other plugin that provides activation redirect or login redirect(like our auto activate auto login plugin?)Regards
Brajesh Hi Barry,
You will need to use ‘meta_query’ for activity to search based on meta.Are you storing the category name in meta?(It seems you are storing name).
The correct way to do it will be to hook to bp_after_has_activity_parse_args and set meta_query if your conditions are matched.
I will be cleaning up your search form as you don’t need class/name for option and you can use a different field name for select to reliably detect if the search was for your category.
Regards
Brajesh- Brajesh Singh on May 15, 2019 at 10:57 am in reply to: Add drop-down select and make custom registration field required #22990
I will ask Ravi to assit you if you need code.
Regards
Brajesh - Brajesh Singh on May 15, 2019 at 10:57 am in reply to: Anyway to avoid "Repeat password" and "Username and Name" double field? #22989
Hi,
1. Auto generating username is feasible. Making it based on display name is a bad idea as there will be many people with similar names.2. Disabling editing of first name:- Yes, you can use our plugin BuddyPress Non Editable Profile field to mark a field as non editable and user can not change that.
I had done the auto generation of the username for one of our clients . I will find the snippet and share.
Regards
Brajesh Hi Fabrice,
Are you using any plugin for it?
Regards
Brajesh- Brajesh Singh on May 15, 2019 at 10:43 am in reply to: [Resolved] Resend email activation not working #22987
Hi Fabrice,
It seems you have a problem with mail delivery.I will suggest installing a mail logging plugin and test for the mails being sent. If they are sent, check with your host about the issue and they should help.
Regards
Brajesh