hello,
im having trouble getting sub cats to show in a drop down list.
i can use the above code to show a drop down of the 5 main event categories.HTML Code:<h3 class="menuheader expandable"<img src="images/d-blue.gif" style="margin-right:5px;">Test</h3> <ul class="categoryitems"> {foreach from=$AllEventCategory item=arr} - <a href="event-ticket.php?EventCategoryID={$arr.ID}">{$arr.Name}</a><br /> {/foreach} </ul>
as see here : www.eventtrafik.com ( in the top right box - under test).
- Arts & Culture
- Business & Exhibitions
- Entertainment
- Miscellaneous
- Music & Party
but, what code would i need to show the sub cats for each of these?
if you look here : www.eventtrafik.com ( in the top right box) you can see that i have hard coded each sub cat in by typing the url and id number for each sub cat. this takes a long time.
there must be a way to call the lists from the database ???
thanks
rick



Reply With Quote
Bookmarks