@UZFRED: I set it for only Administrators but I'll add Super Administrators.
@Coffee_bean: At the moment, only Administrators can see it and as I said above -- I'll be adding Super Administrators shortly.
If you'd like to add more Usergroups:
Look for: (In template
forumhome_moderationqueue)
Code:
<if condition="is_member_of($vbulletin->userinfo,6)">
Replace with:
Code:
<if condition="is_member_of($vbulletin->userinfo,6,XX)">
Replace the XX with the Usergroupid of whatever Usergroup you'd like to view the Queue.