Thanks for the quick reply wluke.
I was looking at this peice of code and thought I could do the same type of thing with it:
Code:
// auto bypass queueing for admins/mods
if (ismoderator($foruminfo[forumid])) {
$visible=1;
}
Instead of the "ismoderator" I need the system to check for "isregistered" if that's even valid. This way I could turn moderation *on* in every forum and have it only apply to unregistered users.