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.
http://forums.b2evolution.net/viewtopic.php?t=4210&highlight=comments+sidebar
http://forums.b2evolution.net/viewtopic.php?t=1292&highlight=comments+sidebar
Those two threads should give you what you need.