Not signed in (Sign In)

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

  1.  
    Hi everybody,

    First, sorry for my english wich is not so good. So I've got a problem to integrate lightbox JS 2.0 in plogger. When I click on a thumbnail the script start up but no image loading. the adress of my site is :
    http://impressionmaroc.free.fr/phothequeautre/index.php?level=album&id=16. (don't care about the design).

    The code in gallery.php on line 422 is :

    $imgtag = '<img class="pictures" src="'.$thumbpath.'" title="'.htmlspecialchars($row["caption"]).'" alt="'.htmlspecialchars($row["caption"]).'" />';

    $num_comments = $row['num_comments'];

    $output .= '<li class="thumbnail"><div class="tag"><a href="' . generate_url("picture",$row["id"]) . '" rel="lightbox">' . $imgtag . "</a><br />";

    I integrate rel="lightbox" in output but nothing happen. Maybe that I've to integrate the path of my gallery next to rel=lightbox like rel="lightbox [pathofmygallery]" but I tested it and nothing happen.

    Please help me.
  2.  
    it's OK finally
  3.  
    hi!

    and what did you change in the code to make it finally work? could you tell me that, because i want to integrate lightbox too into my plogger!

    thx
    • CommentAuthorsallam
    • CommentTimeOct 8th 2006
     
    me too needs to know what lines to edit in gallery.php for lightbox 2 to work.