Want to build your own 24/7 FAQ knowledge base?
LibraryH3lp subscriptions
include unlimited independent internal or public-facing
knowledge bases.
1344 views | Last updated on May 16, 2024 FAQ
To remove voting from the FAQ, you'll need to edit your question-metadata.html template either via in-place editing or the Faqs tab of the admin site. Either comment out or remove the following lines:
<span rel="tooltip" title="{{ question.likes }} people found this useful">{{ question.likes }}</span>
{% if question.liked %}
<a href="/questions/{{ question.id }}/like" class="vote-up"><i class="icon-thumbs-up icon-large"></i></a>
{% else %}
<a href="/questions/{{ question.id }}/like" class="vote-up"><i class="icon-thumbs-up"></i></a>
{% endif %}
<span rel="tooltip" title="{{ question.dislikes }} people did not find this useful">{{ question.dislikes }}</span>
{% if question.disliked %}
<a href="/questions/{{ question.id }}/dislike" class="vote-down"><i class="icon-thumbs-down icon-large"></i></a> |
{% else %}
<a href="/questions/{{ question.id }}/dislike" class="vote-down"><i class="icon-thumbs-down"></i></a> |
{% endif %}
FAQ URL: