I've come to realize how unorthodox this sounds, but is there any way to configure Drupal to allow for comments to be posted onto Taxonomy terms, and not just nodes?

I'm using views + draggableViews to create a site for online collaboration of list building. Instead of using a book to organize everything, I'm using Taxonomy since lots of lists will be sharing the same steps.

The problem is, I need to allow for people to post comments on the views pages that I've created, and I can't figure out how to do this without associating the view with a single node.

Any thoughts?

Comments

jakery’s picture

I found part of my solution but I'm still very confused. I'm now using the Node Comments module to make the display of comments more flexible. Still, is there a way to associate Node Comments with tid instead of nid?

jakery’s picture

The NAT module lets me create nodes that automatically create taxonomy terms behind them--almost the same thing as not having nodes for practical purposes, except now the node behind the taxonomy term can store the comments. Still trying to figure out how to mash it all together.