GollumX wrote:
maybe try these alternatives:
lightthumb==>
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,412/Itemid,35/
multithumb-==>
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,976/Itemid,35/
couloir gallery (not quite the same)==>
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1014/Itemid,35/
i prefer the white border of lightthumb to slimbox
Gollum,
You can edit the slimbox .css to reflect any color border.
1. Slimbox loads faster and smoother, but it requires some html for your photo layouts.
2. Lightthumb is much easier, because it utlizes the {mosimage} mambot, thus making it a breeze to make it work.
@ Chris,
1.To use Slimbox, copy the Slimbox and JS folders from the Elixer2.0 folder and put it with your Versatility template files.
2.You will need to add these lines of code in the <head>.....
right here</head> section of the index.php template file.
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/slimbox/slimbox.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/js/mootools.js"></script>
<script type="text/javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/js/slimbox.js"></script>
To get your thumbnail to show in the slimbox mode, upload your thumbnails and your larger images to your joomla/images folder.
Use code like this sample:
<a href="images/stories/hotchicks.jpg" rel="lightbox[album name]" title="Caption"><img src="images/stories/tn_hotchicks.jpg" alt="image1" class="album"></a>
In the .css for Slimbox there is a class called img.album Edit the attributes to your liking (thanks Andy).
I use an album name when I have more than 1 photo that I want to show up.
Hope this helps. I'm implementing the Slimbox on Glossy Paint...pretty cool.
Cheers,
Mike