Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

Hauptkategorien nur teilweise dropdown

$
0
0
Hallo zusammen,

aktuell haben wir in der topcategories.tpl den Teil für das Dropdown von Hauptkategorien auskommentiert:

HTML Code:

<!--
                [{if $ocat->
getSubCats()}]
                    <ul>
                    [{foreach from=$ocat->getSubCats() item=osubcat key=subcatkey name=SubCat}]
                        [{if $osubcat->getIsVisible() }]
                            [{foreach from=$osubcat->getContentCats() item=ocont name=MoreCms}]
                                <li><a href="[{$ocont->getLink()}]">[{$ocont->oxcontents__oxtitle->value}]</a></li>
                            [{/foreach}]
                            [{if $osubcat->getIsVisible() }]
                                <li [{if $osubcat->expanded}]class="current"[{/if}] ><a [{if $osubcat->expanded}]class="current"[{/if}] href="[{$osubcat->getLink()}]">[{$osubcat->oxcategories__oxtitle->value}] [{ if $oView->showCategoryArticlesCount() && ($osubcat->getNrOfArticles() > 0)}] ([{$osubcat->getNrOfArticles()}])[{/if}]</a></li>
                            [{/if}]
                        [{/if}]
                    [{/foreach}]
                    </ul>
                [{/if}]
 -->

Ich würde nun aber gerne einen Teil der Hauptkategorien als Dropdown wie im Standard-Azure-Template aufklappen lassen, so dass für gezielte Hauptkategorien die Unterkategorien zu erkennen sind - für einen anderen Teil nicht (hauptsächlich aufgrund der zu hohen Anzahl an Unterkategorien).

Jemand eine Idee, wie ich das umsetzen kann?

Viele Grüße
Nicole

Viewing all articles
Browse latest Browse all 6951

Trending Articles