krasok Posted April 24, 2008 Report Share Posted April 24, 2008 Ich sehe vor lauter Wald die Bäume nicht mehr und finde nirgends, wie ich es hinbekomme das ich die "Weiteren Unterkategorien" aus der Seite rausbekomme, wenn ich auf eine Hauptkategorie geklickt habe... Link to comment Share on other sites More sharing options...
dukie6666 Posted April 24, 2008 Report Share Posted April 24, 2008 dazu musst Du in der Datei categories_listing.html folgendes entfernen: {if $module_content !=''} <strong>{#heading_more_categories#}</strong> <br /> <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"><table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td align="center" >{if $module_data.CATEGORIES_IMAGE}<a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" alt="{$module_data.CATEGORIES_NAME}" /></a>{/if}</td> </tr> <tr> <td align="center" ><strong><a href="{$module_data.CATEGORIES_LINK}">{$module_data.CATEGORIES_NAME}</a></strong></td> </tr> <tr> <td align="center" >{$module_data.CATEGORIES_DESCRIPTION}</td> </tr> </table> </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...
krasok Posted April 24, 2008 Author Report Share Posted April 24, 2008 danke für die schnelle Hilfe... funktioniert einwandfrei! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.