andfra Posted January 26, 2009 Report Share Posted January 26, 2009 Wo kann ich das Kategoriebild entfernen das es nicht angezeigt wird wenn ich auf der Übersichtsseite der Artikel bin, wo alle Artikel gelistet werden die sich in der Kategorie befinden? Über einen Hinweis wäre ich dankbar, hab schon einiges probiert. Link to comment Share on other sites More sharing options...
seeyou Posted January 26, 2009 Report Share Posted January 26, 2009 root/templates/{dein Template}/module/categorie_listing/categorie_listing.html <td align="right">{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_IMAGE}" />{/if}</td> Hier das rauslöschen was du nicht sehen möchtest. Aber soll das Categoriebild wo anders angezeigt werden oder warum hast du es angegeben. ? Link to comment Share on other sites More sharing options...
andfra Posted January 26, 2009 Author Report Share Posted January 26, 2009 Ich will das Bild nur da entfernen, wenn ich in die Kategorie reingehe und mir dann alle Artikel angezeigt werden die sich in der Kategorie befinden, da ist oben bei mir das Kategoriebild und da soll es halt weg. Link to comment Share on other sites More sharing options...
buddy_67 Posted January 26, 2009 Report Share Posted January 26, 2009 hei, ich glaube du meinst das template: root/templates/{dein Template}/module/products_listing/products_listing_v1.html und dann die zeilen: {if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME }" /> <br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="border-bottom: 1px solid; border-color: #000000;"> </td> </tr> </table> {/if} entweder ganz rausnehmen, oder auskommentieren: <!-- {if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME }" /> <br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="border-bottom: 1px solid; border-color: #000000;"> </td> </tr> </table> {/if} --> vobei das auskommentieren manchmal fehler erzeugt, da die ersetzungen durch smarty trotzdem stattfinden nur nicht angezeigt werden. also besser ganz raus... Link to comment Share on other sites More sharing options...
Hetfield Posted January 26, 2009 Report Share Posted January 26, 2009 Nur so als Tipp, mit Smarty kommentiert man so aus: {* {if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME }" /> <br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="border-bottom: 1px solid; border-color: #000000;"> </td> </tr> </table> {/if} *}MfG Hetfield Link to comment Share on other sites More sharing options...
buddy_67 Posted January 29, 2009 Report Share Posted January 29, 2009 Nur so als Tipp, mit Smarty kommentiert man so aus: {* {if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME }" /> <br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="border-bottom: 1px solid; border-color: #000000;"> </td> </tr> </table> {/if} *}MfG Hetfield jetzt wo du es sagst .. stimmt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.