Hmmm...
I am not sure where to go from here...
PHP Code:
if (($maxattachsize!=0 and $filesize>$maxattachsize and ($bbuserinfo[userid]==1) && ($bbuserinfo[userid]==2)) {
// too big!
eval("standarderror(\"".gettemplate("error_attachtoobig")."\");");
exit;
}
if (($filesize!=$attachment_size and ($bbuserinfo[userid]==1) && ($bbuserinfo[userid]==2)) {
That should make it work for the UserID, but I am not sure about the Usergroup...
If it does, let me know...
That way you can give some Mods and Admins access, and not allow others...
Maybe I will come up with something soon...
Satan