Re: 1.8.1 not work correctly
Posted: 05 Aug 2008, 14:05
it can be cuased by collision between template and module, so there must be done some changes in template css or change the template to some standard ...
Code: Select all
//--301 /*if ( $image_background_shadow != 'none' ) {
$boxImageHeight = $boxImageHeight + 18;
$imageWidthBg = 118;
$imageHeightBg = 118;
}*/
if ($phocagallery_module_width !='') {
$output[$i] .= '<div style="width:'.$phocagallery_module_width.'px;text-align:center;">';
}
$output[$i] .= '<div class="phocagallery-box-file" style="height:'.$boxImageHeight.'px; width:'.$boxImageWidth.'px">' . "\n";
$output[$i] .= '<center>' . "\n"
.'<table style="height:'.$imageHeightBg.'px;width:'.$imageWidthBg.'px; border:1px solid #BABABA;">'. "\n"
.'<tr><td>' . "\n"
// // .'<div class="phocagallery-box-file-third">' . "\n"
.'<center>' . "\n"
.'<a class="'.$button->methodname.'" title="'.$valueImages->title.'" href="'. JRoute::_($valueImages->link).'"';
if ($detail_window == 1) {
$output[$i] .= ' onclick="'.$button->options.'"';// Standard Popup window
}
else {
$output[$i] .= ' rel="'.$button->options.'"';// Modal box
}
$output[$i] .= ' >' . "\n";
$output[$i] .= '<img src="'.JURI::base(true).'/'.$valueImages->linkthumbnailpath.'" alt="'.$valueImages->title.'" width="'.$imageWidth.'" height="'.$imageHeight.'" />';
$output[$i] .= '</a>'
.'</center>' . "\n"
// // .'</div>' . "\n"
.'</td></tr>' . "\n"
.'</table>' . "\n"
//--333 .'</center>' . "\n";