munlock Posted June 5, 2004 Report Share Posted June 5, 2004 In der Beschreibung wird g?nzlich ignoriert, eine normales space w?re vielleicht nicht schlecht. 669|Kinderuhr "Krabbe" mit Lernhilfe 669|Kinderuhr mit IPS BeschichtungNickelfrei sch?tzt vor allergischen Reaktionen 3D Kautschukarmband "Krabbe" (Die Symbole lassen sich ertasten)Alle Zeiger sind farblich unterschiedlich und dienen somit als Lernhilfe.ModischesDesign MineralglasWater - Resistent Hochwertiges ETA LaufwerkEdelstahlboden ... |14.95|http://www.bestwatch24.de/product_info.php?products_id=558|http://www.bestwatch24.de/images/product_images/thumbnail_images/669.jpg http://www.bestwatch24.de/product_info.php...products_id/558 Zwischen dem Wort Beschichtung und Nickelfrei ist normalerweise ein Oder mu? ich jetzt alle Artikelbeschreibungen ?ndern und vor dem eine Leerstelle vor dem Zeilenumbruch einf?gen? :-( Gru? munlock Link to comment Share on other sites More sharing options...
munlock Posted June 5, 2004 Author Report Share Posted June 5, 2004 Ich denke ich hab da die L?sung gefunden... In der shopboy.php folgenden Inhalt ersetzen: // remove trash $products_description=$products['products_description']; $products_description=str_replace("\n"," ",$products_description); $products_description=str_replace("\r","",$products_description); $products_description=strip_tags($products_description); $products_description=str_replace('|',' ',$products_description); $products_description=substr($products_description,0,1000)." ... "; ersetzen durch folgenden: // remove trash $products_description=$products['products_description']; $products_description=str_replace("<BR>"," ",$products_description); $products_description=str_replace("\n"," ",$products_description); $products_description=str_replace("\r","",$products_description); $products_description=strip_tags($products_description); $products_description=str_replace('|',' ',$products_description); $products_description=substr($products_description,0,1000)." ... "; Nun wird jegliches gefundene durch eine Leerstelle ersetzt und alle anderen HTML Tags wie gehabt weggekickt. Das Problem betrifft jeden der Zeilenumbr?che in den Artikelbeschreibungen drin stehen hat! Gru? Munlock :grml: Hmm, warum hab ich da nicht gleich im PHP Code nachgeschaut... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.