Recent Topics

1 Jan 26, 2006 19:40    

It's possible to paging comments? I've seen in the class _commentlist.class that it's not implemented yet

function CommentList(
$blog = 1,
$comment_types = "'comment'",
$show_statuses = array(), // Not used yet
$p = '', // Restrict to specific post
$author = '', // Not used yet
$order = 'DESC', // ASC or DESC
$orderby = '', // list of fields to order by
$posts = '', // # of comments to display on the page
$paged = '', // Not used yet
$poststart = '', // Not used yet
$postend = '', // Not used yet
$s = '', // Not used yet
$sentence = '', // Not used yet
$exact = '', // Not used yet
$default_posts_per_page = '',
$init_what_to_show = '' )

I've blogs with a lot of comments and in order to gain in performance and in page loads I need to page comments or any kind of cache.

There is some hack for paging the comments? I've search in the forum but I've not found anything

Kind regards

2 Jan 29, 2006 11:57

I've added your idea to the todo list.

Unfortunately it's not possible and has low priority.

You might benefit from the memcache cache that will hopefully make it into Phoenix-beta, but for sure into Phoenix-final.

3 Feb 02, 2006 20:47

If you're still looking for an answer to this I can point you to a blog post that has a solution in its (paged) comments ...... or you could just ask MrDav ;)

¥


Form is loading...