Anyone who knows Drupal...

Out of context: Reply #3

  • Started
  • Last post
  • 3 Responses
  • welded0

    Just guessing, but you might be able to use the Views module to get the data you need. It's extremely useful anyway, so if you're messing about with Drupal you really should take a look anyway.

    So your view type would be 'block' so you can place it where you need in the block admin, the fields would be node name + link to node and taxonomy term + group by field, order by taxonomy weight (or whatever else you want), filter by vocabulary and published, set limit to 0, set formatting to unordered list, or something (you may need to fiddle with this since I can't remember it's names and values). In my head, you'll end up with an unordered list one or more levels deep that you can then pretty up with JS/CSS.

    My guess is that this would work; it's what I'd try, anyway. :/

View thread