SMF 1.1.x (Móbulos Manual) > Assunto
detalhes do tópico
(1/1)
candidosa2:
Display.template.php
Pesquisar por
// Show the page index... "Pages: [1]".
Depois colocar acima desse codigo
--- Código: ---// Konu bilgileri başlangını by MJoRaYuLuN Traduçao Candidosa2
echo '<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
<table border="0" width="100%" cellspacing="1" cellpadding="2" class="bordercolor">
<tr>
<td class="catbg3" height="24" valign="middle" colspan="3" align="center" width="100%" style="padding-left: 6px;"><b>', $txt['akb1'], '</b></td>
</tr>
<tr><td rowspan="4" class="windowbg" valign="middle"><img src="' . $settings['images_url'] . '/icons/info.gif"></td></tr>
<tr>
<td class="windowbg" align="center" valign="middle" width="50%" style="padding-left: 6px;" id="top_subject">
<fieldset><legend><b>', $txt['akb2'], '</b></legend><b>', $txt[118], '</b>: ', $context['subject'], ' </fieldset></td>
<td class="windowbg" align="center" valign="middle" width="50%" style="padding-left: 6px;"><fieldset><legend><b>', $txt['akb3'], '</b></legend><b>', $txt['akb3'], '</b>: ', $context['num_replies'], ' ', $txt[akb4], '</fieldset></td>
</tr>
<tr class="windowbg">
<td class="windowbg" align="center" valign="middle" width="50%" style="padding-left: 6px;"><fieldset><legend><b>', $txt['641'], '</b></legend><b>', $txt[641], '</b> ', $context['num_views'], ' ', $txt[642], '</fieldset></td>
<td class="windowbg" align="center" valign="middle" width="50%" style="padding-left: 6px;"><fieldset><legend><b>', $txt['akb5'], '</b></legend>';
if (!empty($settings['display_who_viewing']))
{
// Konuda kullanıcıları göstersin mi?
if ($settings['display_who_viewing'] == 1)
echo count($context['view_members']), ' ', count($context['view_members']) == 1 ? $txt['who_member'] : $txt[19];
// Konuyu okuyanlar
else
echo empty($context['view_members_list']) ? '0 ' . $txt[19] : implode(', ', $context['view_members_list']) . ((empty($context['view_num_hidden']) || $context['can_moderate_forum']) ? '' : ' (+ ' . $context['view_num_hidden'] . ' ' . $txt['hidden'] . ')');
// Ziyaretçiler
echo $txt['who_and'], $context['view_num_guests'], ' ', $context['view_num_guests'] == 1 ? $txt['guest'] : $txt['guests'], $txt['who_viewing_topic'], ' ';
}
echo '</fieldset></td>
</tr>
</table></table></div><br>';
// Konu bilgileri bitişi by MJoRaYuLuN Traducao Candidosa2
--- Fim de Código ---
Modifications.english.php
--- Código: ---$txt['akb1'] = 'Detailed Subject Info';
$txt['akb2'] = 'Subject';
$txt['akb3'] = 'Post';
$txt['akb4'] ='answers';
$txt['akb5'] = 'Who is watching?';
--- Fim de Código ---
Modifications.portuguese.php
--- Código: ---$txt['akb1'] = 'Detalhes do Topico';
$txt['akb2'] = 'Assunto';
$txt['akb3'] = 'Poste';
$txt['akb4'] ='Respostas';
$txt['akb5'] = 'Quem a ler o Topico?';
--- Fim de Código ---
Navegação
Ir para versão completa