I am not sure if I am doing something wrong, but I see block refresh settings in panel admin for every block (even from custom module) except for the "node comments" and "node comments from" block. I don't really need block refresh for the "node comments form", but I would really like the "node comments" to refresh periodically.
See screenshots.

Any pointers would be appreciated.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nsuit created an issue. See original summary.

nsuit’s picture

nsuit’s picture

Priority: Normal » Major
tripper54’s picture

Status: Active » Closed (works as designed)

I'm sorry, this module only works on blocks.

The 'node comments' and 'node comments form' panes are not blocks.

So if you'd like them to auto refresh you'll have to find another strategy.

Some options to explore:

* https://www.drupal.org/project/comment_block .
* Set up a views block with node comments.
* https://www.drupal.org/project/ajax_pane

Good luck!