Jump to content
Posted
  • Administrators

I'm baffled this isn't an easy option for XenForo. You can edit the email logo in the style property settings, but this only applies to Activity Summary Emails.

 

If you want your logo to appear in emails received for direct messages, you have no other setting that makes this possible.

 

Fortunately, we can edit templates.

 

 

Go to Templates => MAIL_CONTAINER

 

[ATTACH type=full" size="1101x831]93[/ATTACH]

 

 

Find the following lines: (should be on line 19)

<a href="{{ link('canonical:index') }}">{$xf.options.boardTitle}</a>

 

Replace with:

<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. Simple but effective.

Featured Replies

No posts to show

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...