public
Description: A comment traverser to help manage conversations on web pages.
Home | Edit | New

Disabling 'Reply' Buttons

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

This:


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

Becomes:


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

What it Does

The reply button appears in a comment on mouse over. Clicking it populates the comment form with a directive link targeting that specific comment.

Last edited by jimjeffers, Sat Jan 10 12:03:26 -0800 2009
Home | Edit | New
Versions: