cYbercOsmOnauT / wysiwygsceditorphpbb

8 stars 11 forks source link

Problem with SVG-Emojis #23

Closed b-vetter closed 6 years ago

b-vetter commented 7 years ago

I use the following Emoji One Pack: https://github.com/sylvaindurand/emojione-phpbb

If I add an Emoji in the editor, the editor shows it in full size.: wysiwygsceditorphpbb_emoji

Nitair commented 7 years ago

Did you follow these instructions?

Extend to Emoji

Since version 3.2, phpBB automatically converts emojis to images, but from a different provider.

To change it, edit /vendor/s9e/text-formatter/src/Plugins/Emoji/Configurator.php and change the line:

return $template;

With:

return '<img alt="{.}" class="smilies" src="./images/smilies/emojione/' . '{@seq}.' . 'svg" />';