在Memberinfo模板中,找到:$infractionbits
将上面的:
PHP 代码:
<tr>
<td class="thead" colspan="2"> $vbphrase[post]</td>
<td class="thead">$vbphrase[date]</td>
<td class="thead">$vbphrase[expires]</td>
<td class="thead">$vbphrase[points]</td>
<td class="thead">$vbphrase[reason]</td>
<td class="thead" nowrap="nowrap">$vbphrase[posted_by]</td>
<if condition="$show['reverse']"><td class="thead">$vbphrase[details]</td></if>
</tr>
PHP 代码:
<tr>
<td class="thead" colspan="2"> $vbphrase[post]</td>
<td class="thead">$vbphrase[date]</td>
<td class="thead">$vbphrase[expires]</td>
<td class="thead" nowrap="nowrap">$vbphrase[points]</td>
<td class="thead">$vbphrase[reason]</td>
<td class="thead" nowrap="nowrap">$vbphrase[posted_by]</td>
<if condition="$show['reverse']"><td class="thead" nowrap="nowrap">$vbphrase[details]</td></if>
</tr>








会员信息列表中违规记录表格修正







平板模式