Hi all, there was a regression that I accidentally introduced into the package manager, which I have resolved now.
Apologies for the blanked list!
@esiao said:
@frissdiegurke
Not related to this new version since I have the problem since the 2.x.x one but the Emoticons are not displaying (broken image) and in my console there's this errorGET http://localhost/plugins/nodebb-plugin-emoji-extended/images/frowning.png net::ERR_CONNECTION_REFUSED
I don't know if it's a misconfiguration of wamp by my side or an issue with the plugin.
what does base_url
within your config.json contain? I guess it's like "base_url": "http://localhost"
. If so please put your public domain-name there
@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
:D
to xD
now) implemented.:...:
when used).:
if no shorten got used).0.3.1-2
@julian / @psychobunny I suggest an update for this board
@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
Updated to 0.3.1-2, that modal with so many emojis (drunk)
@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 using jQuery.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
@Schamper Yup, that's why I close the issue report on github
@frissdiegurke it's fixed. Works like a charm. Thank you
@frissdiegurke said:
@Developers (interesting that it got autocompleted )
Too bad it doesn't work
Updated the plugin here, btw.
@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".
Can anyone help me?
I have the latest version of nodebb, but if a select an emotion from the list it inputs it like:
:bowtie: " />
instead of
:bowtie:
How do i remove the " />
Thanks in advance