Quote:
Originally Posted by Ignignokt
MEGA BUG UPDATE OF JUSTICE
I would just like to point out that EVERYONE has access to the admin donate function unless you turn it off. I just tested it on the ps2 test forum and it worked there also.
It is urgent that this be changed by default or use the permissions system
|
This should be an easy fix. Just gotta wrap the whole PHP file for the admin donate in a conditional. I'm sure an official change will happen shortly.
In the meantime, adding this at the top and bottom of action.admindonate.php should fix it temporarily. (untested)
At the top:
PHP Code:
if ($vbulletin->userinfo['usergroupid']=6) {
At the bottom:
EDIT: Sorry, I just installed this and jumped right in. The 'Deny Usergroups' option doesn't work???