Seite 1 von 1
icq-nummer statt icq-sympol
Verfasst: 04.05.2004 20:15
von timo111
hey
ich würde im profil statt
ICQ-Nummer:
[ externes Bild ]
lieber
ICQ-Nummer: 12345678
anzeigen.
jemand ne ahnung wie ich das anstellen kann?
Verfasst: 05.05.2004 16:20
von timo111
niemand eine idee?
Verfasst: 05.05.2004 17:21
von Both
Hi...
Öffne includes/usercp_viewprofile.php Finde
Code: Alles auswählen
$icq_status_img = '<a href="http://wwp.icq.com/' . $profiledata['user_icq'] . '#pager"><img src="http://web.icq.com/whitepages/online?icq=' . $profiledata['user_icq'] . '&img=5" width="18" height="18" border="0" /></a>';
$icq_img = '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" border="0" /></a>';
$icq = '<a href="http://wwp.icq.com/scripts/search.dll?to=' . $profiledata['user_icq'] . '">' . $lang['ICQ'] . '</a>';
Ersetze mit
Code: Alles auswählen
$icq_status_img = '<a href="http://wwp.icq.com/' . $profiledata['user_icq'] . '#pager"><img src="http://web.icq.com/whitepages/online?icq=' . $profiledata['user_icq'] . '&img=5" width="18" height="18" border="0" /></a>';
$icq_img = ( $profiledata['user_icq'] ) ? $profiledata['user_icq'] : ' ';
$icq = $icq_img;
Habs mit 2.0.8. getestet.

Verfasst: 05.05.2004 17:44
von timo111
passt! danke dir