Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,514
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
In post.php
, change <?php printf( __('Posted %s ago'), bb_get_post_time() ); ?>
to <?php printf( __('Posted %s'), bb_get_post_time(array('format'=>'datetime')) ); ?>
. You need to change the option datetime_format
to change how the date/time is formatted, not sure where that’s set, so the All Options plugin might help.