schau mal hier ....
http://www.phpbb.de/viewtopic.php?p=258580#258580
Mehr kann ich leider auch nicht sagen ...

Markus
Code: Alles auswählen
<img src="{usercarsrow.usercars_pic}" width="350px" border="1" />
Code: Alles auswählen
<script language="Javascript" type="text/javascript">
function PopupImage(img) {
titre="Profil";
w=open("",'image','width=450,height=450,toolbar=no,scrollbars=no');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE><a href=javascript:onClick=self.close()>");
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+10,document.images[0].height+30); window.focus();} else { setTimeout('check()',250) } }</"+"SCRIPT>");
w.document.write("<BODY onload='checksize()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0><IMG src='"+img+"' border=0>");
w.document.write(" ");
w.document.write("</BODY></HTML>");
w.document.close();
}
</script>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td>
</tr>
</table>
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr>
<th class="thHead" colspan="2" height="25" nowrap="nowrap">{L_VIEWING_PROFILE}</th>
</tr>
<tr>
<td class="catLeft" width="40%" height="28" align="center"><b><span class="gen">{L_AVATAR}</span></b></td>
<td class="catRight" width="60%"><b><span class="gen">{L_ABOUT_USER}</span></b></td>
</tr>
<tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span></td>
<td class="row1" rowspan="3" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_JOINED}: </span></td>
<td width="100%"><b><span class="gen">{JOINED}</span></b></td>
</tr>
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_TOTAL_POSTS}: </span></td>
<td valign="top"><b><span class="gen">{POSTS}</span></b><br /><span class="genmed">[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span> <br /><span class="genmed"><a href="{U_SEARCH_USER}" class="genmed">{L_SEARCH_USER_POSTS}</a><br /><a href="{U_PERSONAL_GALLERY}" class="genmed">{L_PERSONAL_GALLERY}</a></span></td>
</tr>
<!-- Start add - Gender MOD -->
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_GENDER}:</span></td>
<td> <b><span class="gen">{GENDER}</span></b></td>
</tr>
<!-- End add - Gender MOD -->
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">Bundesland: </span></td>
<td><b><span class="gen">{xd_11}</span></b></td>
</tr>
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">PLZ: </span></td>
<td><b><span class="gen">{xd_10}</span></b></td>
</tr>
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_LOCATION}: </span></td>
<!-- BEGIN switch_user_map -->
<td><b><span class="gen">{LOCATION}</span></b> <a href="{U_USER_MAP}" class="genmed">{L_USER_MAP}</a></td>
<!-- END switch_user_map -->
<!-- BEGIN switch_user_no_map -->
<td><b><span class="gen">{LOCATION}</span></b></td>
<!-- END switch_user_no_map -->
</tr>
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">Suchen: </span></td>
<td> <b><span class="gen">{xd_12} {xd_13} {xd_14} {xd_15}</span></b></td>
</tr>
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_WEBSITE}: </span></td>
<td><span class="gen"><b>{WWW}</b></span></td>
</tr>
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen"> </span></td>
<td><span class="gen"><b> </b></span></td>
</tr>
<!-- BEGIN switch_upload_limits -->
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">{L_UPLOAD_QUOTA}:</span></td>
<td>
<table width="175" cellspacing="1" cellpadding="2" border="0" class="bodyline">
<tr>
<td colspan="3" width="100%" class="row2">
<table cellspacing="0" cellpadding="1" border="0">
<tr>
<td bgcolor="{T_TD_COLOR2}"><img src="templates/subSilver/images/spacer.gif" width="{UPLOAD_LIMIT_IMG_WIDTH}" height="8" alt="{UPLOAD_LIMIT_PERCENT}" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="33%" class="row1"><span class="gensmall">0%</span></td>
<td width="34%" align="center" class="row1"><span class="gensmall">50%</span></td>
<td width="33%" align="right" class="row1"><span class="gensmall">100%</span></td>
</tr>
</table>
<b><span class="genmed">[{UPLOADED} / {QUOTA} / {PERCENT_FULL}]</span> </b><br />
<span class="genmed"><a href="{U_UACP}" class="genmed">{L_UACP}</a></span></td>
</td>
</tr>
<!-- END switch_upload_limits -->
</table>
</td>
</tr>
<tr>
<td class="catLeft" align="center" height="28"><b><span class="gen">{L_CONTACT} {USERNAME} </span></b></td>
</tr>
<tr>
<td class="row1" valign="top"><table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gen">{L_EMAIL_ADDRESS}:</span></td>
<td class="row1" valign="middle" width="100%"><b><span class="gen">{EMAIL_IMG}</span></b></td>
</tr>
<tr>
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_PM}:</span></td>
<td class="row1" valign="middle"><b><span class="gen">{PM_IMG}</span></b></td>
</tr>
<tr>
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_MESSENGER}:</span></td>
<td class="row1" valign="middle"><span class="gen">{MSN}</span></td>
</tr>
<tr>
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_YAHOO}:</span></td>
<td class="row1" valign="middle"><span class="gen">{YIM_IMG}</span></td>
</tr>
<tr>
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_AIM}:</span></td>
<td class="row1" valign="middle"><span class="gen">{AIM_IMG}</span></td>
</tr>
<tr>
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_ICQ_NUMBER}:</span></td>
<td class="row1"><script language="JavaScript" type="text/javascript"><!--
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
document.write(' {ICQ_IMG}');
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_IMG}</div><div style="position:absolute;left:3px;top:-1px">{ICQ_STATUS_IMG}</div></div></td></tr></table>');
//--></script><noscript>{ICQ_IMG}</noscript></td>
</tr>
<tr>
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_VIEW_STATUS}:</span></td>
<td class="row1" valign="middle"><span class="gen">{VIEW_STATUS}</span></td>
</tr>
</table>
</td>
</tr>
<!-- BEGIN switch_show_usercars -->
<tr>
<td class="catLeft" align="center" width="40%" height="28" colspan="2"><b><span class="gen">Profil Bilder</span></b></td>
<tr>
<td align="center" colspan="2" class="row1">
<!-- END switch_show_usercars -->
<!-- BEGIN usercarsrow -->
<TABLE BORDER=0 COLS=1 cellpadding="3" cellspacing="1" WIDTH="100%" >
<TR>
<TD class="row1" ALIGN="CENTER" VALIGN="CENTER" WIDTH="33%">
<a href="javascript:PopupImage('{usercarsrow.usercars_pic}')"><img src="{usercarsrow.usercars_pic}" width="150px" border="1" /></a>
</TD>
<TR>
<!-- END usercarsrow -->
<!-- BEGIN switch_show_usercars -->
</TABLE>
<!-- END switch_show_usercars -->
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="right"><span class="nav"><br />{JUMPBOX}</span></td>
</tr>
</table>
Code: Alles auswählen
<!-- BEGIN switch_show_usercars -->
<tr>
<td class="catLeft" align="center" width="40%" height="28" colspan="2"><b><span class="gen">Profil Bilder</span></b></td>
<tr>
<td align="center" colspan="2" class="row1">
<!-- END switch_show_usercars -->
<!-- BEGIN usercarsrow -->
<TABLE BORDER=0 COLS=1 cellpadding="3" cellspacing="1" WIDTH="100%" >
<TR>
<TD class="row1" ALIGN="CENTER" VALIGN="CENTER" WIDTH="33%">
<a href="javascript:PopupImage('{usercarsrow.usercars_pic}')"><img src="{usercarsrow.usercars_pic}" width="150px" border="1" /></a>
</TD>
<TR>
<!-- END usercarsrow -->
<!-- BEGIN switch_show_usercars -->
</TABLE>
<!-- END switch_show_usercars -->
Code: Alles auswählen
<!-- BEGIN switch_show_usercars -->
<tr>
<td class="catLeft" align="center" width="100%" height="28" colspan="2"><b><span class="gen">Profil Bilder</span></b></td>
<tr>
<td align="center" colspan="2" class="row1">
<TABLE BORDER=0 COLS=1 cellpadding="3" cellspacing="1" WIDTH="100%" >
<TR>
<TD class="row1" ALIGN="CENTER" VALIGN="CENTER">
<!-- END switch_show_usercars -->
<!-- BEGIN usercarsrow -->
<a href="javascript:PopupImage('{usercarsrow.usercars_pic}')"><img src="{usercarsrow.usercars_pic}" width="150px" border="1" /></a>
<!-- END usercarsrow -->
<!-- BEGIN switch_show_usercars -->
</TD>
<TR>
</TABLE>
<!-- END switch_show_usercars -->