This topic has 5 replies, 2 voices, and was last updated 11 years by radioli.

  • Author
  • #13560
     radioli
    Participant

    Hi,

    All the emails that get sent thru my website display as text only instead of rich html. I know that membership pro has a dedicated folder of email templates, though I’m not sure how buddypress handles them. I even installed the WP-Better-Emails plugin to help me design the main template, however the text email it generated still came as all text. Any thoughts on how to enable html email?
    Second question is how to change the subject line to exclude [site name].

    Thanks as always,
    Gal

    #13562
     radioli
    Participant

    typo above- “however the text email it generated” should be “test email”.

    #13776
     Abe
    Keymaster

    Hi, For PMPRO they have released an addon to change emails from admin area: http://wordpress.org/plugins/pmpro-email-templates-addon/

    The way emails are send is handled by WordPress and you will need a plugin to customize the way emails are sent.
    Subject differs from one email to another and WordPress adds that to it’s default emails. See this for example how to change for lost password: http://wordpress.stackexchange.com/questions/1251/customizing-the-subject-field-in-wordpress-notification-emails

    Doing an internet search will surely give you lots of resources to checkout

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #13851
     radioli
    Participant

    Thanks, I’ve got another issue. I saw some answers in the forum and implemented however I’m not seeing a difference.
    The avatar on the profile page appears blurry. In the code I have it set to 200×200. Based on feedback here I changed the following areas:

    members-loop.php:
    “><?php bp_member_avatar( ‘type=thumb&width=200&height=200&class=’ ); ?>

    members/single/home.php: (removed avatar from header for a different design of profile page)

    200, ‘height’ => 200, ‘html’ => 0) ); ?>” class=”avatar photo member_image” alt=””>
    bp-custom.php:
    if ( !defined( ‘BP_AVATAR_FULL_WIDTH’ ) )
    define( ‘BP_AVATAR_FULL_WIDTH’, 200 );

    if ( !defined( ‘BP_AVATAR_FULL_HEIGHT’ ) )
    define( ‘BP_AVATAR_FULL_HEIGHT’, 200 );

    Am I missing something? Still blurry…
    Thanks

    #14048
     Abe
    Keymaster

    You should try: bp_member_avatar( ‘type=full&width=200&height=200&class=’ )

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #14221
     radioli
    Participant

    Thank you very much for all your help!

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

The topic ‘Html email and subject line’ is closed to new replies.

Log in with your credentials

Forgot your details?