You are here

README.txt in AJAX Comments 5

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
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/

File

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