Re: Last posted by?
Look for the block of code that makes the forums in front-page.php
and in forum.php
. Add this in there.
<td class="num"><?php topic_auther(); ?></td>
<td class="num"><?php topic_start_time(); ?></td>
The topic_start_time()
expects the format to be MySQL time. They do not need an argument to work but they can have one for whatever reason, I don’t know. I just found these by going into bb-includes/template-functions.php
.