Hi jettrue and this awesome community. First, props to jettrue for this awesome contribution, a quick and painless install, and it worked right off the bat. Looks fine in IE and Ffox.
So, with my project site, I have to make the navigation to ONLY be categories. I was first elated to see that someone on page 3 mention this request, but as I read through all the way to page 18, it was never responded to. My site is in a private IP space right now and is not viewable to the public.
That user who first brought up the question was jtschrade, and he said: "I want to edit this so that the drop down menu is only showing the categories in my catalog (each category name showing horizontally across the top of the website and not showing any of the other stuff listed in the default settings). I'm not sure how to to do that. Any help would be great."
And that is EXACTLY what I need my flyout navigation to do. I know that I can remove all the unnecessary links in the tpl file, and if I wanted to make the main categories be the ones going horizontally and the subcats vertically, don't I need to somehow edit the code in the tpl file below to that formats the HTML to comply with the css structure?
Code:
$menulist = str_replace('"level4"','"level5"',$menulist);^M
$menulist = str_replace('"level3"','"level4"',$menulist);^M
$menulist = str_replace('"level2"','"level3"',$menulist);^M
$menulist = str_replace('"level1"','"level2"',$menulist);^M
$menulist = str_replace('<li class="submenu">','<li class="submenu">',$menulist);^M
$menulist = str_replace("</li>\n</ul>\n</li>\n</ul>\n","</li>\n</ul>\n",$menulist);^
Again, thanks for your great support and attitude towards this contribution, and I am thanking you in advance.