/comment_highlight

A small Drupal 6 module to allow comments to be highlighted.

Primary LanguagePHP

Comment Highlight

A small Drupal 6 module to highlight issue summaries on Drupal.org.

Installation

  • Enable the module
  • Set a variable named 'comment_highlight_type_[node type]' for each of the node types you want to enable comment highlighting on
  • Grant the 'highlight comments' permissions to some roles
  • Modify your theme to use the 'comment-highlighted' class (example Bluecheese implementation in bluecheese.patch)