
09-27-2006, 06:28 AM
|
 |
|
|
Join Date: Jul 2002
Location: US
Posts: 775
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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!
|
cool!
Adding this
AND strlen($post['message']) < $vbulletin->options['xen_dp_maxchars']
to Main Doublepost Prevent Engine
and xen_dp_maxchars variable to the option
in order to add maxchars condition
|