Formatting messy with more than four or five categories
Dinis - January 28, 2009 - 13:30
| Project: | Taxonomy dhtml |
| Version: | 5.x-2.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Dinis |
| Status: | closed |
Jump to:
Description
Hola,
I'm submitting a small patch to make it easy to limit the number of columns displayed in the taxonomy_dhtml output before moving to a new row. It's a bit "quick and dirty" and has no additional user interface, but if you want to change the number of columns output, you can simply change the value on line 230 (default is '3' in this patch).
Hope this helps.
Danielle
| Attachment | Size |
|---|---|
| taxonomy_dhtml.patch | 1.32 KB |

#1
This module is no longer being actively developed as it duplicates functionality that can be obtained through the usage of taxonomy_menu ( http://drupal.org/project/taxonomy_menu ) and dhtml_menu ( http://drupal.org/project/dhtml_menu ).