In drupal 7 the comment form appears on every node. I want to unset the comment form and display a link of "Add new comment" which will开发者_运维问答 display the comment form on click.
Any Idea?
On the edit page for the content type, under "Comment settings" there is an option labelled "Show reply form on the same page as comments". When that option is unchecked then the comment form will appear on it's own page.
You need to go to
Structure >> Content types >> Then edit the content type e.g Pages >> then on the tab there a tab called "Comment fields"
You can add and remove comment fields there.
I hope this helps.
精彩评论