Resource icon

XenForo 2.0 Logo on emails (Really simple way)

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,802
Points
823

Reputation:

LQD submitted a new resource:

Logo on emails (Really simple way) - Just a really easy way to add a logo to outgoing emails.

To place your logo in the emails please follow the details below;

  • Login to Admin
  • Go to Appearance > Templates
  • Choose your style
  • Click Email
  • Click MAIL_CONTAINER
Find the following lines: (should be on line 19)
Code:
<a href="{{ link('canonical:index') }}">{$xf.options.boardTitle}</a>
Replace with:
Code:
<a href="{{ link('canonical:index') }}">
<img src="HTTPS://FULL-URL-TO-YOUR-LOGO-FILE" width="354px" alt="{$xf.options.boardTitle}">...

Read more about this resource...
 
Top