Ich hab mir den Teil für MOD geklaut und einfach alles durch meine Gruppe "Elite" ersetzt. Aber offensichtlich gibt es L_Elite nicht. Ich habe kaum Ahnung von PHP.
Was muss ich ändern damit es funktioniert?
Code: Alles auswählen
<div class="forumbg">
<div class="inner"><span class="corners-top"><span></span></span>
<table class="table1" cellspacing="1">
<thead>
<tr>
<th class="name">{L_Elite}</th>
<th class="info"> </th>
<th class="info"> </th>
</tr>
</thead>
<tbody>
<!-- BEGIN Elite -->
<tr class="<!-- IF elite.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
<td><!-- IF elite.RANK_IMG --><span class="rank-img">{elite.RANK_IMG}</span><!-- ELSE --><span class="rank-img">{elite.RANK_TITLE}</span><!-- ENDIF -->{elite.USERNAME_FULL}</td>
<td class="info"><!-- IF elite.U_GROUP -->
<a<!-- IF elite.GROUP_COLOR --> style="font-weight: bold; color:#{elite.GROUP_COLOR}"<!-- ENDIF --> href="{elite.U_GROUP}">{elite.GROUP_NAME}</a>
<!-- ELSE -->
{elite.GROUP_NAME}
<!-- ENDIF --></td>
<td class="info"><!-- IF not elite.FORUMS -->{L_ALL_FORUMS}<!-- ELSE --><select style="width: 100%;">{elite.FORUMS}</select><!-- ENDIF --></td>
</tr>
<!-- BEGINELSE -->
<tr class="bg1">
<td colspan="3"><strong>{L_NO_MEMBERS}</strong></td>
</tr>
<!-- END elite -->