Hey end user I would just

Posts: 64
Joined: 02/13/2008

Hey end user

I would just do:

<a href="<?php $node->links['comment_add']['href']; ?>" title="<?php $node->links['comment_add']['title']; ?>"><?php $node->links['comment_add']['title']; ?></a>

To get the correct array $vars I would place the following code at the bottom of my node page and check the array output for comments.

<?php var_dump($node); ?>

Let me know how you get on as I have the code somewhere i'll try and dig it out tonight.

Nifty Products Tutorial Part 1 By: mykz- (81 replies) Wed, 03/19/2008 - 20:04