Quote:
As of now there will be nothing added to exclude (or include) specific groups from receiving awards other than the option to exclude members of banned usergroups.
|
any chance you can atleast provide us with a modded cron to block Guest/banned from being included? as an external download away from the core project, as i'm having to use
Code:
DELETE FROM award_user WHERE userid IN (SELECT userid FROM user WHERE usergroupid=2)
DELETE FROM award_user WHERE userid IN (SELECT userid FROM user WHERE usergroupid=8)
to remove the 20k Guest/banned users from my awards >.<, it's not fun when we have another 30k normal members and unsure of how to block guests/banned from automatically being included everytime the cronjob goes through, at a time we have around 800~ updated due to time on forum alone