Skip to content

Disabling 'Quote' Buttons

jimjeffers edited this page Sep 13, 2010 · 6 revisions

To turn this feature off add the class “no-quote-control” to the comment list container in your HTML.

This:


   <ol id="comments" class="commentlist">

Becomes:


   <ol id="comments" class="commentlist no-quote-control">

What it Does

The quote button appears in a comment on mouse over. Clicking it populates the comment form with a directive link targeting that specific comment and a blockquote containing any paragraph content in the comment.