Quote:
Originally Posted by taydu
how do I add a single user to view the moderation queue ??
|
Untested, but should work.
Find in forumhome_moderationqueue:
Code:
<if condition="$permissions[modqueueperms] & $vbulletin->bf_ugp[modqueueperms][view_queue]">
Replace with:
Code:
<if condition="$permissions[modqueueperms] & $vbulletin->bf_ugp[modqueueperms][view_queue] OR $bbuserinfo['userid'] == 'xx'">
Replace
xx with the UserID of the User you'd like to view the queue.