1 reply [Last post]
Mog
Mog's picture
Offline
Internationalizationizer
Joined: 08/16/2007
Juice: 160
Was this information Helpful?

I always got some problem to change the catalog menu in nice-menus or dhtml menu (have to use taxonomy menu and nice-menus/or/Dhtml-menus but not always working...). Today i finaly found a very useful and simple module :

http://drupal.org/project/nice_tax_menu

I think it could be a need to have for stylying catalog menu.

regards.

ledom's picture
Offline
Joined: 10/08/2008
Juice: 81
Re: Found new module to enhance catalog menu on Drupal 5.x

Thank you very much for this post! I was looking for this for a while...
Now I can have a nice catalog menu with ubercart.

I just made a little hack to link products category to table form with products:
line 139: 'data' => l($kid->name, 'catalog/'.$kid->tid.'/'.$kid->name),

It works like a charm and I no more need DHTML menu module and manual entries...