Extension:LightboxThumbs
From MediaWiki.org
|
LightboxThumbs Release status: beta |
|
|---|---|
| Implementation | Skin, User interface |
| Description | Displays full-size images with Lightbox 2 when clicking on thumbnails. |
| Author(s) | Alxndr Talk |
| Version | 0.1.2 (1 October 2007) |
| MediaWiki | 1.11.0 |
| License | CC BY-NC 3 |
| Download | LightboxThumbs.php |
| Example | Oberwiki's new images |
| Hooks used | |
Contents |
[edit] Description
LightboxThumbs incorporates Lokesh Dhakar's fullsize image viewer Lightbox 2 into MediaWiki's thumbnails and image galleries.
When a user clicks on a thumbnailed image or an image in a gallery, the page darkens and the image is displayed full-size "on top of" the page. A caption below the image includes the image's title and a link to its description page, along with the caption on the thumbnail, if any. Clicking anywhere off the image returns everything to normal.
Images in galleries are treated as being part of a slideshow, and have "previous" and "next" images.
[edit] Bugs
- Very large images may take over your screen! That is, it doesn't do any resizing.
- If there are multiple galleries on one page, they are treated as being part of one big slideshow.
- May not work with images that have slashes in the name.
[edit] Caveat ūsor
This was developed on an installation of 1.11 with an old custom skin and a bunch of extensions and a lot of general hackery. Unforeseen behavior is a very real possibility.
That said, let me know and I'll try to help fix anything that goes wrong.
[edit] Installation
- Copy LightboxThumbs.php and save into your extensions/ directory.
- Add the usual line to LocalSettings.php:
include_once("$IP/extensions/LightboxThumbs.php"); - Create a new directory LightboxThumbsFiles/ in your skins/ directory.
- Download Lokesh Dhakar's Lightbox 2 and place the css/, images/, and js/ directories into skins/LightboxThumbsFiles/.
- Edit skins/LightboxThumbsFiles/js/lightbox.js: change fileLoadingImage and fileBottomNavCloseImage so they're indicating where the images actually are (add "skins/LightboxThumbsFiles/" before "images/").
[edit] See also
A perhaps more elegant version of this extension is its predecessor, the Lightbox2 hack. Its elegance lies not in its deployment, however; you must edit lightbox.js, Linker.php, MediaTransformOutput.php and ImageGallery.php.

