SMFPT - Suporte e Manutenção de Fórum em Português

SMF 1.1.x (Móbulos Manual) => Problemas e soluções de modificação => Webmaster Modificações => Tópico começado por: candidosa2 em 10 de Dezembro de 2010, 07:16

Título: Quem está Online colocar avatar
Mensagem de: candidosa2 em 10 de Dezembro de 2010, 07:16
Who.template.php.

<td nowrap="nowrap">', $member['time'], '</td>

<td nowrap="nowrap">', $member['avatar']['image'], '</td>
<td nowrap="nowrap">', $member['time'], '</td>


<td colspan="3"><b>', $txt[139], ':</b> ', $context['page_index'], '</td>

<td colspan="4"><b>', $txt[139], ':</b> ', $context['page_index'], '</td>

Todos de cima e Localizar

<table cellpadding="3" cellspacing="0" border="0" width="100%" class="tborder">

Depois Alterar

<table cellpadding="4" cellspacing="0" border="0" width="100%" class="tborder">

<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>



<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.

?>

$txt['avatar'] = 'Avatar';