This commit is contained in:
Roman Kelesidis 2023-12-18 23:34:04 +07:00
parent f56c66f7ed
commit 54907f0133
2 changed files with 3 additions and 1 deletions

View File

@ -832,6 +832,7 @@ else
'TOPIC_AUTHOR' => profile_url(array('username' => $topic['first_username'], 'user_id' => $topic['first_user_id'], 'user_rank' => $topic['first_user_rank'])),
'LAST_POSTER' => profile_url(array('username' => $topic['last_username'], 'user_id' => $topic['last_user_id'], 'user_rank' => $topic['last_user_rank'])),
'LAST_POST_TIME' => bb_date($topic['topic_last_post_time']),
'LAST_POST_TIME_RAW' => $topic['topic_last_post_time'],
'LAST_POST_ID' => $topic['topic_last_post_id'],
));
}

View File

@ -152,7 +152,7 @@ function show_edit_options ()
<th class="{sorter: 'text'}" title="{L_TOPICS}"><b class="tbs-text">{L_TOPICS}</b></th>
<th class="{sorter: 'text'}" title="{L_AUTHOR}"><b class="tbs-text">{L_AUTHOR}</b></th>
<th class="{sorter: 'digit'}" title="{L_REPLIES}"><b class="tbs-text">{L_REPLIES_SHORT}</b></th>
<th class="{sorter: 'text'}" title="{L_LASTPOST}"><b class="tbs-text">{L_LASTPOST}</b></th>
<th class="{sorter: 'digit'}" title="{L_LASTPOST}"><b class="tbs-text">{L_LASTPOST}</b></th>
</tr>
</thead>
<!-- BEGIN t -->
@ -181,6 +181,7 @@ function show_edit_options ()
<td class="med nowrap">{t.TOPIC_AUTHOR}</td>
<td title="{L_REPLIES}: {t.REPLIES}" class="small">{t.REPLIES}</td>
<td class="small nowrap" style="padding: 1px 4px 3px 4px;">
<u>{t.LAST_POST_TIME_RAW}</u>
<p>{t.LAST_POST_TIME}</p>
<p>
{t.LAST_POSTER}