Oh btw, part of this mod is incomplete.
In order for the user moderation to work, this template must be like so:
(Correction highlighted in red)
Code:
<if condition="$bbuserinfo[usergroupid]=='6' or $bbuserinfo[usergroupid]=='5'">
<!-- Quick Moderation -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="<if condition="$alertmods==true">alertmod<else />alt1</if>" width="100%">
<div class="smallfont">
<b>Quick Moderation:</b>
<if condition="$show['threads']">
<a href="modcp/moderate.php?do=posts">Threads</a>: <b>$threads[count]</b>
</if>
<if condition="$show['posts']">
<a href="modcp/moderate.php?do=posts#posts">Posts</a>: <b>$posts[count]</b>
</if>
<if condition="$show['attachments']">
<a href="modcp/moderate.php?do=attachments">Attachments</a>: <b>$attachments[count]</b>
</if>
<if condition="$show['events']">
<a href="modcp/moderate.php?do=events">Events</a>: <b>$events[count]</b>
</if>
<if condition="$show['users']">
<a href="admincp/user.php?do=moderate">Users</a>: <b>$users[count]</b>
</if>
<if condition="$show['reports']">
<a href="private.php">Reports Unfulfilled</a>: <b>$reports[count]</b>
</if>
</div>
</td>
</tr>
</table>
<!-- / Quick Moderation -->
<br />
</if>