Gepostet am:04.07.2005 16:39
#3
Re: bild im statistik block kleiner anzeigen!
04.07.2005 16:39 hab das hier gefunden, was anderes konnte ich mir nicht vorstellen, das das richtig ist
//$image_size = compute_img_size($row['pwidth'], $row['pheight'], $xoopsModuleConfig['thumb_width']);
$thumb_list[$i]['pos'] = $key < 0 ? $key : $i - 1 - $options[5];
$thumb_list[$i]['image'] = "<img src="".XOOPS_URL ."/modules/xcgal/".$xcgalConfig['fullpath'].str_replace("%2F","/",rawurlencode($row['filepath'].$xcgalConfig['thumb_pfx'].$row['filename']))."" class="image" border="0" alt="{$row['filename']}" /></a>";
$thumb_list[$i]['caption'] = $row['caption_text'];
$thumb_list[$i]['pid'] = $row['pid'];
$thumb_list[$i]['link_tgt']="displayimage.php?pid={$row['pid']}&album={$album}&pos={$key}&cat=";
$thumb_list[$i]['i']= $i;
}
aber wenns das das richtige ist, was muss ich da ändern (aus der der xcgal_blocks.php datei)
Danke für die gute erklärung, habs super verstanden muss das nur noch finden!:)
Gruß