UPDATE
Ok so I took a look at the post.php file and saw where the post time can be deleted in the bottom of topics. But I still can’t find where it can be delete right below the Title of the topic.
Thanks,
RedBull
<ul class="topicmeta">
<span id=”topic_posts”><?php topic_posts_link(); ?></span>
<span id=”topic_voices”><?php printf( _n( ‘%s voice’, ‘%s voices’, bb_get_topic_voices() ), bb_get_topic_voices() ); ?></span>
<?php printf(__(‘Started %1$s ago by %2$s’), get_topic_start_time(), get_topic_author()) ?>
<?php if ( 1 < get_topic_posts() ) : ?>
<?php printf(__(‘Latest reply from %2$s’), esc_attr( get_topic_last_post_link() ), get_topic_last_poster()) ?>
<?php endif; ?>
<?php if ( bb_is_user_logged_in() ) : ?>
<li<?php echo $class;?> id=”favorite-toggle”><?php user_favorites_link(); ?>
<?php endif; do_action(‘topicmeta’); ?>
In there just remove one of the li’s which contains the date
Yes keep it and just don’t show it. Better incase you want to do something about your data when you will need post times.