Not sure whether this is the appropriate forum, or perhaps 'module development' since this is a problem/confusion I'm having with a contributed module.
Anyway, I'm using drupal version 4.2.0 RC. I downloaded and followed the instructions to install the corresponding version of taxonomy_dhtml. Functionally, it went in without a hitch, which was fantastic. However, I was under the impression that it did some sort of dynamically expanding tree structure. All that renders in the block for me is a static list of nodes which indicate their place in the hierarchy with a single '-' and a non-breaking space for each level of nesting.
I'm not all that interested in the dynamic folding aspect. I would however, like to style the links that are produced, but there there is no special markup attached to the block or the links contained therein. So how does one go about changing the appearance?
cheers,
Charles
Comments
answers
the collapsing list functionality of found on the main taxonomy_dhtml page. browse to your site's index.php?q=taxonomy_dhtml page.
you cnage the appearance either by changing the source code or by defining the right function in your theme. see theme() for details. the function in question is taxonomy_dhtml_render_vocab_vert() or something like that.
huh
Is there something clearer somewhere