Has anyone created a module or code to create a page which shows all comments (with pagination)?

Comments

pembeci’s picture

you can develop yours borrowing code from

http://api.drupal.org/api/4.7/function/theme_comment_block

and converting it to pagination by checking

http://api.drupal.org/api/4.7/function/tracker_page.

You can also ask the programmers of http://scoop.agonist.org, they have such a page.

cre8d’s picture

Thanks heaps - I hadn't thought of using the recent comments block code as the basis for it :)