ajax_comments.admin.inc |
ajax_comments.admin.inc |
|
AJAX comments settings form. |
ajax_comments.css |
ajax_comments.css |
|
#comment-form-content, #comment-form-content form {
position:relative;
zoom:1;
}
#comment-form #ajax-comments-preview.progress-disabled, #comment-form #ajax-comments-submit.progress-disabled {
float:none;
}
#comment-form … |
ajax_comments.info |
ajax_comments.info |
|
name = AJAX Comments
description = "AJAXifies comments on site."
core = 6.x
dependencies[] = comment
dependencies[] = comment_bonus_api |
ajax_comments.install |
ajax_comments.install |
|
Install, update, and uninstall functions for the ajax_comments module. |
ajax_comments.module |
ajax_comments.module |
|
Implements AJAX handling for Drupal comment forms. |
ajax_comments.pages.inc |
ajax_comments.pages.inc |
|
AJAX comments form handling and callbacks. |
README.txt |
README.txt |
|
Ajax Comments - http://drupal.org/project/ajax_comments
INSTALLATION
============
See Drupal module installation guidelines:
http://drupal.org/getting-started/install-contrib/modules
Prerequisite: This module requires comment_bonus_api. You must… |