Rodent Posted April 14, 2004 Report Share Posted April 14, 2004 http://www.xt-commerce.com/modules/mantis/...?bug_id=0000196 so ich hab nun rausgefunden, da? der Bugfix in der root/ includes/modules/new_products.php anzuwenden ist. der Bugfix lautet: in der new_products.php f?r der if ($new_products['products_image']!='') { ein $image=''; setzen. in der besagten Datei gibt es diesen Code hjedoch 2x. einmal in Zeile 86 und einmal in Zeile 100 if ($new_products['products_image']!='') { welche Zeile ist zu ?ndern? wie genau muss die Zeile danach aussehen? "...mit den Augen eines n00bs..." Danke Alex Link to comment Share on other sites More sharing options...
Matthias Posted April 14, 2004 Report Share Posted April 14, 2004 beide, die eine ist f?r die Startseite und die andere f?r die Kategorien. mfg Matthias Link to comment Share on other sites More sharing options...
Rodent Posted April 14, 2004 Author Report Share Posted April 14, 2004 ok, danke und wie muss die korrigierte Zeile dann aussehen? so: ? if ($new_products[$image='';]!='') { danke alex Link to comment Share on other sites More sharing options...
Matthias Posted April 14, 2004 Report Share Posted April 14, 2004 Ich habs bei mir durch ein Standartbild ersetzen lassen if ($new_products['products_image']!='') { $image=DIR_WS_THUMBNAIL_IMAGES . $new_products['products_image']; }else{ $image=DIR_WS_THUMBNAIL_IMAGES . 'Artikel.jpg'; } ansonsten sollte auch if ($new_products['products_image']!='') { $image=DIR_WS_THUMBNAIL_IMAGES . $new_products['products_image']; }else{ $image=''; } gehen. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.