Correct this if i'm wrong:
HTML Code:
<if condition="$bbusergroupid = 6">
<td align="left" valign="top" class="alt1" width="50%">
In the last 24 hours, you have given reputation to <b>$sofar</b> posters.<br />
There is no daily limit for <b>admins</b>, so you may give reputation as often as you like.</td>
</if>
For non-admins:
HTML Code:
<if condition="$bbusergroupid != 6">
<td align="left" valign="top" class="alt1" width="50%">
In the last 24 hours, you have given reputation to <b>$sofar</b> posters.<br />
<if condition="$nexttime != 0">
This is the daily limit, so you may not give reputation again until $nexttime.
<else />
You can give reputation to <b>$clicksremain</b> more poster<if condition="$clicksremain > 1">s</if> today.</td>
</if>