Quote:
Originally Posted by Envy-UK
Sounds good to me.
I know the basics, so I'd be able to build the template, however, calling the appropriate image may be a problem for me.
|
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".