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