Verfasst: 09.02.2004 21:52
Seether...................
gib doch mal nen Tipp
Oder erklär einfach was du wo geändert hast
Gruss Gert
gib doch mal nen Tipp


Oder erklär einfach was du wo geändert hast

Gruss Gert
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Das habe ich bei $icq_img eingesetzt.Seether hat geschrieben:viewtopic.php da müsst ihr den link suchen
http://wwp.icq.com/whitepages/add_me/1, ... action=add
ist der Link der einen User direkt hinzufügt......Scheint aber was buggy zu sein, denn gerade hat der ne falsche Nummer geadded.
S.
Iss ja eigentlich auch nicht das richtige.if ( !empty($postrow[$i]['user_icq']) )
{
$icq_status_img = '<a href="http://wwp.icq.com/' . $postrow[$i]['user_icq'] . '#pager"><img src="http://web.icq.com/whitepages/online?icq=' . $postrow[$i]['user_icq'] . '&img=5" width="18" height="18" border="0" /></a>';
$icq_img = '<http://wwp.icq.com/whitepages/add_me/1, ... action=add' . $postrow[$i]['user_icq'] . '"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" border="0" /></a>';
$icq = '<http://wwp.icq.com/whitepages/add_me/1, ... action=add' . $postrow[$i]['user_icq'] . '">' . $lang['ICQ'] . '</a>';
}
else
{
$icq_status_img = '';
$icq_img = '';
$icq = '';
}
Zwischen den darauf folgenden geschweiften Klammern setzt ihrif ( !empty($postrow[$i]['user_icq']) )
ein, so daß da steht:$icq_status_img = '<a href="http://wwp.icq.com/' . $postrow[$i]['user_icq'] . '#pager"><img src="http://web.icq.com/whitepages/online?icq=' . $postrow[$i]['user_icq'] . '&img=5" width="18" height="18" border="0" /></a>';
$icq_img = '<a href="http://wwp.icq.com/' . $postrow[$i]['user_icq'] . '#pager"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" border="0" /></a>';
$icq = '<a href="http://wwp.icq.com/' . $postrow[$i]['user_icq'] . '#pager">' . $lang['ICQ'] . '</a>';
if ( !empty($postrow[$i]['user_icq']) )
{
$icq_status_img = '<a href="http://wwp.icq.com/' . $postrow[$i]['user_icq'] . '#pager"><img src="http://web.icq.com/whitepages/online?icq=' . $postrow[$i]['user_icq'] . '&img=5" width="18" height="18" border="0" /></a>';
$icq_img = '<a href="http://wwp.icq.com/' . $postrow[$i]['user_icq'] . '#pager"><img src="' . $images['icon_icq'] . '" alt="' . $lang['ICQ'] . '" title="' . $lang['ICQ'] . '" border="0" /></a>';
$icq = '<a href="http://wwp.icq.com/' . $postrow[$i]['user_icq'] . '#pager">' . $lang['ICQ'] . '</a>';
}