Quote:
Originally Posted by rmxs
Here its the product For 3.6.x!
Info about HOW TO exclude usergroups from Double Posting!
Vb Settings - Doublepost Preventing - Additional Condition (experts only)
And Add
Code:
!in_array($vbulletin->userinfo['usergroupid'], array(5,6,7))
Change 5,6,7 with user group id that you wont to exclude!
|
Great tip - Xenon should add this to the initial post.