Precision : step to disable markdown-it-checkbox in code is now not necessary since the following change made by @julianlam in nodebb-plugin-markdown...
https://github.com/julianlam/nodebb-plugin-markdown/issues/108
Tired of trolls who thrive on downvotes? Punish them further (and empower your users) by making their posts more and more invisible with each downvote!
$ npm install nodebb-plugin-dwnvtr
@trevor said:
is this enabled on here? DOWNVOTE THIS!!!!
Ahahahah -- no, it is not enabled here... although if we get a few more interesting effects, who knows!
I'm thinking of a site-wide opacity fade on users with a cumulative negative reputation as well... (think)
Edit: Just for fun, I enabled it here. Bye bye Trevor's post!
Hahah this is hilarious and awesome.
Looks like Lavender Theme doesn't support this plugin.
Hm... Perhaps the theme was updated and refactored recently... I can take a look at it if I have some time
@jaybahn Yeah, doesn't seem to be working atm.
@julian Thanks, this is amazing, please support Lavender theme when you have time :)
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.