Is there a way to disable voting and remove past votes? | Community
Skip to main content

Is there a way to disable voting and remove past votes?

  • May 9, 2016
  • 2 replies
  • 0 views

We have disabled voting for our Knowledge Base, but now we want to remove all past votes.  Is this possible?

This topic has been closed for replies.

2 replies

  • May 9, 2016

Just remove the vote code from the article template 

 <span class="article-vote-question">{{t 'was_this_article_helpful'}}</span>
<div class="article-vote-controls">
{{vote 'up' class='article-vote-up' selected_class='article-voted' role='button'}}
{{vote 'down' class='article-vote-down' selected_class='article-voted' role='button'}}
</div>
<small class="article-vote-count">
{{vote 'label' class='article-vote-label'}}
</small>

  • May 9, 2016

The only way to really remove existing votes is to recreate the articles and delete the original.