Is it possible to remove down-voting in the OP?

Is it possible to disable the “downvoting” feature for the original post in a thread, while retaining the “upvoting” feature?

I aim to prevent “downvote brigading” or “downvote trolling”.

However, I would still like to keep both “downvoting” and “upvoting” options for the replies to the initial post.

My CSS is rather threadbare, but would something like this do the trick?

article#post_1 .post-voting-button-downvote {
    
    display: none;
}
4 Likes

Thank you for the reply.
However, the issue is that a user with knowledge of HTML and CSS could use the browser’s Inspector tool to manipulate the CSS properties and make the button visible again, couldn’t they?

It seems there isn’t a way to fix this with code snippets. It would be beneficial if the plugin author could add more customizability to this plugin.

“Downvote brigading” or “downvote trolling” are common occurrences in posts where voting is enabled, so we must have a way to disable the downvoting functionality.

It would be able to be unhidden using the browser inspector, though I think you could easily uncover who was doing that and moderate them accordingly.

There is an open ux topic on removing the ability to upvote and downvote the OP. This would mean using Likes/Reactions as the positive ‘upvote’:

But if you don’t feel that covers your use case you can create a new ux topic and suggest it there. :+1:

Though couldn’t the downvote trolling also occur on posts as well as the OP?

1 Like

Thank you for the reply.

I will think about opening a topic in ux .

Yeah the downvote trolling can happen for replies as well. However, I believe the OP is the most vulnerable person, and imagine asking for help on something and everyone is attacking you with downvotes.

Edit: Moved the thread to ux