Ging mir auch auf den Nerv, habe es dann so geregelt:
http://www.hartwareforum.de/profile.php ... rofile&u=2
Dazu mußt Du nur in der:
usercp_viewprofile.php
den ICQ Kram mit folgendem ersetzen:
Code: Alles auswählen
if ( !empty($profiledata['user_icq']) )
{
$icq_status_img = '<a href="http://wwp.icq.com/' . $profiledata['user_icq'] . '#pager"></a>';
$icq_img = '<a href="http://wwp.icq.com/' . $profiledata['user_icq'] . '"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" border="0" /></a>';
$icq = '<a href="http://people.icq.com/whitepages/about_me/1,,,00.html?to=%25U&Uin=' . $profiledata['user_icq'] . '">' . $profiledata['user_icq'] . '</a>';
}
else
{
$icq_status_img = ' ';
$icq_img = ' ';
$icq = ' ';
}
und in der
profile_view_body.tpl
den ICQ Kram mit folgendem:
Code: Alles auswählen
<tr>
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_ICQ_NUMBER}:</span></td>
<td class="row1" valign="middle"><span class="gen">{ICQ}</span></td><!--
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
document.write(' {ICQ}');
else
document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td nowrap="nowrap"><div style="position:relative;height:18px"><div style="position:absolute">{ICQ}</div><div style="position:absolute;left:3px;top:-1px">{ICQ_STATUS_IMG}</div></div></td></tr></table>');
</script>//--><noscript>{ICQ}</noscript>
</tr>
Aus der viewtopic Geschichte, habe ich den ganzen Messenger/Kontaktkram eh komplett entfernt, da phpBB imho zuviele Buttons hat
