Not signed in (Sign In)

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

    • CommentAuthorrawedge
    • CommentTimeDec 11th 2006
     
    Hi,

    I've tried following instructions here for integrating lightbox JS into plogger, however the few instructions seem to refer to older or Beta 3 versions of plogger in which it is already in use and they don't say what to change to use lighbox in album view. The few posts i have found on this subject everyone seems to have solved it themselves without showing how e.g

    http://www.plogger.org/forum/comments.php?DiscussionID=958

    i was wondering if someone could point me in the right direction

    if i have missed a topic where it does say how to do it I apologise,

    thanks

    rawedge
    • CommentAuthoraurostion
    • CommentTimeDec 22nd 2006 edited
     
    "The few posts i have found on this subject everyone seems to have solved it themselves without showing how e.g."

    I noticed this too. I'm having some problems myself. I managed to get it to work in part by replacing line 422 with this:

    $output .= '<li class="thumbnail"><div class="tag"><a accesskey="v" href="'.$config["baseurl"].'images/'.$row["path"].'" title="'.$row["caption"].'" rel="lightbox">' . $imgtag . "</a><br />";

    I would like to get the previous and next buttons in lightbox working though. Any suggestions would be appreciated.

    Thanks,
    Dan
    •  
      CommentAuthorcoffeejunkie
    • CommentTimeJan 4th 2007 edited
     
    I'm not pretty sure what you mean by album view. If you mean when you clicked the thumbnail to access the page dedicated to the photo than I could only apply Lightbox with the way explained before on the forum.
    Which is to change line 239 or so with this
    < a accesskey="v" href="'.$config["baseurl"].'images/'.$row["path"].'" title="'.$row["caption"].'" rel="lightbox">'.$imgtag.'< /a >

    Otherwise, I'm sorry to be useless.