Hi does anyone knows how to create a fast comment or a comment form in the footer instead of the regular comment?

Comments

dawehner’s picture

you could easy use

<?php
print drupal_get_form('comment_form', array('nid' => arg(1));
?>
ultrajet’s picture

thanks, but where do I type that code?

khawshik_1’s picture

create a block in footer and enter this code as php code
and it will help you

ultrajet’s picture

thanks, I'll try it

ultrajet’s picture

Got a problem

Parse error: parse error in C:\xampp\htdocs\demo\includes\common.inc(1655) : eval()'d code on line 2

sphism’s picture

  print drupal_get_form('comment_form', array('nid' => arg(1)));

works a treat