Lightbox V2 - problems with use - need help

Hey!

i have tried to use Lightbox v2 in my zenphoto gallerie. i have installed it and configured my album.php. Lightbox runs, but it doesn't show me the exit picture at the right bottom.

Look here: http://opa114.pytalhost.de/zenphoto/index.php?album=test

Does anyone have an idea?

Comments

  • was this modified in any sort of way....
    It looks as if you are missing the loading gif and the close gif... and not that it is missing but it is not linking to the theme directory. ... Was this modified in any way?

    are you using the lightbox.js which is included with the theme or did you download it yourself. The lightbox.js in zproot/themes/Chili-Light2/js has a path in it about 20 lines down.. make sure those poing to /themes/Chili-Light2/images/close.gif
  • Opa114 Member
    i have downloaded lightbox from huddletogether, not from chili

    i have als the close und loading gif in the original image directory from lightbox. And it was nothing modified, i have only set in my album.php this in the header:

    <script src="<?= $_zp_themeroot ?>/js/prototype.js" type="text/javascript"></script>
    <script src="<?= $_zp_themeroot ?>/js/scriptaculous.js?load=effects" type="text/javascript"></script>
    <script src="<?= $_zp_themeroot ?>/js/lightbox.js" type="text/javascript"></script>

    and this in the body:

    <div class="image">
    <div class="imagethumb">" rel="lightbox[<?=getAlbumTitle();?>]" title="<?=getImageTitle();?>"><?php printImageThumb(getImageTitle()); ?></div>
    </div>

    nothing more.
  • Opa114 Member
    hey!

    i have found out the error. there was a backslash to much ;-)) I didn't see that little thing, but now it's fixed!

    Thanks for help!
Sign In or Register to comment.