Two questions about post voting

HI,

1.Does voting on a topic post, not a reply, have any effect?

  1. Is it possible to only enable Toggle Post Voting in Create a new topic? (New Topic is disabled)

Hello :slight_smile:

There’s a discussion about this here:

This reply in particular should answer your question: Voting button appears on opening post - #6 by sam

You should first enable the New topics default to Post Voting topics in this category. in the category settings:

image

Then, you can use this CSS to hide the Remove Post Voting option:

.composer-actions li[data-value="togglePostVoting"] {
    display: none;
}
1 Like

Given how dramatically this changes the UX of a discourse topic, it does seem a little strange that the original poster has complete control over the toggle. I think it’d make way more sense if it could be top-down mandated more cleanly.

1 Like

I encourage you to open a new feature topic asking for this and explaining the reason for which it should behave as you describe. :slight_smile:
It has also been asked in other places, so having a single topic to gather opinions would be :+1:

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.