Re: Nifty Products Tutorial Part 1

Posts: 83
Joined: 01/11/2008

I'm using this method to set my product page layout but I'm having no luck getting the ยป * Add new comment link to show up.

I used this

<?php
print $node->links['comment_add']['title'].": ".url($node->links['comment_add']['href'])."";
?>

which I found on another post but all it displays is Add new comment: /comment/reply/194

What would I need to properly display the add comment link.

Thanks
Arek

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