By jskahan on
Hi I just want to echo the $cid next to each comment. I'm running drupal 5. Any help would be appreciated. Thanks.
Hi I just want to echo the $cid next to each comment. I'm running drupal 5. Any help would be appreciated. Thanks.
Comments
$comment->cid
jskahan,
If I understand your question correctly, it sounds like you would need to put
print $comment->cid;in your comment.tpl.php file at the location you want it to appear.Hope this is useful!