xenforo 2 Logo on emails (Really simple way)

guclusat

Tanınmış Üye
Süper Moderatör
xenforo 2 E-postalarda logo
o 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)
Kod:
<a href="{{ link('canonical:index') }}">{$xf.options.boardTitle}</a>
Replace with:
Kod:
<a href="{{ link('canonical:index') }}">
<img src="HTTPS://FULL-URL-TO-YOUR-LOGO-FILE" width="354px" alt="{$xf.options.boardTitle}">
</a>
Change the width to which suits your logo, but recommended to be under 600px wide so it works nicely on all devices.
 
Geri
Yukarı