Leex Posted June 20, 2011 Report Share Posted June 20, 2011 Ich versuche ein Flyout Menü zu realisieren und würde gerne wissen warum er mir bei diesem Code gar nichts ausgibt. <div id="topmenuwrap"> <ul id="topmenu"> <ul id="categorymenu"> {foreach name=aussen item=module_data from=$_categories} <li class="level{$module_data.level}{if $module_data.active} active{/if}"><a href="{$module_data.categories_link}" title="{$module_data.categories_heading_title}">{$module_data.categories_name}</a></li> {/foreach} </ul> </ul> <div id="currencies">{box name=currency}</div> <div id="languages">{box name=language}</div> </div> ist einfach aus der box_categories.html kopiert. Im Topmenü wird jedoch nichts angezeigt. Siehe: TESTSHOP Link to comment Share on other sites More sharing options...
seomatrix Posted June 25, 2011 Report Share Posted June 25, 2011 ich würde mal darauf tippen dass an dieser stelle die variabeln nicht verfügbar sind. Link to comment Share on other sites More sharing options...
Leex Posted June 25, 2011 Author Report Share Posted June 25, 2011 ja dacht ich mir auch schon ... aber wie krieg ich die variablen da rein? Link to comment Share on other sites More sharing options...
seomatrix Posted June 25, 2011 Report Share Posted June 25, 2011 warum kauft du dir nicht das plugin für pulldown / flyout menus? wäre doch einfacher. variabeln macht das plugin automatisch (übernimmt deine kategorie struktur) das teil hat auch ein template, so dass du es ggf. individuell anpassen kannst. wer genau das plugin anbietet weiss ich net mehr, gibts aber auf jeden fall einfach mal googlen oder im marketplace schaun. Link to comment Share on other sites More sharing options...
Leex Posted June 25, 2011 Author Report Share Posted June 25, 2011 klar wärs einfach aber ich hab keine lust für so etwas eigentlich simples 100 euro zu bezahlen ;-) jemand ne lösung wie ich die variablen in die index kriege? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.