Add a “last poster” column in the listing of forums
-
Hello, i try this in front-page.php:
<tr<?php bb_forum_class(); ?>>
<td><?php bb_forum_pad( '<div class="nest">' ); ?>"><?php forum_name(); ?><small><?php forum_description(); ?></small><?php bb_forum_pad( '</div>' ); ?></td>
<td class="num"><?php forum_topics(); ?></td>
<td class="num"><?php forum_posts(); ?></td>
<td class="num"><?php topic_last_poster(); ?>, il y a "><?php topic_time(); ?></td>
</tr>
but the “><?php topic_time(); ?> show me all time the date of the first post, in all the forum themes … Why?
bye
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.