Closed (won't fix)
Project:
Taxonomy Filter
Version:
4.7.x-2.1
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2007 at 18:05 UTC
Updated:
30 Mar 2007 at 03:33 UTC
Would also be nice to have a more compact block view option that takes up less space than the current bulleted vertical list, something again like the comma separated list of terms PHP snippet over at http://drupal.org/node/84342 in terms of display to the user.
Thanks,
KV
Comments
Comment #1
styro commentedHave a look at the 3.0 beta 3 version - http://drupal.org/node/111812. You get a choice of 4 menu types some of which (depending on the terms in your vocab) take up less space - including a tag cloud (you could always override the CSS to make them all the same size if you prefer), a context menu that just shows parent/child/related terms rather than the whole lot, and an expandable menu for hierarchies.
Comment #2
styro commentedThis can be done by overriding the modules theme functions - see this issue for an example:
http://drupal.org/node/132156
Feel feel to reopen this request if this isn't enough.