#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
Email Template Logo...
 
Share:
Share
Tweet
Share
Notifications
Clear all

Email Template Logo and images are not showing

    Last Post
RSS

kool
Posts: 1
 kool
Topic starter
August 20, 2019 3:34 pm
(@kool)
New Member
Joined: 3 years ago
 
 
Hello,
 
My Email setting is not working see: Forum Settings = Email
 
1. The welcome email is showing error code in the new member email box
2. Logo is not showing email
3. I want to edit all email template ... correction now working
 
See attachment 
 
and see 
 
<img class="alignnone size-full wp-image-3062" src="https://ipadewa.com/wp-content/uploads/2019/08/logo-newa.png" alt="" width="340" height="80" />

&nbsp;

Dear [user_login],

Congratulations!

You have successfully joined ipadewa.com.

ipadewa.com is a forum and a platform where people all over the world share
their views and reviews on products and services across all industries.

Here is your Username: [user_login]

To set your password, click the link below. Or copy it on as address bar of a
browser

[set_password_url]

Thanks

Support Team
ipadewa.com

Topic Tags
wp_kses email html email content
1 Reply
Sofy
Posts: 4057
Sofy - Facebook Sofy - Twitter
 Sofy
Admin
August 23, 2019 1:47 pm
(@sofy)
Support Team
Joined: 4 years ago

Hi @kool,

Sorry for the late response. 

Some HTML tags are not allowed in the email content. You should add the following code in the active theme's functions.php file to allow the images to be included in the content: 

add_filter('wpforo_kses_allowed_html_email', 'custom_wpforo_kses_allowed_html_email');
function custom_wpforo_kses_allowed_html_email($allowed_html){
if( !wpfkey($allowed_html, 'span') ) $allowed_html['span'] = array();
if( !wpfkey($allowed_html['span'], 'style') ) $allowed_html['span']['style'] = array();
if( !wpfkey($allowed_html, 'img') ) $allowed_html['img'] = array();
if( !wpfkey($allowed_html['img'], 'src') ) $allowed_html['img']['src'] = array();
if( !wpfkey($allowed_html['img'], 'width') ) $allowed_html['img']['width'] = array();
if( !wpfkey($allowed_html['img'], 'height') ) $allowed_html['img']['height'] = array();
return $allowed_html;
}

In case you want to say thank you !)
We'd really appreciate and be thankful if you leave a good review on plugin page. This is the best way to say thank you to this project and support team.

Reply
  All forum topics
  Previous Topic
Next Topic  
Related Topics
  • How to remove content from email notification
    1 month ago
  • Email Notification Message body
    4 months ago
  • Add a clickable link in Mail
    11 months ago
  • Disable Login Details email
    1 year ago
  • Customizing Email Content
    1 year ago
Topic Tags:  wp_kses (4), email html (6), email content (11),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • Why doesn't Google index pages?

    By Onurkansan, 5 hours ago

  • Attachments not showing on forums posts after migration

    By Formicid, 2 days ago

  • New Feature About Plugin Customization and Integration

    By z14165899, 3 days ago

  • WordPress Email sending function wp_mail() doesn't work!

    By feassistant, 3 days ago

  • Import users from IPBoard

    By jesusdlg, 4 days ago

  • Intruder signing in to wpforo without approval

    By plaurits, 4 days ago

Topic Tags

  • css52
  • translation50
  • plugin conflict48
  • seo47
  • new features45
  • buddypress43
  • avatar41
  • moderation40
  • ultimate member40
  • login40
  • forum40
  • registration37
  • threaded layout35
  • cache34
  • spam33
  • editor33
  • menu33
  • shortcode32
  • forum accesses30
  • widget29
View all tags (2195)

Recent Posts

  • RE:

    By Anonymous, 53 years ago

  • RE: Why doesn't Google index pages?

    I did not use any caching plugin. I canceled the cache ...

    By Onurkansan, 3 hours ago

  • RE: Member Reputation with Likes?

    @mpanichi, in wpForo 2.0 you can set Points for One T...

    By Chris, 1 day ago

  • RE: Hide user roles from Members list

    Hi @mpanichi Edit the needed usergroup and disable/un...

    By Chris, 1 day ago

  • RE: Description for each topic?

    @chris That's really too bad. I was ready to send you ...

    By Christine, 2 days ago

  • RE: There are versions of wpforo functions that return string?

    Amazing 👍

    By Marco Panichi, 2 days ago

  • RE: About Plugin Customization and Integration

    Hi @z14165899, Please send your request to sales[at]g...

    By Chris, 2 days ago

Share:
Share
Tweet
Share
  Forum Statistics
21 Forums
9,943 Topics
50.3 K Posts
11 Online
48.7 K Members

Latest Post: Why doesn't Google index pages? Our newest member: larrybaldessin Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation