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

SMF 1.1.x (Móbulos Manual) => SMF 1.1.x Módulos Manual => Tópico iniciado por: candidosa2 em 21 de Abril de 2009, 04:01

Título: Google Talk
Enviado por: candidosa2 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