Para mostrar sempre que o membro abre um novo topico pode ver como a imagem mostra
Display.template.phpPesquisar por
// Show the message anchor and a "new" anchor if this message is new.depois colocar por baixo
//get the memberid of the author
if ($message['id'] == $context['first_message']){
$topicStarterID = $message['member']['id'];
}Pesquisar por
// Show their personal text?e colocar por baixo
//show if it's the topic starter
if($topicStarterID == $message['member']['id']){
echo '<span style="color:red; font-weight:bold"> ', $txt['topic_starter'] , ' </span><br />';
}A cor pode mudar ponha a que quer...
Para terminar vamos ao
Modifications.portuguese.phpantes de
?> ponha
$txt['topic_starter'] = 'Topico Iniciado';