Quote:
Originally Posted by Xenon
yep, you are right..
hmm, is it worth to add an extra check there?
i mean, how many boards allow unregistred users to post at all?
|

yeah, it's not really worth it,
just as an additional to Boofo query above, I use:
should it be harder or something? i
PHP Code:
AND !in_array($vbulletin->userinfo['usergroupid'], array(1,5,6,7))
for me, I have some box for troubleshooting, and sometime, member (or guest) keep posting alot of questions in there

.
anyway, it's optional.