Hello,

I am pretty familiar with the dropdown menu and have used it on several sites.

Have a new question though and I just spent an hour looking for an answer through the forum and can't find a method that works with zen cart version 1.39h

Here is the site http://kgfinegifts.com/shop/index.ph...=index&cPath=7

Basically I have edited the tpl_drop_down.php to NOT automatically display the categories because I needed them across the page and I need to sneak in a Home link.

I have this all figured out, how can I use the UL generator though to display all the sub categories under a certain main category.

For instance, on this sample. Gifts has 4 sub categories and I would like them to be automatically displayed under Gifts, same thing for the others.

I imagine it is a line of code (something similar to the UL generator) where I can specify what the main category ID is and then it will list the other sub categorys. I'm having issues with it though, have any ideas?

Here is the code from part of my file, thank you

************************************

<?php

// load the UL-generator class and produce the menu list dynamically from there
require_once (DIR_WS_CLASSES . 'categories_ul_generator.php');
$zen_CategoriesUL = new zen_categories_ul_generator;
$menulist = $zen_CategoriesUL->buildTree(true);

$menulist = str_replace('"level2"','"level3"',$menulist);
$menulist = str_replace('Fashion Accessories','"level2"',$menulist);
$menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist);
$menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist);
echo $menulist;
?>
<li><a href="http://kgfinegifts.com/shop/index.php?main_page=index&cPath=3">Fashion Accessories</a></li><li class="submenu"><a href="http://kgfinegifts.com/shop/index.php?main_page=index&cPath=2">Jewelry</a>