I'm sorry, it's cross-posted from the bbPress support forum.
_ck_, I want to display the exact time/date of the last posts rather than "1 day ago" or "2 months ago".. where's the part of your code should I change?
I've successfully edited the Freshness on "Latest Discussion" with the exact time/date using this code
<?php echo(topic_time('j M Y')); ?><?php echo(topic_time('H:i')); ?>
I tried using the same code to replace forum_time() but it didn't work obviously..
thanks for the code..