Just edit node.tpl.php and insert code below to anywhere you want :
<?php
print l(t('Add Comment'), 'comment/reply/' . $node->nid, array('fragment' => 'comment-form'));
?>
Make sure that
, 'comment/reply/' part is relative to your path. If you access your website through
www.myweb.com/web. Then, that part would be
, 'web/comment/reply/'Note : In case you are using
Acquia Prosper theme, edit
node-product.tpl.php instead.
Source : http://drupal.org/node/870344
THX ! Could you describe how
As I said, you can put it
Add new comment | BXTra.net
Yea I know that (I'm using it
What I did here is to try
Add new comment