Has anyone created a module or code to create a page which shows all comments (with pagination)?
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.
Thanks heaps - I hadn't thought of using the recent comments block code as the basis for it :)
Comments
if you know some php
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.
Thanks heaps - I hadn't
Thanks heaps - I hadn't thought of using the recent comments block code as the basis for it :)