Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthornovatech
    • CommentTimeJan 27th 2006
     
    using this lighbox JS script from
    http://www.huddletogether.com/projects/lightbox/
    you can make ur plogger look more dynamic and cool XD
    if you intergrating plogger with WP, what u need to do is install the wp lighbox js plugin then modify this in your gallery.php

    find code
    $output .= '<div id="picture-holder">
    <a href="'.$config["baseurl"].'images/'.$row["path"].'">'.$imgtag.'</a>
    </div>';

    replace it into
    $output .= '<div id="picture-holder">
    <a rel="lightbox" href="'.$config["baseurl"].'images/'.$row["path"].'">'.$imgtag.'</a>
    </div>';
    if you not using WP plugin.. read http://www.huddletogether.com/projects/lightbox/
    for more infomation..
    thank u :)
    •  
      CommentAuthormike
    • CommentTimeJan 27th 2006 edited
     
    Hey this is pretty cool Novatech. Derek, what do you think about integrating this into one of your example themes for the next release?
    • CommentAuthorVini
    • CommentTimeApr 29th 2006 edited
     
    this hasnt worked for me :(

    do i need cruftless url's on or off too, at the minute i have them off, thinking it would cure my problem...

    and example of my plogger is: http://www.vini.co.uk/gallery/index.php?level=album&id=83
    • CommentAuthorsamra
    • CommentTimeApr 30th 2006 edited
     
    Looks great to me Vini... very nice.
    • CommentAuthorjack
    • CommentTimeApr 30th 2006
     
    At the moment I'm using two lightbox-scripts together. One for WordPress and one for Plogger. This is not good so it would be nice if I knew how to use just one. (???) Now they act somewhat differently because of differences in the stylesheet.

    I prefer the 'direct' version over the 'sliding and fading' version. The 'direct' version is quicker and more pleasant to use when viewing a lot of images imho. Less is more...
    •  
      CommentAuthormike
    • CommentTimeApr 30th 2006
     
    I agree with you on that one Jack. When I first saw the new lightbox I was like "Gee Whiz!", then once that wore off I was wishing it would just show me the image and skip the slow animations =) Lokesh is the man though, either way.