Recent Topics

1 Jun 27, 2008 19:35    

My b2evolution Version: 1.10.x

2.4.2

Back in 1.9 (I think) we had the back office option to change the number of "Latest Comments" to display. It seems to be limited to 20. Is there still a way to change this in the back office? If not, is there a hack?

2 Jul 04, 2008 08:57

If it is a setting it will be in the widget (Blog settings -> widgets -> pick the widget). Dunno if it's there or not though.

3 Aug 01, 2008 20:44

There wasn't a widget but I did find it in this file:

_comments.disp.php

In your skins folder

Line 19: $CommentList = & new CommentList( $Blog, "'comment','trackback','pingback'", array('published'), '', '', 'DESC', '', 20 );

Change that 20 to whatever you want.


Form is loading...