selbstbau Posted February 18, 2004 Report Share Posted February 18, 2004 Auch auf die Gefahr hin erschlagen zu werden. Ich m?chte den Text bei den Bildern der Unterkategrien gern ?ber den Bildern oder unter die Bilder stellen und nicht seitlich. Ich wei?, das man das in produkt_listing_v1.html machen kann. Ich komme damit aber nicht klar. Stell mich da ein bischen hilflos an. Kann mir das vielleicht jemand von euch erkl?ren? <sch?m Danke im voraus Gru? Michael Link to comment Share on other sites More sharing options...
selbstbau Posted February 18, 2004 Author Report Share Posted February 18, 2004 Hm ich weis es nervt. Aber k?nnt ihr mir nicht schreiben, wo ich das finde um es zu ?ndern? Ich w?re euch echt dankbar Gru? Michael Link to comment Share on other sites More sharing options...
DeluXXXe Posted February 19, 2004 Report Share Posted February 19, 2004 beispiel f?r ne product_listing_v1.html mit text unterm bild l?sst sich doch ganz einfach mit nem editor bearbeiten {config_load file="$language/lang_$language.conf" section="index"} { if $MANUFACTURER_DROPDOWN} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main"><div align="right">{#text_show#} {$MANUFACTURER_DROPDOWN}</div></td> </tr> </table> <br> {/if} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <div align="center"> <table width="100%" border="0"> {foreach name=aussen item=module_data from=$module_content} <tr> <td width="54" rowspan="3" style="border-bottom: 1px solid; border-color: #cccccc;"></td> <td width="973" class="main"><strong><a href="{$module_data.PRODUCTS_LINK}">{$module_data.PRODUCTS_NAME}</a></strong></td> </tr> <tr> <td style="border-bottom: 1px solid; border-color: #cccccc;" class="main"><a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" border="1"></a></td> </tr> <tr> <td style="border-bottom: 1px solid; border-color: #cccccc;" class="main">{$module_data.PRODUCTS_SHORT_DESCRIPTION}<br> <strong>{$module_data.PRODUCTS_PRICE}<br> </strong>{$module_data.BUTTON_BUY_NOW}</td> </tr> {/foreach} </table> </div></td> </tr> </table> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$NAVIGATION}</td> </tr> </table> {if $result=='false'} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main">{#text_noproduct#}</td> </tr> </table> {/if} Link to comment Share on other sites More sharing options...
techway Posted February 19, 2004 Report Share Posted February 19, 2004 Originally posted by selbstbau@Feb 18 2004, 10:27 AM Auch auf die Gefahr hin erschlagen zu werden. Ich komme damit aber nicht klar. Stell mich da ein bischen hilflos an. Kann mir das vielleicht jemand von euch erkl?ren? <sch?m Danke im voraus Gru? Michael Hi, Ich m?chte den Text bei den Bildern der Unterkategrien gern ?ber den Bildern oder unter die Bilder stellen und nicht seitlich. Ich wei?, das man das in produkt_listing_v1.html machen kann. wenn ich dich richtig verstanden habe musst du einfach die datei "templates\deintemplate\categorie_listing.html" anpassen.... dass w?re zum beispiel eine m?glichkeit: {config_load file="$language/lang_$language.conf" section="categorie_listing"} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong><font color="#666666" size="4">{$CATEGORIES_NAME}</font></strong> </font></td> <td align="right"><img src="{$CATEGORIES_IMAGE}"></td> </tr> </table>{if $CATEGORIES_DESCRIPTION} <font size="1" face="Verdana, Arial, Helvetica, sans-serif"> {$CATEGORIES_DESCRIPTION}</font> <br> <br> {/if} {if $module_content !=''} <strong><font color="#000000" size="2">{#heading_more_categories#}</font></strong> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> {foreach name=aussen item=module_data from=$module_content} {php} $col++; {/php} <td class="main"><div align="left"> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td align="center" class="main"><strong><a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" border="0"><br>{$module_data.CATEGORIES_NAME}</a></strong></td> </tr> <tr> <td align="center" class="main">{$module_data.CATEGORIES_DESCRIPTION}</td> </tr> </table> </div></td> {php} if ($col>=4) { $col=0; echo '</tr><tr>'; } {/php} {/foreach} </tr> </table> {/if} <br> </td> <td class="main" nowrap width="1%"> </td> </tr> </table> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$MODULE_new_products}</td> </tr> </table> Viele Gr??e Techway Link to comment Share on other sites More sharing options...
selbstbau Posted February 20, 2004 Author Report Share Posted February 20, 2004 Danke super das ihr mir helft. ist eigentlich ganz einfach wenn man es wei? Gru? Michael Link to comment Share on other sites More sharing options...
selbstbau Posted February 22, 2004 Author Report Share Posted February 22, 2004 Hallo zusammen, Danke ich habe es so gemacht mit catergorie_listing.html Jetzt ist es so wie ich es haben wollte. Gru? Michael Link to comment Share on other sites More sharing options...
PetraK Posted March 23, 2004 Report Share Posted March 23, 2004 Dass der Text nun unter dem Bild steht, finde ich genial. 1.) Wie kann ich jetzt ?ndern, dass die Bilder in den Kategorien nebeneinander aufgelistet werden und nicht untereinander. 2.) Weiterhin m?chte ich die Top-Produkte nicht nur auf der Startseite pr?sentieren, sondern, die Top-Produkte sollen auch in den Unterkategorien angezeigt werden. Leider habe ich es schon im Adminbereich Kategorien/Artikel versucht, die einzlenen Artikel in eine Unterkategorie zu kopieren, aber der Text, der in der Unterkategorie steht, wurde von den Top-Produkten einfach ?berschrieben. K?nnte mir jemand einen Tipp geben. Es w?re sehr nett. Beste Gr?sse PetraK Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.