Autor Tópico: Google Talk  (Lida 3744 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
Google Talk
« em: 21 de Abril de 2009, 04:01 »
Profile.template.php

Pesquisar
Código: [Seleccione]
<tr>
<td width="40%"><b>', $txt[513], ': </b><div class="smalltext">', $txt[600], '</div></td>
<td><input type="text" name="ICQ" size="24" value="', $context['member']['icq']['name'], '" /></td>
</tr><tr>

Adicionar
Código: [Seleccione]
<tr>
<td width="40%"><b>Google Talk: </b><div class="smalltext">Gmail adresi.</div></td>
<td><input type="text" name="default_options[gtalk]" size="24" value="', (!empty($context['member']['options']['gtalk']) ? $context['member']['options']['gtalk'] : ''), '" /></td>
</tr>

Pesquisar
Código: [Seleccione]
</tr><tr>
<td><b>', $txt[513], ':</b></td>
<td>', $context['member']['icq']['link_text'], '</td>
</tr><tr>

Adicionar
Código: [Seleccione]
</tr><tr>
<td><b>Google Talk:</b></td>
<td>' . (!empty($context['member']['options']['gtalk']) ? '<a href="mailto:' . $context['member']['options']['gtalk'] . '">' . $context['member']['options']['gtalk'] . '</a>' : '') . '</td>
</tr><tr>


/Display.template.php
Pesquisar
Código: [Seleccione]
// This shows the popular messaging icons.
echo '

Adicionar
Código: [Seleccione]
', (!empty($message['member']['options']['gtalk']) ? '<a href="mailto:' . $message['member']['options']['gtalk'] . '"><img border="0" src="' . $settings['images_url'] . '/gtalk.gif" alt="Google Talk" /></a>' : ''), '

Imagem no anexo
Link original: http://custom.simplemachines.org/mods/index.php?mod=334