Topic: Moved topics
Moved topics don't have self icon.
Please replace at viewforum.php at line ~196
if ($cur_topic['moved_to'] != 0)
$subject = $lang_forum['Moved'].': <a href="viewtopic.php?id='.$cur_topic['moved_to'].'">'.pun_htmlspecialchars($cur_topic['subject']).'</a> <span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_topic['poster']).'</span>';
with
if ($cur_topic['moved_to'] != 0)
{
$subject = $lang_forum['Moved'].': <a href="viewtopic.php?id='.$cur_topic['moved_to'].'">'.pun_htmlspecialchars($cur_topic['subject']).'</a> <span class="byuser">'.$lang_common['by'].' '.pun_htmlspecialchars($cur_topic['poster']).'</span>';
$item_status .= ' imoved';
$icon_text .= ' '.$lang_forum['Moved'];
}
Thanks.
PS: PunBB 1.2.17.