Quote:
Originally Posted by Hades-1
What about over quota?
Lets say they can upload 3 files under normal membership, if a user is at max qutoa will it say "upgrade your membership" ?
|
I haven't tested that, but basically if it triggers the forumpermissions which states that the user does not have permission to upload an attachment, then it'll pop up that message. Here is the eval statement:
PHP Code:
if ($forumperms & CANPOSTATTACHMENT AND $bbuserinfo['userid'])
If the above fails, then you get the upgrade message.