By default, when you access a taxonomy term, Drupal lists all of the nodes under that term with its teaser, author, etc.
Can someone recommend to me the best way to modify a specific taxonomy term such that when it is accessed, it will list only the node title and author (and perhaps some other field)?
In the past, I've simply hacked code to do this, but since I tend to do this for every Drupal installation I do, I'm wondering if someone can help me with the design of a module that will allow this. Iknow that there's a number of modules that will provide lists, such as project and forums, but I would ideally like this to NOT look like a forum. I really want to have customized fields for the node that are displayed. In theory, this kind of display would cooperate very well with flexinode so you candisplay a summary list of flexinodes with appropriate information.
What I want to do with my Drupal site is to maintain a community of role-players. I want players to be able to maintain their own characters online and to access other people's characters. I am thinking of creating a flexinode type to represent a character, and placing them all under a taxonomy "Characters". When someone browsing the site clicks on "Characters", they get a table displaying the character's name and the player's name. I don't want to use a book because it's not really a book, and although the forum works, it's not as nice to want to access a character list, and then you stumble across a forum page.