Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Timestamp in topic replys as clock.

Try this code instead, this is what I’m using on my own forums:

<?php printf( __('Posted on %s'), bb_datetime_format_i18n( bb_get_post_time( array( 'format' => 'timestamp' ) ) ) ); ?>

Skip to toolbar