I created a little plugin that displays a notification pop up box to moderators that there are posts/threads in the queue to check, which is useful when running this mod (lets you know that a post has been sent to the queue via this mod)
throw this at the bottom of the footer template:
Code:
<if condition="can_moderate()">
$checkmodqueue
</if>
and install the attached plugin.
This can probably be done 231431243243432 times better, but it works for me.