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

styro’s picture

Have 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.

styro’s picture

Status: Active » Closed (won't fix)

This 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.