SORRY, NO MEMBERS WERE FOUND.

Home Forums Legacy Support Support queries Other issues SORRY, NO MEMBERS WERE FOUND.

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #208751
    Dylan1Chinnasamy
    Spectator
    I cannot use buddypress default friends options its not showing friends in website. Can you please help me with this and mail alignment form buddypress is not in proper format
    #208905
    Mk
    Moderator
    Please enable friend connection. Go to wp-admin -> Settings -> Buddypress Refer : http://prntscr.com/nnyxtx
    Can you please help me with this and mail alignment form buddypress is not in proper format
    Please send screen shots and share what you want to change.
    #208977
    Dylan1Chinnasamy
    Spectator
    Hello its already enabled but still i am getting the same output See Screenshot : https://prnt.sc/no8qdt  Password reset mail its not in correct formet and i have used this code in function.php See Screenshot : https://prnt.sc/no8qu6 Because using post smtp due to mail spam issue it sents mail as non html formet so i have added this code to prevent that but now mail format issue is formed function set_content_type( $content_type ) { return 'text/html'; } add_filter( 'wp_mail_content_type', 'set_content_type' );     Please help me to solve this.
    #209093
    Mk
    Moderator
    1. Unable to check this issue. please share site url and admin creds in private reply
    2 .Remove above code and add this one add_filter( 'bp_email_use_wp_mail', '__return_true' ); also remember from mail being spam there are various reasons. even our mail goes to spam too.
    #209197
    Dylan1Chinnasamy
    Spectator
    This reply has been marked as private.
    #209251
    Mk
    Moderator
    If you want to add friends for new registration you can use any third party plugin available on wordpress.org. Here is the one I found : https://wordpress.org/plugins/bp-automatic-friends/ You can use this one or any other like this one.
    #209252
    Mk
    Moderator
    This reply has been marked as private.
    #209291
    Dylan1Chinnasamy
    Spectator
    What about Mail spam problem if we use post smtp its not sending mail in html content for that only i have used <strong style="box-sizing: border-box; color: #4b4d4d; font-family: Lato; font-size: 14px;">add_filter( 'bp_email_use_wp_mail', '__return_true' ); This code but its not in alignment https://prnt.sc/no8qu6 Please help me to complete  this too
    #209422
    Mk
    Moderator
    I have changed some code please check and reply. If not solved please share changes that you like to be in template.
    #209521
    Dylan1Chinnasamy
    Spectator
    This reply has been marked as private.
    #209621
    Mk
    Moderator
    I have changed some code again. please check one more time. It should work. If its not working we there should be some other issue in backend, we will need to check that. so please reply fast. Waiting for your response. Thanks.
    #209648
    Dylan1Chinnasamy
    Spectator
    This reply has been marked as private.
    #209704
    Anshuman Sahu
    Keymaster
    Im sorry could you please share the url where this is apeparing : https://ibb.co/XVr4x44 For email going to spam .  

    Please try adding the given code in your wp-admin > plugins > editor >  wplms-customizer.php file at the end before "?>" in wplms customizer plugin :

    add_filter('wp_mail_from', 'new_mail_fromqw');

    add_filter('wp_mail_from_name', 'new_mail_from_nameqw');

    function new_mail_fromqw($old) {

    return '[email protected]';

    }

    function new_mail_from_nameqw($old) {

    return 'site name';

    }

      change the email and site name accordingly .   Also the mail going to spam due to many factors ; email content , sometimes its mail client itself flagged email from site to spam . refer : https://buddypress.org/support/topic/activation-email-goes-to-users-spam-folder/
    #209714
    Dylan1Chinnasamy
    Spectator
    This reply has been marked as private.
    #209882
    Mk
    Moderator
    Sure, please check and reply.
Viewing 15 posts - 1 through 15 (of 22 total)
  • The topic ‘SORRY, NO MEMBERS WERE FOUND.’ is closed to new replies.