memberlist.php
Verfasst: 03.01.2007 16:32
wie bekomme ich in der memberlist.php die spalte "e-mail" raus?
Code: Alles auswählen
#---[ OPEN ]---
memberlist.php
#---[ FIND ]---
$mode_types_text = array($lang['Sort_Joined'], $lang['Sort_Username'], $lang['Sort_Location'], $lang['Sort_Posts'], $lang['Sort_Email'], $lang['Sort_Website'], $lang['Sort_Top_Ten']);
$mode_types = array('joined', 'username', 'location', 'posts', 'email', 'website', 'topten');
#---[ REPLACE WITH ]---
$mode_types_text = array($lang['Sort_Joined'], $lang['Sort_Username'], $lang['Sort_Location'], $lang['Sort_Posts'], $lang['Sort_Website'], $lang['Sort_Top_Ten']);
$mode_types = array('joined', 'username', 'location', 'posts', 'website', 'topten');
#---[ OPEN ]---
templates/subSilver/memberlist_body.tpl
#---[ FIND ]---
<th class="thTop" nowrap="nowrap">{L_EMAIL}</th>
#---[ REPLACE WITH ]---
#---[ FIND ]---
<td class="{memberrow.ROW_CLASS}" align="center" valign="middle"> {memberrow.EMAIL_IMG} </td>
#---[ REPLACE WITH ]---
#---[ FIND ]---
<td class="catBottom" colspan="8" height="28"> </td>
#---[ REPLACE WITH ]---
<td class="catBottom" colspan="7" height="28"> </td>