Comment Unrender

Categories

Component ID

1414178

Component name

Comment Unrender

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

721

Component created

Component changed

Component body

Comment un-render also known as "Display Node Comments Anywhere" is a Drupal 6 module, which removes the comment_render() from the node_show(), after the node_view().

This is useful if you want to put the comments some where else, instead of in the hard-coded position they are currently with Drupal.

For me, I used this module in conjunction with a custom node template, to display the comments in a "quicktabs" like interface on my node. With out this module (or something like it) this is not possible with Drupal.

Some related issues:
#152402: Make node_show() themeable for comment positioning