Hi,
I've just made a simple change so you can click on the 3 dots indicating that there are more subcategories available. I also added a tooltip to show "more <categoryName>"
All you need to do is change
$category .= "...\n";
to
$category .= "<A HREF=\"$cat_url\" style=\"$this->cat_link_style\" title=\"more $cat_name\">...</A>\n";
in category.class.php. You can find this arround line 671
Just a simple tip so I contribute to this forum instead of just picking information.
Bart


