Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email notifications: very big images #3717

Closed
NicolasSiver opened this issue Oct 7, 2015 · 12 comments
Closed

Email notifications: very big images #3717

NicolasSiver opened this issue Oct 7, 2015 · 12 comments

Comments

@NicolasSiver
Copy link

Email notifications with images (emoticons) are very big. Style for emoticons should be applied in email notifications.

@barisusakli
Copy link
Member

@NicolasSiver
Copy link
Author

screen shot 2015-10-08 at 4 32 04 pm

@barisusakli
Copy link
Member

0.4.14 is latest but will only work with nodebb master.

@NicolasSiver
Copy link
Author

Latest is 0.4.15 - https://www.npmjs.com/package/nodebb-plugin-emoji-extended

Is it by design, that current NodeBB 0.8.2 doesn't provide update higher than 0.4.13?

@barisusakli
Copy link
Member

Yes 0.8.2 is compatible with 0.4.13 thats why it doesn't show anything higher in acp.

@NicolasSiver
Copy link
Author

What version do you use on your community forum?
I have received it 1 day ago:

screen shot 2015-10-08 at 4 37 50 pm

same problem ;)

@barisusakli
Copy link
Member

It's on 0.4.14 so prolly needs updating to .15

@NicolasSiver
Copy link
Author

I don't think so.

This change is around from very previous versions:

https://github.com/frissdiegurke/nodebb-plugin-emoji-extended/commit/35991320b5c6d60be5241a41237f861bfb385a10

@barisusakli
Copy link
Member

Its the hook that changed filter:email.modify action:email.send and filter:email.send

@NicolasSiver
Copy link
Author

So plugin is broken, I assume, plugin author introduced to high compatibility limit:

https://github.com/frissdiegurke/nodebb-plugin-emoji-extended/blob/master/package.json#L22 :)

@ghost
Copy link

ghost commented Oct 10, 2015

I actually cannot see why NodeBB shows you 0.4.13 as latest. according to manual check (https://packages.nodebb.org/api/v1/suggest?package=nodebb-plugin-emoji-extended&version=0.8.2) the NBBPM does provide the correct suggested version.
And semver.satisfies("0.8.2", ">=0.7.2 <0.10.0") === true as expected.

@ghost
Copy link

ghost commented Oct 10, 2015

I have to admit that 0.4.13 is actually best fit for NodeBB >=0.8.2 <0.9.0 but since the proper email-support was just introduced within NodeBB 0.8.2 I didn't feel like it could be necessary to limit the version-range for NodeBB 0.8.2 to end with 0.4.13 while <=0.8.1 would more benefit from later versions.
I'm sorry for that.

The actual reason for not being shown properly may be the emailer filtering styles rather than the plugin not delivering (since 0.4.14 already contained 0.9.x compatibility). At least within mandrill you have to explicitly enable inline-styles otherwise it just strips styles out. I'm sure the other emailers have similar options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants