Quote:
Originally Posted by Abe1
In the changes I said to make in the postbits,
Find:
PHP Code:
$bbuserinfo['usergroupid'] == '6'
Replace with:
PHP Code:
$bbuserinfo['usergroupid'] == '6' OR $bbuserinfo['usergroupid'] == '7'
|
So, that would let my, say "Supporters" group give awards, if I wanted... I just change the magic "7" to the appropriate number...
Is that right?