emoji did not display the pictures
-
nginx running fine with nodebb now, however i can still see:
domain-com:4567/plugins/nodebb-plugin-emoji-extended/images/grinning.png" />
this is my config:
{
"base_url": "http://xxxxxxxxxxxx",
"port": "4567",
"use_port": true,
"secret": "xxxxxxxxxxxxxxxx",
"bind_address": "127.0.0.1",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "",
"database": "0"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"relative_path": ""
}what i do wrong?
-
-
that helped,
however i can still see:
" alt="stuck_out_tongue_winking_eye" src="http://xxxxxx/plugins/nodebb-plugin-emoji-extended/images/stuck_out_tongue_winking_eye.png" />
which is not normal to show me the link,
i can see the image and the link, pretty bad :(, i-am sorry to disturb with all of this questions, this forum is new to me and i love it
-
so it's sth. like
" alt="stuck_out_tongue_winking_eye" src="http://xxxxxx/plugins/nodebb-plugin-emoji-extended/images/stuck_out_tongue_winking_eye.png" />
? -
If this is the case you have to disable either nodebb-plugin-emoji or nodebb-plugin-emoji-extended since the second one is my fork of the first one and it's an replacement not an addition
-
@frissdiegurke
which one should i keep? -
nodebb-plugin-emoji-extended adds these features:
- Mapping of texts like
:)
,;)
, etc. - Autocomplete for Textarea of emoticons (not for mapped ones)
- Advanced configuration
- Zoom of smileys
- ...
so I surely recommend to keep this one
- Mapping of texts like
-
@frissdiegurke Alright buddy, I'm having a few issues with extended on my forum, any reason why it wouldn't add the "emojicon" class to the smiley? They're all displaying in full size, rather than emoji size.
-
interesting... I'm using chromium all the time and didn't come across this yet. any website?
-
For all the people browsing this topic because they have the same issue as @a_5mith has: it seems to be a HTML sanitizer plugin that does some attribute-clearing work here
-
@frissdiegurke More specifically this plugin, will let the plugin developer know.