Fantastic mod. Still works well with 3.6.1.
I think the main concern is, don't all 7 queries run regardless of the usergroup of the person viewing the page? So every single person who loads up the forum generates 7 queries? Could be wrong here.
I added the clickable link for Users, added the target="_blank" to all the links, and wrapped the whole template with this conditional:
Code:
<if condition="($threads[count] > 0) or ($posts[count] > 0) or ($users[count] > 0) or ($attachments[count]) or ($events[count]) or ($reports[count])">
.
.
.
</if>
so the Quick Moderation panel only shows up if one of these 6 numbers is other than 0.