xenforo 2 E-postalarda logo
o place your logo in the emails please follow the details below;
Replace with:
Change the width to which suits your logo, but recommended to be under 600px wide so it works nicely on all devices.
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
Kod:
<a href="{{ link('canonical:index') }}">{$xf.options.boardTitle}</a>
Kod:
<a href="{{ link('canonical:index') }}">
<img src="HTTPS://FULL-URL-TO-YOUR-LOGO-FILE" width="354px" alt="{$xf.options.boardTitle}">
</a>