leeluc Posted February 15, 2010 Report Share Posted February 15, 2010 Hallo ich benötige eure Hilfe: Sie Seite von mir heißt www.my-whitepearl.de bitte kurz aufrufen und einfach bei Kategorien *Damen wählen*....nun meine frage. Die Unterkategorien stehen einmal direkt unter *Damen*...was in Ordnung ist...allerdings stehen die Unterkategorien auch direkt rechts, und genau die Unterkategorien sollen dort weg. Bitte um Hilfe Danke euch Link to comment Share on other sites More sharing options...
Wizard2003 Posted February 16, 2010 Report Share Posted February 16, 2010 Hallo ich benötige eure Hilfe: Sie Seite von mir heißt www.my-whitepearl.de bitte kurz aufrufen und einfach bei Kategorien *Damen wählen*....nun meine frage. Die Unterkategorien stehen einmal direkt unter *Damen*...was in Ordnung ist...allerdings stehen die Unterkategorien auch direkt rechts, und genau die Unterkategorien sollen dort weg. Bitte um Hilfe Danke euch Hast Du mal versucht in der Template-Datei "categorie_listing.html" folgenden Code zu entfernen? <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> [/PHP] Link to comment Share on other sites More sharing options...
leeluc Posted February 17, 2010 Author Report Share Posted February 17, 2010 Hast Du mal versucht in der Template-Datei "categorie_listing.html" folgenden Code zu entfernen? <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> [/PHP] Werd es mal ändern lassen.........dann melde ich mich nochmals.........;o)...danke für die Unterstüzung.... Link to comment Share on other sites More sharing options...
Stephanell66 Posted April 27, 2010 Report Share Posted April 27, 2010 Hat bestens funkioniert. Danke Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.