I am looking for a module can add comment for any page. For example, I can comment on user profile page, I can comment on taxonomy term page.
The core drupal comment can only use on node page.
Is there a module like this?

Comments

mrtbc’s picture

You may need to do this by creating a new Content Type (called, e.g. "My Page") and using this instead of the standard pages.

Drave Robber’s picture

http://drupal.org/project/sticky_notes <- these are not exactly comments, but can be added on any page nevertheless.

rexcn’s picture

thx drave. You show me a good way.