Leex Posted August 9, 2013 Report Share Posted August 9, 2013 Hallo, ich möchte das in der Kategroiebox nur Unterkategorien angezeigt werden und die Hauptkategorien stehen oben (Topkategorien). Wie kann ich das bewerkstelligen? Link to comment Share on other sites More sharing options...
stwinger Posted August 9, 2013 Report Share Posted August 9, 2013 kein Problem, innerhalb des foreachs einfach die Schleife via {if $module_data.level > 1}[/CODE] ändern. Link to comment Share on other sites More sharing options...
Leex Posted August 9, 2013 Author Report Share Posted August 9, 2013 wo genau muss ich das einbauen? habe es probiert aber hat nicht funkitoniert <div id="box-categories" class="sidebar-box"> <p class="headline">{txt key=TEXT_BOX_TITLE_CATEGORIES}</p> <ul> {foreach name=aussen item=module_data from=$_categories} <li id="box-categories-categorie-{$module_data.categories_id}" class="level{$module_data.level}{if $module_data.active} active{/if}"><a href="{$module_data.categories_link}">{$module_data.categories_name}</a></li> {/foreach} </ul> </div><!-- #box-categories --> Link to comment Share on other sites More sharing options...
stwinger Posted August 9, 2013 Report Share Posted August 9, 2013 innerhalb deines foreachs steht doch da ! {foreach blablaaaaaa} {if $module_data.level > 1} <li></li> {/if} {/foreach} Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.