how do i change the content on comment/reply/ pages? like i dont want the node to be displayed.

Comments

p6’s picture

goto /admin/content/comment/settings and configure the 'Location of the comment form' value.

- Pavan Keshavamurthy
www.bas.org.in

- Pavan Keshavamurthy
http://grahana.net/

detot’s picture

That does still output the node under the form. i want to modify the comment/reply pages

falloutboy’s picture

Hey detot,
have you found the solution for your problem?

heytrish’s picture

Hide node content below preview comment form through CSS...

.box .node {
  visibility: hidden;
  display: none;
}