Recent Topics

1 Jul 21, 2005 20:33    

I'd like to be able to display the 5 most recent comments in the sidebar. Currently, I have a link to a secondary page which displays "most recent comments" controlled by the code below:


<li><a href="<?php $Blog->disp( 'lastcommentsurl', 'raw' ) ?>" title="<?php echo T_('Most recent comments') ?>"><strong><?php echo T_('Most recent comments') ?></strong></a></li>

but I'd like to be able to display a shortened version of the most recent comments, something like:

USERNAME, commenting on TOPIC TITLE

Does anyone know how this gets done?

jj.


Form is loading...