You are here

README.txt in Thickbox 5

Same filename and directory in other branches
  1. 6 README.txt
Non-displayable characters.

File

README.txt
View source
  1. Drupal thickbox module:
  2. ------------------------
  3. Author - Fredrik Jonsson fredrik at combonet dot se
  4. Requires - Drupal 5
  5. License - GPL (see LICENSE)
  6. Overview:
  7. --------
  8. The Thickbox module is a wrapper for the jQuery plugin ThickBox.
  9. The jQuery library is a part of Drupal since version 5.
  10. Thanks to user contributions the module provides login forms, automated integration
  11. with the image module and CCK imagefields.
  12. Thickbox 1.x is compatibel with Imagecache 1.x.
  13. Thickbox 2.x is compatibel with Imagecache 2.x.
  14. * jQuery - http://jquery.com/
  15. * ThickBox - http://jquery.com/demo/thickbox/
  16. From the ThickBox homepage:
  17. "ThickBox is a webpage UI dialog widget written in JavaScript on top of
  18. the jQuery library. Its function is to show a single image, multiple
  19. images, inline content, iframed content, or content served through AJAX
  20. in a hybrid modal."
  21. Installation:
  22. ------------
  23. 1. Place this module directory in your modules folder (this will
  24. usually be "sites/all/modules/").
  25. 2. Go to "administer" -> "modules" and enable the module.
  26. Configuration:
  27. -------------
  28. If you use the image module there are a setting that will automaticly
  29. activate Thickbox for all image nodes.
  30. Contributions:
  31. -------------
  32. * imagecache+thickbox formatters to imagefields (CCK)
  33. by Jšrg Hermsdorf (yojoe)
  34. * thickbox_auto.js contributed by Johannes Dillmann (kleingeist).
  35. Provides automated integration with the image module.
  36. * thickbox_login.js contributed by Jeff Miccolis (jmiccolis).
  37. Provides Thickbox login forms.
  38. Last updated:
  39. ------------