I've got a custom-themed cck node type that doesn't currently display comments even if comments are enabled. Is there code I need to include in node-content-type.tpl.php in order to print comments?

love to all.

drb

Comments

Caesar Tjalbo’s picture

It worked with me out of the box.
- What's the comment setting for your custom type in administer>settings>content types?
- Does your user have rights for commenting (administer>permissions)?
- Does your node template display $links?

darobu’s picture

Your last part about $links did it. I think I had removed that when creating my tpl.php file and I wasn't sure what variable/object displayed comments.

Peace.

drb