tausche in der viewtopic.php
Code: Alles auswählen
$poster_xbox = ( $postrow[$i]['user_xbox'] && $postrow[$i]['user_id'] != ANONYMOUS ) ? $lang['Xbox'] . ': ' . $postrow[$i]['user_xbox'] : '';
Code: Alles auswählen
$poster_xbox = ( $postrow[$i]['user_xbox'] && $postrow[$i]['user_id'] != ANONYMOUS ) ? '<iframe src="http://gamercard.xbox.com/' . $postrow[$i]['user_xbox'] . '.card" scrolling="no" frameBorder="0" height="95" width="204"></iframe>' : '';
Code: Alles auswählen
{postrow.POSTER_XBOX}