Is it possible to show the date and time on the Latest Chatter widget as it does on each entry in the chatroom please?
Many thanks
Katie
Is it possible to show the date and time on the Latest Chatter widget as it does on each entry in the chatroom please?
Many thanks
Katie
line 214 (roughly)
echo '<li>'.date('H:i:s',$output['timestamp']+get_option( 'gmt_offset' ) * 3600).' ['.$output['sender'].'] '.$output_text.'</li>';
That will output the time in the widget.
This topic has been closed to new replies.