Lightbox2 Filter adds a content filter to drupal to make lightbox images easy for Drupal users. (You can see the lightbox effect here.) To add your own lightbox2-effect image, perform the following 3 easy steps:
- Create an image node, noting its ID (The Image module takes care of this.)
- Add [img]nid[/img] to the body of your content node, replacing nid with the ID number of the image node from the previous step.
- Enjoy the lightbox2 effect on that image!
Platform
Drupal 6.x/PHP
Version History
| Version Name | Changes |
| Version 6.x-0.1-beta
| - [img][/img] filter implemented.
- Rudimentary grouping implemented.
- Added support for lightbox2 slide shows.
|
Known Issues
- Lack of documentation
- Limited customizability
To-Do List
- Write the documentation.
- Add features to make the module more customizable.
- Post the module on drupal.org