-
Author
-
March 26, 2014 at 23:12 #13560
radioli
ParticipantHi,
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,
GalMarch 26, 2014 at 23:13 #13562radioli
Participanttypo above- “however the text email it generated” should be “test email”.
March 29, 2014 at 14:48 #13776Abe
KeymasterHi, 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-emailsDoing 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.March 30, 2014 at 01:04 #13851radioli
ParticipantThanks, 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…
ThanksApril 1, 2014 at 19:58 #14048Abe
KeymasterYou 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. -
AuthorPosts
The topic ‘Html email and subject line’ is closed to new replies.