Topic: Show post title instead of Time.
Is there anyway to show the last post's title as well as the time it was posted on the View Forums page?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Show post title instead of Time.
Is there anyway to show the last post's title as well as the time it was posted on the View Forums page?
Anyone?
1. Are you talking about index.php or viewforum.php?
2. Are you talking about the title of the last replied to topic?
I think he wants the topic title of the last post displayed on the index page as anything else doens't make sense.
An extemely important topic .....
Today by Fred
Thanks all. Connorhd had exactly what I was looking for.
Anyone know wahts the "dans" line was SUPPOSE to refer to in the code for this:
// If there is a last_post/last_poster.
if ($cur_forum['last_post'] != '') {
$idmT = (isset($idmComp)) ? ' title="'.$idmComp.'"' : '';
$last_post = format_time($cur_forum['last_post']).'<br />dans <a href="viewtopic.php?pid='.$cur_forum['last_post_id']..... etc etc etc....
I just removed it and things work fine....
Anyone know wahts the "dans" line was SUPPOSE to refer to in the code for this:
// If there is a last_post/last_poster.
if ($cur_forum['last_post'] != '') {
$idmT = (isset($idmComp)) ? ' title="'.$idmComp.'"' : '';
$last_post = format_time($cur_forum['last_post']).'<br />dans <a href="viewtopic.php?pid='.$cur_forum['last_post_id']..... etc etc etc....I just removed it and things work fine....
According to Google, "dans" is French for "in".
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Show post title instead of Time.
Powered by PunBB, supported by Informer Technologies, Inc.