
04-12-2004, 03:12 PM
|
|
|
Join Date: Mar 2004
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by magnus
Actually, now that I think about it, this is cake:
In vbgarage_imagesbits:
REPLACE with:
[high](Be sure to include a SPACE at the end!)[/high]
HTML Code:
<a style="cursor:pointer; cursor-hand" href="vbgarage.php?do=popup&image=$vboptions[bburl]/vbgarage.php?do=getimage&id=$image[vbgarageid]"><img src="$vboptions[bburl]/vbgarage.php?do=thumb&width=175&id=$image[vbgarageid]" alt="$image[name]" border="0" /></a>
In vbgarage_viewgarage:
FIND and DELETE:
HTML Code:
<script language="javascript" type="text/javascript">
function PopupPic(sPicURL) {
newWin=window.open( sPicURL, 'newWin',
'resizable=1,HEIGHT=200,WIDTH=200');
newWin.focus();
}
</script>
Now, customize vbgarage_popup to look however you want. Simply ignore the fact that it says "popup".
|
Everything is fine, apart from the thumbnails do not display.
|