Forums
-
- Forum
- Posts
-
- Installation
- 28,398
- Troubleshooting
- 62,319
- Themes
- 10,391
- Plugins
- 15,316
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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.