Error with emoji
-
Are you have access via FTP or SSH? The file
config.json
can be found in this directory/var/www/yournodebb
-
nodebb-plugin-emoji does not work with latest engine version 3.x
-
@NikolaiPatrushev you're mistaken. nodebb-plugin-emoji@5 does work with NodeBB v3
-
@brazzerstop said in Error with emoji:
Are you have access via FTP or SSH? The file
config.json
can be found in this directory/var/www/yournodebb
When I SSH in to my VPS, those folders don't exist which is why I'm a bit confused. Usually I type cd and can find the folder but it doesn't exist.
I think Elest.io installations are set up differently so I've dropped them a ticket.
-
Ok so the error still exists as follows:
When I typed
:)
It shows as a broken image:
These are my emoji settings:
These are the plugins I have installed:
Rebuilt and restarted with no change.
This is what I'm shown when loading emojis on the forum. I also can't get an emoji to show when I type in the above smile for example.
-
Have you tried building emoji assets in the emoji settings? Try that then rebuild and restart.
-
@PitaJ said in Error with emoji:
Have you tried building emoji assets in the emoji settings? Try that then rebuild and restart.
I just copied the emoji image link address and it's showing the old URL, but the new URL is in config.json.
Where may it be getting this URL from? Thanks.
-
The first icon is your browser's icon that comes up when an image fails to load. The second one is your native emojis font used as a backup.
I'm not sure why your URL isn't showing up right, but that's definitely your problem. I think you should double check that everything is restarting correctly. Maybe even run
./nodebb stop ./nodebb start
-
click on build emoji in plugin settings and next try it:
./nodebb stop
./nodebb build
./nodebb restart
+
clear browser cache and if you use cloudflare need to clear cache on himif this not help, try remove emoji plugin, next use
./nodebb build
./nodebb restart
, after reinstall emoji plugin repeat./nodebb build