Thread Starter
viche
(@viche)
Problem number 2 solved. Emails was not translated
Thread Starter
viche
(@viche)
I tried to disable Youzify and only use the default registration page. Then I got the message that an admin has to approve. With Youzify I only get the message I should click a link in an email.
Plugin Support
Youzify
(@kainelabsteam)
Hi @viche,
Thank you for reaching us.
A possible workaround is you disable Buddypress e-mail activation sent to their email after they complete the registration. And then, let the Admin activate the account manually from the WordPress dashboard.
You can use this snippet:
https://gist.github.com/KaineLabs/c0dfe6d07c64c1ab0d34046e7853251a
Please add it to the file “bp-custom.php” in the path “wp-content/plugins”. If you didn’t find the file “bp-custom.php”, just create a new one.
Please let me know if you have any other questions.
Best Regards, KaineLabs Team.
Thread Starter
viche
(@viche)
Thanks!
How do I “disable Buddypress e-mail activation sent to their email after they complete the registration”?
Plugin Support
Youzify
(@kainelabsteam)
Hi @viche
You can copy a snippet from URL below:
https://gist.github.com/KaineLabs/c0dfe6d07c64c1ab0d34046e7853251a
Please add it to the file “bp-custom.php” in the path “wp-content/plugins”. If you didn’t find the file “bp-custom.php”, just create a new one.
Please let me know if you have any other questions.
Best Regards, KaineLabs Team.
Thread Starter
viche
(@viche)
Thanks! I thought I had to disable a checkbox and then add the code. 🙂
My misstake! Thanks again. it seems to work.
Thread Starter
viche
(@viche)
Are there a reason to add the code in “bp-custom.php” in the path “wp-content/plugins” instead of adding it in the (child) theme´s functions.php?
Plugin Support
Youzify
(@kainelabsteam)
Hi @viche
Some theme functions do not connect with BuddyPress, that’s why snippets for BuddyPress sometimes do not work if it is put on the theme funtions.php file. Also, it avoids making your website error if you change your theme.
Please let me know if you have any other questions.
Best Regards, KaineLabs Team.