search.php enhancement request
-
I’ve modified search.php a bit to make the results a little more readable (to my eye) and I was wondering how to get the poster name, to display with the results for recent posts and relevant posts.
I would like to display something like:
<a href="<?php post_link(); ?>"><?php topic_title($bb_post->topic_id); ?></a> <small><?php _e('Posted') ?> <?php echo date(__('F j, Y, h:i A'), bb_get_p
ost_time()); ?></small> [BY MEMBER]
the [BY MEMBER] part, to get the name of the member who made the post that is listed is the part I need help with. Thank you.
- You must be logged in to reply to this topic.