Recent Topics

1 May 01, 2007 05:02    

My b2evolution Version: Not Entered

Hi there

I'd like to make a new blog with only an image and comments active.

Is it possible to get rid of all design and interface stuff, stats, etc, and have that barebone funtionality?

thanks for any help!!

SS

2 May 01, 2007 05:46

In that case why don't you just link to yourblog.com/index.php?disp=comments
and in _lastcomments.php simply edit the following...

$CommentList = & new CommentList( $blog, "'comment','trackback','pingback'", array('published'), '',	'',	'DESC',	'',	20 );

and change the 20 to whatever figure you like.
I'm not sure how you would add pagination though because as it is displays them all on ONE page.


Form is loading...