how do i change the content on comment/reply/ pages? like i dont want the node to be displayed.
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/
That does still output the node under the form. i want to modify the comment/reply pages
Hey detot, have you found the solution for your problem?
Hide node content below preview comment form through CSS...
.box .node { visibility: hidden; display: none; }
Comments
goto
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/
That does still output the
That does still output the node under the form. i want to modify the comment/reply pages
Hey detot, have you found
Hey detot,
have you found the solution for your problem?
Hide node content below
Hide node content below preview comment form through CSS...