i am guessing I should post this directly to feature requests....
just thinking out loud
Thanks to Oli for all his great work!
UPDATE: using a slimbox/mootools equivalent (jQuery) - see next post
Code: Select all
if($zoominfo != false) {
/* FORMER CODE
$popup_img = 'image_zoom.php?'.getClickZoomImageParameter($zoominfo[0].'?'.$zoominfo[3]);
$guestbook['entry_image'] = '<a href="'.$popup_img.'" onclick="window.open(\''.$popup_img.
"','previewpic','width=".$zoominfo[1].",height=".$zoominfo[2]."');return false;".
'">'.$guestbook['entry_image'].'</a>';
*/
// **NEW CODE
$guestbook['entry_image'] = '<a href="content/images/'.$zoominfo[0].'" rel="imagebox"><img src="content/images/'.$thumb_image[0].'"></A>';
}