This topic has 13 replies, 2 voices, and was last updated 10 years by Orgiforest.
-
Author
-
February 7, 2015 at 14:13 #45069
Orgiforest
ParticipantHi Support 🙂
I have looking for this topic in your KB support but I have found nothing about that.
I mean.
I need to moderate new BuddyPress members and I have found this pluging in BuddyPress site.
Is there any way to do something similar in your theme? I see a ‘Manage Signups’ area inside users options.
If not, is it complatible with your theme?
Thanks a lot, again!!
February 7, 2015 at 14:55 #45070sharmstr
ModeratorThe manage signups area is put there by Buddypress, not by Kleo. Kleo doesn’t control any part of registration or user management.
I just installed BP Reg Options on a clients site. Its working well, but there is an issue with Buddypress 2.2 in that the custom message you create doesnt display after the user activates their account. Everything else seems to be working fine. I’ve notified the developer of the exact issue. Hopefully he’ll be fixing it soon:
https://wordpress.org/support/topic/activate-alert-message-not-being-injected-w-buddypress-22
https://github.com/WebDevStudios/BuddyPress-Registration-Options/issues/82Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 7, 2015 at 14:57 #45072sharmstr
ModeratorOh, and there is a styling issue with the message it puts in the member header when the they are still in limbo (awaiting approval). I haven’t tackled that yet because I believe Kleo 2.4 will have some major member header changes. Just waiting for it to be released.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 7, 2015 at 15:05 #45073Orgiforest
ParticipantHi Sharmstr 🙂
Thanks a lot you for your super quick response !!!
The last thing!
When the user recives the notification email about to activate the account, the account email from the site is wordpress@mydomain.com.
I don´t know where to take wordpress
The email account in your theme, Layout Settings tab, it’s another account. In WordPress Settings I have another account too.
I have no idea where is ‘wordpress’ name email account.
Can you help me please?
Thanks again!!
February 7, 2015 at 15:40 #45077sharmstr
ModeratorCheck Settings > General
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 7, 2015 at 15:41 #45078sharmstr
ModeratorWait its PMPro: Memberships > Email 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 7, 2015 at 19:01 #45101Orgiforest
ParticipantSorry but I don´t understand ‘PMPro’.
Is it a professional featured I have to pay?
Thanks.
February 7, 2015 at 19:12 #45104sharmstr
ModeratorNo. Do you have Paid Membership Pro installed? They put wordpress@domain.com for the email. I’m just trying to give you places to look.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 7, 2015 at 19:17 #45106Orgiforest
ParticipantAh! No, I haven´t PMPro 🙂 installed. My site is private but free, so I thought I did not need that feature.
So I understand I have to install the plugin to change the email account, righy?
February 7, 2015 at 19:20 #45107sharmstr
ModeratorNo. I was just saying thats one place to look.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 10, 2015 at 10:56 #45364Orgiforest
ParticipantHi Sharmstr 🙂
I’ve been searching but have not found anything.
Especially I don´t understand where to find if I haven´t installed PMPro plugin.
Thanks a lot!
February 10, 2015 at 12:39 #45380sharmstr
ModeratorSettings > General and in PMPro are the only places I know of. Maybe you have a different plugin causing it. Google it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 10, 2015 at 21:00 #45490Orgiforest
ParticipantOk I have found this:
1.- This interesting plugin Cumtom Emails Senders
2.1.- add this code to the functions.php file
1 add_filter(‘wp_mail_from’, ‘new_mail_from’);
2 add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);
3
4 function new_mail_from($old) {
5 return ‘dios@mipeasogueb.es’;
6 }
7 function new_mail_from_name($old) {
8 return ‘Mi peaso de gueb’;
9 }2.2.- modify the following fields pluggable.php the file ‘/ includes /’ folder of your installation:
line 354: $from_email = ‘wordpress@’ . $sitename;
line 976: $wp_email = ‘wordpress@’ . preg_replace(‘#^www\.#’, ”, strtolower($_SERVER[‘SERVER_NAME’]));
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.