@robertico
ersetze den von dir oben geposteten Teil komplett mit dem hier:
Code: Alles auswählen
<table border="0" cellpadding="0" cellspacing="0" width="150">
<tr>
<td width="12"><img src="templates/Macinscott2/images/spacer.gif" width="12" height="1" border="0" alt=""></td>
<td width="125"><img src="templates/Macinscott2/images/spacer.gif" width="125" height="1" border="0" alt=""></td>
<td><img src="templates/Macinscott2/images/spacer.gif" width="13" height="1" border="0" alt=""></td>
<td width="10"><img src="templates/Macinscott2/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<tr>
<td><img name="topic_top_left" src="templates/Macinscott2/images/topic_top_left.gif" width="12" height="14" border="0" alt=""></td>
<td background="templates/Macinscott2/images/topic_top.gif"><img name="topic_top" src="templates/Macinscott2/images/spacer.gif" width="1" height="14" border="0" alt=""></td>
<td><img name="topic_top_right" src="templates/Macinscott2/images/topic_top_right.gif" width="13" height="14" border="0" alt=""></td>
</tr>
<tr>
<td align="left" valign="top" background="templates/Macinscott2/images/topic_left.gif"> </td>
<td bgcolor="#F2F2F2"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}<p align="center">{postrow.POSTER_AVATAR}</p>{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />
<!-- BEGIN switch_map -->
<a href="{postrow.switch_map.U_MAP}" class="gensmall">{postrow.POSTER_FROM}</a>
<!-- END switch_map -->
<!-- BEGIN switch_no_map -->
{postrow.POSTER_FROM}
<!-- END switch_no_map -->
</span><br /></td>
<td width="13" align="left" valign="top" background="templates/Macinscott2/images/topic_right.gif"></td>
</tr>
<tr>
<td align="left" valign="top"><img name="topic_bttm_left" src="templates/Macinscott2/images/topic_bttm_left.gif" width="12" height="13" border="0" alt=""></td>
<td align="left" valign="top" background="templates/Macinscott2/images/topic_bttm.gif"><img src="templates/Macinscott2/images/spacer.gif" width="1" height="13"></td>
<td align="left" valign="top"><img name="topic_bttm_right" src="templates/Macinscott2/images/topic_bttm_right.gif" width="13" height="13" border="0" alt=""></td>
</tr>
</table>
@Wildie
öffne die db_install.php und suche:
Code: Alles auswählen
include($phpbb_root_path . 'includes/db.'.$phpEx);
Code: Alles auswählen
include_once($phpbb_root_path . 'includes/db.'.$phpEx);

Markus