nodebb-shoutbox-plugin: how to add @mention completion and emoji completion in the plugin
Solved
Technical Support
-
-
Ok my lord
-
Hello @baris
Thanks again.
For information, it seems 9.2.5 version is not proposed by default when I use an npm upgrade command :
npm update nodebb-plugin-composer-default
I must use install command specifying the version number :
npm install [email protected]
Otherwise, I have just modified the placement of auto-complete on top rather than bottom.
I find it more elegant. Like this, it does not protrude from the shoutbox. Maybe include it in the github repo ?require(['composer/autocomplete'], function (autocomplete) { const data = { element: element, strategies: [], options: { style: { 'z-index': 20000, flex: 0, top: 'inherit', }, placement: 'top', }, };
--> Other things : do you think it's easy for me to integrate a hook for another plugin?
-
-
Hello @baris
We have upgrade nodebb 2.8.6 to 2.8.9 and it seems that functionnality is broken now.
Any suggestion for resolve that ?- nodebb 2.8.9
- nodebb-plugin-composer-default 9.2.5
- nodebb-plugin-shoutbox 1.0.8
thanks in advance my friend
Copyright © 2024 NodeBB | Contributors