| 1 |
/* $Id: README.txt,v 1.5 2007/11/18 21:19:24 sun Exp $ */
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
jLightbox is a port of the Lightbox project using jQuery instead of prototype
|
| 6 |
and script.acolu.ous libraries. It is based on the famous Lightbox v2 script
|
| 7 |
by Lokesh Dhakar, but will soon be enhanced with Drupal specific customizations.
|
| 8 |
|
| 9 |
For a full description visit the project page:
|
| 10 |
http://drupal.org/project/jlightbox
|
| 11 |
Bug reports, feature suggestions and latest developments:
|
| 12 |
http://drupal.org/project/issues/jlightbox
|
| 13 |
|
| 14 |
Learn more about Lightbox v2:
|
| 15 |
<http://www.huddletogether.com/projects/lightbox2>
|
| 16 |
|
| 17 |
|
| 18 |
-- INTEGRATION --
|
| 19 |
|
| 20 |
* Image & Image Assist support:
|
| 21 |
jLightbox automatically adds all thumbnail images in the content of a node
|
| 22 |
to one Lightbox gallery. Only images of the predefined size 'thumbnail'
|
| 23 |
are lightbox-ified.
|
| 24 |
|
| 25 |
Note: You need to select "Open in popup window" in Image Assist to let
|
| 26 |
Lightbox properly work with inline images.
|
| 27 |
|
| 28 |
* Imagefield & Imagecache support:
|
| 29 |
jLightbox automatically generates a separate gallery for each CCK
|
| 30 |
Imagefield.
|
| 31 |
|
| 32 |
* Inline & Imagecache support:
|
| 33 |
jLightbox automatically generates a gallery for all inline images in a node.
|
| 34 |
|
| 35 |
* Theming support:
|
| 36 |
If a file with the name lightbox.css exists in the current theme, that file
|
| 37 |
is loaded instead of the default stylesheet.
|
| 38 |
|
| 39 |
Enhanced Image Assist support will be focused in upcoming versions of this
|
| 40 |
module.
|
| 41 |
|
| 42 |
|
| 43 |
-- REQUIREMENTS --
|
| 44 |
|
| 45 |
* jQuery Update module <http://drupal.org/project/jquery_update>
|
| 46 |
* optional: Image <http://drupal.org/project/image> and Image Assist
|
| 47 |
<http://drupal.org/project/img_assist> modules
|
| 48 |
* optional: CCK Imagefield <http://drupal.org/project/imagefield> and Imagecache
|
| 49 |
<http://drupal.org/project/imagecache> modules
|
| 50 |
* optional: Inline <http://drupal.org/project/inline> and Imagecache
|
| 51 |
<http://drupal.org/project/imagecache> modules
|
| 52 |
|
| 53 |
|
| 54 |
-- INSTALLATION --
|
| 55 |
|
| 56 |
* Copy jlightbox module to your modules directory and enable it on the admin
|
| 57 |
modules page.
|
| 58 |
|
| 59 |
|
| 60 |
-- CONFIGURATION --
|
| 61 |
|
| 62 |
* To use jLightbox in one of your content types, you need to set up at least
|
| 63 |
one imagecache rule. Afterwards, go to
|
| 64 |
'admin/content/types/<content_type>/display'
|
| 65 |
and select your desired imagecache rule instead of the default view for
|
| 66 |
imagefield images.
|
| 67 |
|
| 68 |
* You may place a customized stylesheet file with the name 'jlightbox.css' in
|
| 69 |
your theme to override or extend the Lightbox look.
|
| 70 |
|
| 71 |
|
| 72 |
-- CONTACT --
|
| 73 |
|
| 74 |
Current maintainers:
|
| 75 |
* Daniel F. Kudwien (sun) - dev@unleashedmind.com
|
| 76 |
|
| 77 |
jLightbox is mostly based on the work of Warren Krewenki,
|
| 78 |
<http://warren.mesozen.com> and partially based on lightbox2.module by Mark
|
| 79 |
Ashmead <bugzie@gmail.com>, Stella Power <http://drupal.org/user/66894>,
|
| 80 |
Steve McKenzie.
|
| 81 |
|
| 82 |
This project has been sponsored by:
|
| 83 |
* UNLEASHED MIND
|
| 84 |
Specialized in consulting and planning of Drupal powered sites, UNLEASHED
|
| 85 |
MIND offers installation, development, theming, customization, and hosting
|
| 86 |
to get you started. Visit http://www.unleashedmind.com for more information.
|
| 87 |
|