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

Disabling Related Replies

To toggle this feature off add the class “no-replies” to the comment list container in your HTML.

This:


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

Becomes:


   <ol id="comments" class="commentlist no-replies">

What it Does

The related replies list shows up in the comment controls whenever a user hovers over a comment. The list contains links to any comments that are in response to the current item.

Last edited by jimjeffers, Sat Jan 10 00:45:16 -0800 2009
Home | Edit | New
Versions: