Same Plugin don't work , also Emojii .
-
Hi guys.
I installed nodebb version 0.6.1
But many plugin don't work.
These plugin worked with 0.6.0 and i don't know where is the problem.
PLUGIN :
nodebb-plugin-colorAnd emojii don't work.
PLUGIN :
nodebb-plugin-emoji-skype
nodebb-plugin-emoji-extended-openshift
nodebb-plugin-emoji-extended -
Did you install plugins using
npm install
or via ACP?
If vianpm install
you should ensure you've got the0.6.1
-compatible versions.
You can find out which versions to use via the package manager like:
https://packages.nodebb.org/api/v1/suggest?package=nodebb-plugin-emoji-extended&version=0.6.1To install a specific version via
npm install
append@VERSION
to the package-name -
@frissdiegurke said:
Did you install plugins using
npm install
or via ACP?
If vianpm install
you should ensure you've got the0.6.1
-compatible versions.
You can find out which versions to use via the package manager like:
https://packages.nodebb.org/api/v1/suggest?package=nodebb-plugin-emoji-extended&version=0.6.1To install a specific version via
npm install
append@VERSION
to the package-nameVia ACP.
Problem of Emoji.
http://i.gyazo.com/18e592942f2c80d64c38ab888f14ac46.png -
Hello for NodeBB plugin color use my forked version https://github.com/esiao/nodebb-plugin-colors
The version on NPM is not up to date and Toolito is not upgrading the plugin anymore, he however updates the plugin on Github with my fork when I do Pull Request. The official repo : https://github.com/Toolito/nodebb-plugin-colors -
@esiao said:
Hello for NodeBB plugin color use my forked version https://github.com/esiao/nodebb-plugin-colors
The version on NPM is not up to date and Toolito is not upgrading the plugin anymore, he however updates the plugin on Github with my fork when I do Pull Request. The official repo : https://github.com/Toolito/nodebb-plugin-colorsNothing.
Don't work. -
Problem of Emoji.
http://i.gyazo.com/18e592942f2c80d64c38ab888f14ac46.pngPlease check the url attribute within your config.json (within NodeBB root).
See https://community.nodebb.org/topic/3392/config-json-updated-base_url-and-relative_path-no-longer-exist/10 for more details on this.