Seite 1 von 1
Themanzeige ändern
Verfasst: 24.10.2005 16:55
von donald12
Hallo,
ich möchte phpbb für ein Internetberatungsforum einsetzen und in der Anzeige eines Themas "profil", "pn" und "thema" nicht haben. Wo kann ich das löschen?
Thanks!
Verfasst: 24.10.2005 16:59
von kratzer54847
lösche folgendes in der viewtopic_body.tpl:
Code: Alles auswählen
<tr>
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<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(' {postrow.ICQ_IMG}');
else
document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
</tr>
Verfasst: 24.10.2005 17:31
von donald12
Super, danke, funzt!