Email Customizer [Deleted]

Status
Not open for further replies.
No, it wasn't. Logo option didn't exist in beta 1 and 2. It was added in beta 3 and default value has always been empty.
Okay, then it must have been my customization to the EMAIL_CONTAINER file. Ok, so you need to put a URL in if you want a logo to show up in your emails then. Got it. Thanks again for all the hard work! :)
 
Wait a sec, so are you saying we have to put a custom logo or else we won't see one? I your previous versions my default logo was showing up perfectly without me doing anything. Either way is fine, but I think it would be better if you only add a custom logo if you don't want your default logo to show.

With out inserting a path to logo? I have used all version and not encountered this. Custom or default logo either way is not shown in default email template. We are being provided with the option to show our logo via a correct path. I am very thankful myself that that is an option. "including a path".

Also default email style doesn't have logo. This add-on's main purpose is to change layout to match forum style, not add new stuff. Adding new stuff such as logos are options that admin should configure himself.
 
Just to clarify the only way to get "premium" is to register on yet another 3rd party site? I can not speak for others. However, I had to register for other ad dons / styles. Finding doing that is not appealing.
At the moment is there any difference?
 
I still get lots of members who reply to the email instead of the thread even with a notice not to. I am concerned this addon will increase the confusion more. Anyone have tips or ways to prevent this?

Also where is information on the paid version and link to it?
 
Just to clarify the only way to get "premium" is to register on yet another 3rd party site?
Yes. Its the same as any other commercial add-on or style.

At the moment is there any difference?
No. Both versions have same functionality.

I still get lots of members who reply to the email instead of the thread even with a notice not to. I am concerned this addon will increase the confusion more. Anyone have tips or ways to prevent this?
It only changes how email looks like, not content. You can optionally change HTML code, but overall structure of email and text remains the same.

There is a notice "Please do not reply to this email" in footer of topic reply notification. In default style its gray and is in small font. With this add-on you can customize font of that notice to make it more prominent.

To do that follow these steps:
1. Go to email customizer interface in admin panel, click "Edit" link to edit email style.
2. On left side of editor you'll see navigation. Click "Topic Reply Notification" to see list of options for topic reply notification email.
3. Click "Notice Below Footer", then "Block Style". That's the property you need to edit. Default value is
Code:
font-size: 11px; color: @mutedTextColor
To increase font size change value of font-size from 11px to 12px or 13px. To change color change @mutedTextColor to another color, for example @dimmedTextColor (slightly darker) or something else.

You can see list of colors in email customizer's editor. On left side navigate back to email customizer, click "Main Palette" to see main colors, "Misc Palette" to see other colors.

Also where is information on the paid version and link to it?
Currently its listed in latest update notice and notice that you'll see if you install trial version. I'll update this add-on's description to include that link as well.
 
Avatars are broken in my emails
There could be many things that cause that.

Are you testing it on live server or local test server? If you are testing it on server that isn't available from internet, web based mail clients like gmail won't be able to load images.

Or it could be that images are simply disabled in mail client.

Or it could be that path to avatars is incorrect. Though this is unlikely because script reads path from style properties of style you are importing it from. But it is worth checking anyway: open email customizer interface, click edit button, look at settings. Path to avatars value should be something like styles/default/xenforo/avatars/
 
Purchased. Nice addon @Arty (y)
I have two questions:

For colors, in ACP when you click to change colors, you can only write #number for color, click on little icon for manually choose from color palette is not working, and I do not know should be click on icon giving us palette to choose color, or is it just "no click" icon

a.webp


E-mails looking good, but only time when e-mails not pickup any style is when you send e-mail through ACP option Contact user => send e-mail. Any chance to cover this?

b.webp
 
E-mails looking good, but only time when e-mails not pickup any style is when you send e-mail through ACP option Contact user => send e-mail. Any chance to cover this?
Just came to ask this question too :)
admin.php?users/email
 
Color picker isn't working because XenForo's color picker isn't usable for email layout. It produces colors in rgb() format, which some email clients fail to read. So current interface a simple text editor. I'll change that later.

Email to users: that function doesn't wrap emails into standard XenForo email wrapper, so there is nothing for add-on to parse.
 
Status
Not open for further replies.
Back
Top Bottom