Flotschi Posted July 1, 2005 Report Share Posted July 1, 2005 Ich h?tte das es die Un terkategorien nur links und nicht in der Mitet anzeigt hab es shcon probiert zum Umschreiben leider kommen meistens Fehler oder es wird falsch angezeigt So sieht der Quelltext aus: {config_load file="$language/lang_$language.conf" section="categorie_listing"} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td class="main"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif"> <font color="#666666" size="4">{$CATEGORIES_NAME}</font> </font></td> <td align="right">{if $CATEGORIES_IMAGE} {/if}</td> </tr> </table>{if $CATEGORIES_DESCRIPTION} {$CATEGORIES_DESCRIPTION} {/if} {if $module_content !=''} {#heading_more_categories#} <table style="border-top: 2px solid; border-color: #d4d4d4;" 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 width="1" rowspan="2" >{if $module_data.CATEGORIES_IMAGE} <a href="{$module_data.CATEGORIES_LINK}"> </a>{/if}</td> <td class="main"><a href="{$module_data.CATEGORIES_LINK}"> {$module_data.CATEGORIES_NAME}</a></td> </tr> <tr> <td class="main">{$module_data.CATEGORIES_DESCRIPTION}</td> </tr> </table> </div></td> {php} if ($col>=3) { $col=0; echo '</tr><tr>'; } {/php} {/foreach} </tr> </table> {/if} </td> <td class="main" nowrap width="1%"> </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$MODULE_new_products}</td> </tr> </table> Link to comment Share on other sites More sharing options...
pages24 Posted July 1, 2005 Report Share Posted July 1, 2005 Hi Flotschi ca. zeile 15-41 auskommentieren bzw. l?schen Dies: {if $module_content !=''} {#heading_more_categories#} <table style="border-top: 2px solid; border-color: #d4d4d4;" 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 width="1" rowspan="2" >{if $module_data.CATEGORIES_IMAGE}{/if}</td> <td class="main">{$module_data.CATEGORIES_NAME}</td> </tr> <tr> <td class="main">{$module_data.CATEGORIES_DESCRIPTION}</td> </tr> </table> </div></td> {php} if ($col>=3) { $col=0; echo '</tr><tr>'; } {/php} {/foreach} </tr> </table> {/if} Link to comment Share on other sites More sharing options...
pages24 Posted July 1, 2005 Report Share Posted July 1, 2005 aber vorsichtig und nicht ohne sicherung der categorie_listing.html Link to comment Share on other sites More sharing options...
Flotschi Posted July 5, 2005 Author Report Share Posted July 5, 2005 danke funkt so! Link to comment Share on other sites More sharing options...
Flotschi Posted July 5, 2005 Author Report Share Posted July 5, 2005 Originally posted by Flotschi@Jul 5 2005, 02:58 PM danke funkt so! Quoted post gibt doch ein problem links die ganzen boxen wie ?ber usn ect sind weg(versand info...) Link to comment Share on other sites More sharing options...
Flotschi Posted August 28, 2005 Author Report Share Posted August 28, 2005 hallo inw elchen ordner muss ichd as reinkopieren habs vergessen sry Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.