Bessere Thickbox-Anzeige der Produktbilder in Version 1.5.4:
In der Datei „mods/mod_produktbilder.class.php” die (derzeitige) Zeile 73 von
Code: Alles auswählen
<a style="'.(($i > 1)?'display:none;':'').'" href="'.SITECOOKIEPATH.'wp-content/uploads/produktbilder/'.$this->controller->produkt['id'].'/'.basename($f).'" class="thickbox" rel="gallery-'.$this->controller->produkt['id'].'" title="Bild"><img src="'.$uri.'" alt="Bild"/></a>Code: Alles auswählen
<a style="'.(($i > 1)?'display:none;':'').'" href="'.SITECOOKIEPATH.'wp-content/uploads/produktbilder/'.$this->controller->produkt['id'].'/'.basename($f).'" class="thickbox" rel="gallery-'.$this->controller->produkt['id'].'" title="'.$this->controller->produkt['name'].'"><img src="'.$uri.'" alt="Bild '.$this->controller->produkt['name'].'"/></a>Bei jedem Update erneuern, denn seltsamerweise wirken Änderungen in „user_views/mods/mod_produktbilder/produktbild.phtml” nicht!