Verfasst: 03.09.2006 12:45
öffne profile_view_body.tpl
suche und lösche
dann suche
und füge davor ein
öffne viewtopic_body.tpl
und suche
und ersetze mit
Gruß,
triplex
suche und lösche
Code: Alles auswählen
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">Nickpage:</span></td>
<td> <b><span class="gen">{U_NICKPAGE}</span></b></td>
</tr>
Code: Alles auswählen
<tr>
<td valign="middle" align="right" nowrap="nowrap"><span class="gensmallgr">{L_EMAIL_ADDRESS}:</span></td>
<td class="row1" valign="middle" width="100%"><b><span class="gen">{EMAIL_IMG}</span></b></td>
</tr>
Code: Alles auswählen
<tr>
<td valign="top" align="right" nowrap="nowrap"><span class="gen">Nickpage:</span></td>
<td> <b><span class="gen">{U_NICKPAGE}</span></b></td>
</tr>
und suche
Code: Alles auswählen
//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
</tr>
<!-- BEGIN Nickpagebutton -->
<a href="{postrow.Nickpagebutton.U_NICKPAGE}"><img src="templates/nickpage/nickpage_button_big.gif" border="0"></a>
<!-- END Nickpagebutton -->
</table></td>
Code: Alles auswählen
//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
</tr>
</table></td>
triplex