By rexcn on
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?
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
You may need to do this by
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.
http://drupal.org/project/sti
http://drupal.org/project/sticky_notes <- these are not exactly comments, but can be added on any page nevertheless.
thx drave. You show me a good
thx drave. You show me a good way.