Quote:
Originally Posted by CharmMickey
Yes, it works on 3.6.5 but how exactly can you make it so it doesn't auto-merge a specific group's posts like Administrators. I tried the code:
HTML Code:
AND !in_array($vbulletin->userinfo['usergroupid'], array(5,6,7))
And it doesn't work....
|
what whould be the array if we want the mod to check only users who have less than 50 posts ?