01/07/2007, 02:39 AM
Lol, decided to work on some MyBB mods for fun :) Anyways, just been spending hours on this interesting mod...
This integrates Lokesh Dhakar's cool Lightbox2 into MyBB. Lightbox2 is a fancy way to show images/thumbnails.
Note that this is still somewhat experimental - if you find a bug, please report :)
Preview:
ImageShack
Direct link
http://img171.imageshack.us/img171/2958/somefinkdx3.jpg
[img] and [thumb] tags
[img=http://img171.imageshack.us/img171/86/theringofdeathag5.jpg]Click here :)[/img]
[thumb=http://img247.imageshack.us/img247/7871/lh01000eie2.jpg]http://img247.imageshack.us/img247/7871/lh01000eie2.th.jpg[/thumb]
Attached Thumbnails
See below
:dl: Download (22.6KB)
This integrates Lokesh Dhakar's cool Lightbox2 into MyBB. Lightbox2 is a fancy way to show images/thumbnails.
- Attached thumbnails will use Lightbox2
- ImageShack thumbnails will use Lightbox2
- Direct links to images will use Lightbox2
- Adds two MyCodes to use Lightbox2:
- [img=<image>]<content>[/img]
- [thumb=<image>]<thumbnail image>[/thumb]
- [img=<image>]<content>[/img]
- Uses a slightly modified Lightbox2:
- Larger images will appear with a scrollbar - note that this has issues with the Prev/Next buttons and the scrollwheel. A switch has been added into lightbox.js - see that file for more details
- The image link appears in the description field
- effects.js stripped down
- Larger images will appear with a scrollbar - note that this has issues with the Prev/Next buttons and the scrollwheel. A switch has been added into lightbox.js - see that file for more details
Note that this is still somewhat experimental - if you find a bug, please report :)
More Details
Compatibility: should work on all MyBB 1.2x
Templates Affected:
Templates Affected:
- postbit_attachments_thumbnails_thumbnail (note: this plugin assumes you have not changed this template)
/jscripts/prototype.lite.js
/jscripts/editor.js
/inc/class_parser.php
/jscripts/editor.js
/inc/class_parser.php
Preview:
ImageShack
Direct link
http://img171.imageshack.us/img171/2958/somefinkdx3.jpg
[img] and [thumb] tags
[img=http://img171.imageshack.us/img171/86/theringofdeathag5.jpg]Click here :)[/img]
[thumb=http://img247.imageshack.us/img247/7871/lh01000eie2.jpg]http://img247.imageshack.us/img247/7871/lh01000eie2.th.jpg[/thumb]
Attached Thumbnails
See below
Click here to view the code used to produce the above samples
Code:
|
:dl: Download (22.6KB)