Node Type Filter

This is a simple moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. that allows for various lists, such as "taxonomy/term," to be filtered by content type.

This filter requires some type of query that selects nodes, such as the front page query or "taxonomy/term/xxx". The moduleAn add-on, or extension, to Drupal to provide additional functionality; written in PHP. does not, in and of itself, select nodes.

It complements Taxonomy Browser, so I resurrected it from the grave. I did not write it.