Seite 2 von 2

Verfasst: 19.11.2006 17:12
von Miriam
Jetzt kommen wir langsam zum Thema!

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'] : '';
gegen

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>'  : '';
und in der viewtopic_body.tpl schreibst Du nur:

Code: Alles auswählen

{postrow.POSTER_XBOX}
rein.

Verfasst: 19.11.2006 17:22
von scheibenbrot
danke, funktioniert :wink:

Verfasst: 19.11.2006 17:23
von Miriam
scheibenbrot hat geschrieben:danke, funktioniert :wink:
Ich weiss. :D
Deine Lösung hätte beim Gast als Poster wieder einen bad request ausgegeben.