[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?
-
further actions on the deleted and downvoted posts 路 Issue #2 路 julianlam/nodebb-plugin-dwnvtr
when 3 points on the corner is clicked to purge the post... if the post is downvoted and transparent the options are not clickable... To click the purge option, I have to shrink the window size of the browser so that the options will app...
GitHub (github.com)
-
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...
deletion of a post doesn't cause further fading 路 Issue #3 路 julianlam/nodebb-plugin-dwnvtr
If a post is downvoted, deletion of the post doesn't cause fading as normal posts... If several subsequent posts are downvoted as -1, -2, -3... deletion is not obvious with changing fade... I think downvoting fading overrides the deletio...
GitHub (github.com)
-
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
warning/error in the logs 路 Issue #4 路 julianlam/nodebb-plugin-dwnvtr
Hi @julianlam , we have this warning/error on the log for NodeBB 1.18.6... FYI 2021-12-29T19:57:52.020Z [4567/22538] - 锟絒31merror锟絒39m: Error: Cannot find module '/home/fsuzer/nodebb/node_modules/nodebb-plugin-dwnvtr/index.js'. Please ve...
GitHub (github.com)
-
@crazycells Thanks for the reminder, it's an easy fix, just haven't had time to do it yet.