[nodebb-plugin-dwnvtr] Downvoter Plugin
-
I know it's an old plugin but it still works good on 1.8.2 exapt one little bug..
If a post is downvoted admins are unable to do mod-actions on that post (delete, edit etc.) also the menu is transparent and the mouse does not turn into a hand if you mouseover in the menu.
This is how it looks like if a post is not downvoted.
-
@MJ said in [nodebb-plugin-dwnvtr] Downvoter Plugin:
I know it's an old plugin but it still works good on 1.8.2 exapt one little bug..
If a post is downvoted admins are unable to do mod-actions on that post (delete, edit etc.) also the menu is transparent and the mouse does not turn into a hand if you mouseover in the menu.
This is how it looks like if a post is not downvoted.
I would like to echo @MJ 's comment.
NodeBB version - 1.12.2 and it is not allowing any mod-action and menu is transparent. Any recommendation?
-
-
downvoting fading overrides deletion fading... I think it should be other way around... When subsequent posts with different minus votes are deleted, they all fade different from each other...
-
Hi @julian , we get the same error/warning in the log for 1.19.0 too:
2022-01-14T02:45:38.038Z [4567/168130] - [31merror[39m: Error: Cannot find module '/home/fsuzer/nodebb/node_modules/nodebb-plugin-dwnvtr/index.js'. Please verify that the package.json has a valid "main" entry at tryPackage (node:internal/modules/cjs/loader:353:19) at Function.Module._findPath (node:internal/modules/cjs/loader:566:18) at Function.Module._resolveFilename (node:internal/modules/cjs/loader:919:27) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) at Object.Plugins.requireLibrary (/home/fsuzer/nodebb/src/plugins/index.js:52:38) at registerHooks (/home/fsuzer/nodebb/src/plugins/load.js:160:13) at Plugins.loadPlugin (/home/fsuzer/nodebb/src/plugins/load.js:123:4) at Plugins.reload (/home/fsuzer/nodebb/src/plugins/index.js:112:3)
fyi
-
@crazycells Thanks for the reminder, it's an easy fix, just haven't had time to do it yet.