s there any way to display not just articles rather than categories, i.e. "terms". I checked already with contributed modules navigation.module and menus.module. The former didn't work for me at all. For the latter I was supposed to provide existing links (terms, nodes) again.

Comments

irwin’s picture

I'm looking for this kind of functionality too. In my case, I have a taxonomy like:

My Game
  Announcements
  Rules
  How to Join

I want to be able to create a web site such as "http://myhost/mygame" that will display an HTML page with headings to the different sections, like:

My Game
  • Announcements

    Announcements for the game.

  • Rules

    The rules of the game.

  • How to Join

    Instructions for applications to play this game.

I think I recall older versions of Drupal displaying a page similar to this. If there's a module that does this, please let me know! If there isn't, let me know too, and I'll write one.

-- Irwin