When taxonomy_dhtml displays its categories overview page of all vocabularies and terms, each term is an expandable/collapsible entry (followed by a parenthetical total for that term) that upon expanding will then list each node's title for click/accessing.
Is it possible to eliminate the expandable/collapsible aspect and thus, when clicking the term you are presented with all nodes in full for that term? Out of curiosity I tried renaming menuExpandable3.js and indeed I got what I'm referring to. Each term is preceded by the square.gif. If the visitor clicks the respective term, they receive all of the nodes for that term collected together instead of an expanded menu opening that lists each node by title. Thus click, say, Software, and you get all nodes written about software (that include the term).
So that accomplished it but Drupal reports a file not found error in the log because it's indeed looking for the menuExpandable3.js file. So I then tried emptying the contents of menuExpandable3.js and while I no longer get the not found error, I do get browsers (such as IE) reporting a javascript error "Object expected."
So my question is, is there something I can do, perhaps within the menuExpandable3.js file, to turn off the expandable menu aspect?
I may regret that down the road when I have dozens+ nodes for each term and Drupal is presenting all such nodes at once per term, but I can change it back if that becomes an issue. I rather like the ability at this time for the visitor to be presented with all respective nodes for reading when clicking the term rather than expanding to a list of each node's title for clicking. They instead get a page that starts with the name of the term followed by each node's text for that term.