[nodebb-plugin-emoji-extended] Emoji Extended
-
@frissdiegurke
Yes it's localhost but since I'm using it on localhost that's normal. I may need to create a vhost and change the config after. -
@esiao said:
@frissdiegurke
Yes it's localhost but since I'm using it on localhost that's normal. I may need to create a vhost and change the config after.localhost should work if you browse the board from the same machine (or virtual machine). In this case the emoji should get displayed correctly
-
@frissdiegurke
I agree but that's not what is happening.
The url taken is http://localhost/plugins/nodebb-plugin-emoji-extended/images/grinning.png
And if I try to open it it's a 404.
I think that's because of wamp. It may expect an adress like http://localhost/Github/NodeBB/node_modules/nodebb-plugin-emoji-extended/emoji/grinning.png because there's no plugins folder in my www.
So creating a vhost may fix this. I'll try and keep you updated. -
@frissdiegurke
And this is not working
GET http://gg.dev/plugins/nodebb-plugin-emoji-extended/images/frowning.png 404 (Not Found)
gg.dev is my vhost. -
0.3.1-1
- Some better mappings like
:D
to instead of (which gets mapped byxD
now) implemented. - Also copying a emoji now copies the original text (shortens instead of
:...:
when used). - The title-attribute also contains the shortens (or the name of the emoji without
:
if no shorten got used). - Fixed code-exclusion for code-tags containing attributes.
- Minor fixes.
0.3.1-2
- Added button to open dialog with emoji-overview to composer
@julian / @psychobunny I suggest an update for this board
- Some better mappings like
-
@frissdiegurke Yeah that's good news
-
@frissdiegurke, excellent updates I can't wait to put them into effect!
Now, if only there was a way to cap the number of emojis users put in their posts -
@frissdiegurke nice plugin but it has a bug which make the site crashed in internet Explorer 11
Below is the detail.
It make the site looks crap and crash the shoutbox plugin and many others. -
ah, seems like I shouldn't use the browser-functions to create promises I'll change to jQuery-Deferred later this day
-
@frissdiegurke yeah, waiting for the new one. I just test all around the site to figure out what made the site crashed
-
@Hưng-Thà nh-Nguyễn It should be solved now (
0.3.1-3
), please test it since I don't have any IE where I could test appropriate
But since I'm usingjQuery.Deferred()
now it shouldn't cause any more trouble with IE.@Developers (interesting that it got autocompleted :)) please update. Thanks!
Sorry for trouble
-
I was just about to complain about this is well
-
@frissdiegurke it's fixed. Works like a charm. Thank you
-
@frissdiegurke, you may want to examine this thread for a bug report with the plugin. This has been verified on a few forums, and only occurs in testing when your plugin is activated.
-
It's seem this plugin not compatible with newest update:
warn: [plugins/nodebb-plugin-emoji-extended] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. warn: [plugins/nodebb-plugin-emoji-extended] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-emoji-extended".
-
@chas where do you see the
:bowtie: " />
? Inside the textarea or the preview (and/or the final post)?Please ensure you've not enabled the
nodebb-plugin-emoji
since it's incompatible with this one.