INSTALLATION
1. Unpack module to your sites/all/modules directory
2. Enable "AJAX comments" module at Administer -> Site building -> Modules (admin/build/modules)
TROUBLESHOOTING
1. If you made all of those installation steps and comments are still not AJAXed, make sure that
"Location of comment submission form" option in comment settings of your module is set to
"Display below post or comments".
2. If you have themed your comments output, make sure that everything is wrapped to ".comment" class
in your "comment.tpl.php". Your comment form box should include ".box" class and "Post new comment"
should be any of h2-h4 tags.
3. Drupal 5 version of AJAX comments MODULE WILL NOT WORK WITH CAPTCHA setting other than
"Don't place captcha if passed previously"
4. IMPORTANT. If you have "Comment Notify" module installed, please, also install
http://drupal.org/project/queue_mail to prevent server errors during comment submitting.
5. Module may conflict with Devel. It causing in lags when comment is submitting.
TIPS & TRICKS
1. To change loader progress bar look and feel, just override ".progress .bar" classes in your
theme, for example:
.progress .bar{
background:transparent url(../images/my-ajax-loader.gif) no-repeat 0 50%;
}
----
Created by Alexandr Shvets, aka neochief
http://drupaldance.com/
View source
- INSTALLATION
-
- 1. Unpack module to your sites/all/modules directory
- 2. Enable "AJAX comments" module at Administer -> Site building -> Modules (admin/build/modules)
-
- TROUBLESHOOTING
-
- 1. If you made all of those installation steps and comments are still not AJAXed, make sure that
- "Location of comment submission form" option in comment settings of your module is set to
- "Display below post or comments".
-
- 2. If you have themed your comments output, make sure that everything is wrapped to ".comment" class
- in your "comment.tpl.php". Your comment form box should include ".box" class and "Post new comment"
- should be any of h2-h4 tags.
-
- 3. Drupal 5 version of AJAX comments MODULE WILL NOT WORK WITH CAPTCHA setting other than
- "Don't place captcha if passed previously"
-
- 4. IMPORTANT. If you have "Comment Notify" module installed, please, also install
- http://drupal.org/project/queue_mail to prevent server errors during comment submitting.
-
- 5. Module may conflict with Devel. It causing in lags when comment is submitting.
-
- TIPS & TRICKS
-
- 1. To change loader progress bar look and feel, just override ".progress .bar" classes in your
- theme, for example:
-
- .progress .bar{
- background:transparent url(../images/my-ajax-loader.gif) no-repeat 0 50%;
- }
-
-
-
- ----
- Created by Alexandr Shvets, aka neochief
- http://drupaldance.com/