I love the article module, but it is lacking a feature that I would love to have. When you click on the topics (defined by taxonomy) it lists the articles in that topic. It also lists the teaser and the $links.
I would love it if it would ONLY list the topics. I've been trying to hack this all day but I can't make heads or tails of the code for this page. Is it possible to just put a check box in the settings that says, "titles only" or something like that?
Mateo
Comments
Comment #1
CodeMonkeyX commentedThe article listings are displayed using the taxonomy_render() function, and this function does not provide any way to select if teasers will be displayed or not.
I will submit a patch for the Drupal core to add the option for not displaying teasers in the taxonmomy_render() function. If/when the patch is accepted I will then add support for this into the next release of the Article module.
Comment #2
CodeMonkeyX commentedAfter looking into this some more I see that it will not be possible to implement this feature without re-writing several functions from the taxonomy, and node modules. In my opinion this feature does not warrent the extra code, so it will not be fixed for now.