For those who want to exclude the Admin ONLY from the PRevent Double Posting Feature use the below code:
Code:
!in_array($vbulletin->userinfo['usergroupid'], array(6))
If you wish to add more Usergroups, simply enter their IDs inside the Array Parenthesis (separating by commas), like this:
Code:
!in_array($vbulletin->userinfo['usergroupid'], array(X,Y,Z))
This was posted way earlier int he Thread, but I added to the last post just in case someone installs it and needs the info (to save them some searching)