lyf posted to #drupal:

lyf

How do I query whether a node has comments enabled or disabled? http://drupal.org/node/454136

6 months, 3 weeks ago.

1 comment so far

  • kimbach

    I'm pretty sure that that must be a property of a node, so you should be able to see that as a field on the node "object" - as far as I can see, it could be the field [comment] that you should check - can't remember for sure, but I think that you refer to it like this $node->comment

    6 months, 3 weeks ago by kimbach

Sign in to add a comment