Ahmad
Ahmad

Reputation: 2129

How to unset the comment form in drupal 7?

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?

Upvotes: 0

Views: 1236

Answers (2)

garrettc
garrettc

Reputation: 11

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.

Upvotes: 1

Benjamin
Benjamin

Reputation: 2118

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.

Upvotes: 0

Related Questions