Autor Tópico: Quem está Online colocar avatar  (Lida 2453 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline candidosa2

  • Suporte Tecnico
  • Fundador
  • *
  • Mensagens: 5072
  • Rank: 1658
  • Sexo: Masculino
  • Suporte
    • Hosting Moçambique
Quem está Online colocar avatar
« em: 10 de Dezembro de 2010, 07:16 »
Who.template.php.

Código: [Seleccione]
<td nowrap="nowrap">', $member['time'], '</td>
Código: [Seleccione]
<td nowrap="nowrap">', $member['avatar']['image'], '</td>
<td nowrap="nowrap">', $member['time'], '</td>

Código: [Seleccione]
<td colspan="3"><b>', $txt[139], ':</b> ', $context['page_index'], '</td>
Código: [Seleccione]
<td colspan="4"><b>', $txt[139], ':</b> ', $context['page_index'], '</td>
Todos de cima e Localizar

Código: [Seleccione]
<table cellpadding="3" cellspacing="0" border="0" width="100%" class="tborder">
Depois Alterar

Código: [Seleccione]
<table cellpadding="4" cellspacing="0" border="0" width="100%" class="tborder">
Código: [Seleccione]
<td style="width: 14ex;"><a href="' . $scripturl . '?action=who;start=', $context['start'], ';sort=time', $context['sort_direction'] == 'down' && $context['sort_by'] == 'time' ? ';asc' : '', '">', $txt['who_time'], ' ', $context['sort_by'] == 'time' ? '<img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></td>
<td>', $txt['who_action'], '</td>


Código: [Seleccione]
<td>', $txt['avatar'], '</td>
<td style="width: 14ex;"><a href="' . $scripturl . '?action=who;start=', $context['start'], ';sort=time', $context['sort_direction'] == 'down' && $context['sort_by'] == 'time' ? ';asc' : '', '">', $txt['who_time'], ' ', $context['sort_by'] == 'time' ? '<img src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.gif" alt="" />' : '', '</a></td>
<td>', $txt['who_action'], '</td>



Modifications.teuidioma.php.

Código: [Seleccione]
?>
Código: [Seleccione]
$txt['avatar'] = 'Avatar';