This topic has 13 replies, 2 voices, and was last updated 9 years by Orgiforest.

  • Author
  • #45069
     Orgiforest
    Participant

    Hi 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!!

    #45070
     sharmstr
    Moderator

    The 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/82

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #45072
     sharmstr
    Moderator

    Oh, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #45073
     Orgiforest
    Participant

    Hi 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!!

    #45077
     sharmstr
    Moderator

    Check Settings > General

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #45078
     sharmstr
    Moderator

    Wait 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #45101
     Orgiforest
    Participant

    Sorry but I don´t understand ‘PMPro’.

    Is it a professional featured I have to pay?

    Thanks.

    #45104
     sharmstr
    Moderator

    No. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #45106
     Orgiforest
    Participant

    Ah! 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?

    #45107
     sharmstr
    Moderator

    No. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #45108
     Orgiforest
    Participant

    Great!!

    #45364
     Orgiforest
    Participant

    Hi 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!

    #45380
     sharmstr
    Moderator

    Settings > 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #45490
     Orgiforest
    Participant

    Ok 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’]));

Viewing 14 posts - 1 through 14 (of 14 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?