User account menu

  • Log in
BXTra.net

Breadcrumb

  • Home
  • Articles
  • [HOW-TO] Drupal 6 : Add additional "Add Comment" link into the node

[HOW-TO] Drupal 6 : Add additional "Add Comment" link into the node

By BXTra | 6:37 PM PST, Tue January 18, 2011
Drupal
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
About text formats
  • No HTML tags allowed.
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.

bart

13 years 10 months ago

Permalink

THX ! Could you describe how

THX ! Could you describe how u put this code ? I mean how did know what to put in this line.
  • Reply

BXTra

13 years 10 months ago

Permalink

In reply to THX ! Could you describe how by bart

As I said, you can put it

As I said, you can put it anywhere you want. Just make sure it's not within . If it's not working, make sure you clear your cache.
  • Reply

Peter

12 years 6 months ago

Permalink

In reply to THX ! Could you describe how by bart

Add new comment | BXTra.net

I'm not sure where you're getting your info, but great topic. I needs to spend some time learning more or understanding more. Thanks for magnificent info I was looking for this info for my mission. Peter
  • Reply

Anonymous

13 years 10 months ago

Permalink

Yea I know that (I'm using it

Yea I know that (I'm using it on my page) but how did you found that this code must be written this specific way. Where to look for those objects - 'comment-form' ?
  • Reply

BXTra

13 years 10 months ago

Permalink

In reply to Yea I know that (I'm using it by Anonymous

What I did here is to try

What I did here is to try what many people commented, then, confirmed that it work here to make it easier for anyone that want the same thing as mine. (Reading through a lot of comments can confuse many people) So, with this topic, I just tested and summarized how to do it. If you really want to know, you may have to go to drupal forum in the link above and ask from there. Sorry that I can't help.
  • Reply
  • Add new comment

  • Will the router get the Openvpn as a client option?
    6 years ago
  • cancellation
    6 years 1 month ago
  • Router ASUS RT-N12 D1 tomatoes passwort falsch
    7 years 8 months ago
  • WPS button = 30/30/30 hard reset button
    7 years 9 months ago
  • Save my day!
    8 years 3 months ago
  • How to
    8 years 6 months ago
  • Can i still access my modem (the one with the ISP provided)?
    8 years 6 months ago
  • A saving step!
    8 years 10 months ago
  • Problem with Asus n12e-c1
    8 years 11 months ago
  • don't use Hostgator
    9 years 2 months ago

© 2007 - 2023 BXTra.net. All Rights Reserved. 
Certain other content, photos and artwork displayed on BXTra.net are protected by copyright and are the property of their respective owners.

Privacy Policy