Downloads
Release notes
New features
- The number of comments belonging to a node can be displayed as link when node is viewed as teaser
- The number of comments belonging to a node can be displayed in a view
- Custom CSS styling can now be provided in a CSS file
Important
If you use custom CSS styling for the JS-Kit Comments widget then note that hook footer is no longer supported by this module (see documentation for more information).
Change log
by rehos: Updated texts referencing skins that will be deprecated when echo is released by JS-Kit
by rehos: Fixed improper use of path_to_theme(). Now using drupal_get_path() to retrieve the path to the active theme
#464410: Display the number of comments for nodes displayed in views by rehos: Added feature to display the number of comments for nodes displayed in views and fixed multilanguage issue with comment count
#519152: Use Drupal JavaScript Behaviors by Rob Loach, rehos: Added feature to display comment counts. And now using Drupal behaviors instead of hook_footer (see README.txt)
#493944: Rename the “path” attribute to “uniq” by rehos: Renamed path attribute to uniq for compliance with JS-Kit API
by rehos: Added the correct documentation link in README.txt
#519044: notice: Undefined variable: attribs in /var/www/drupal/6/sites/all/modules/jskit/jskitcomments.module on line 140. by Rob Loach: Fixed, now using drupal_attributes() to correctly initialize variables