karabey
12-04-2005, 06:19 AM
Hi,
I looked a little bit on the script and tried to build PopUp Window for Thumbnails.
but i've done something wrong
index.php
line 536
$thumb_output .= "<a href='$showprefix$id'><img src='$thumbnail' alt='$title' title='$title' class='thumbnails' /></a>";
try to fix with
$thumb_output .= "<a href='#' onclick=\"window.open('$showprefix$image_id');\"><img src='$thumbnail' alt='$title' title='$title' class='thumbnails' /></a>";
result is that i get the last uploaded image...:confused: :confused:
thx for any help
I looked a little bit on the script and tried to build PopUp Window for Thumbnails.
but i've done something wrong
index.php
line 536
$thumb_output .= "<a href='$showprefix$id'><img src='$thumbnail' alt='$title' title='$title' class='thumbnails' /></a>";
try to fix with
$thumb_output .= "<a href='#' onclick=\"window.open('$showprefix$image_id');\"><img src='$thumbnail' alt='$title' title='$title' class='thumbnails' /></a>";
result is that i get the last uploaded image...:confused: :confused:
thx for any help