Quote:
Originally Posted by Dragonsys
ok, that is what I gave you the first time
PHP Code:
$vbulletin->GPC['points'] != 0
but you said it didn't work. So I changed it to this:
PHP Code:
$vbulletin->GPC['points'] == 0
So what determines an infraction vs a warning, in the code?
|
I am not sure - from what Mark posted earlier, I assumed that
PHP Code:
$vbulletin->GPC['points']
was the code to determine the number of points being issued in the infraction.
So from my understanding:
An infraction that don't carry points
PHP Code:
$vbulletin->GPC['points'] == 0
would equal an infraction should skip the bottom code (deduction code).
I have tried either variations, and neither have worked.