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
- 24,715
- 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.
Read more about this 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;
Find the following lines: (should be on line 19)
- Login to Admin
- Go to Appearance > Templates
- Choose your style
- Click Email
- Click MAIL_CONTAINER
Replace with:Code:<a href="{{ link('canonical:index') }}">{$xf.options.boardTitle}</a>
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...