Nodecomments seem to be processed in the $node variable very much like Drupal's core comments. This can make it challenging when theming. Drupal's Core Comments can be printed independently in a theme with the Comment Display module. Is there a separate $comments variable or equivalent that I can use to print just the nodes comments in my theme?
Or can I use 'drupal_get_form'? (I just want to print the comment form somewhere special in my theme, not necessarily the comments themselves.)
Thanks.
Comments
Comment #1
maedi commentedWas able to print just nodecomments using code from here:
Though a $comments variable would be easier.
Comment #2
crea commentedD6 1.x branch is not supported anymore. Closing.