Hey, just wondering if it would be possible to assign quota on a per-user basis instead / as well? The idea I have is users signing up to a website, being assigned a set quota to start, then being able to purchase more (through an external credit system, changing the user quota balance through the DB). Is this possible or are you able to implement it?

Comments

lazyboy’s picture

Hello DrPhunk

Modifying the module to create quota's per user is something that is definitely possible (to add), however it is not something I think I would do unless there is a great demand/reason to do so. With websites that can run with 100's/1000's of users, administrating something like that would be a nightmare. Could you not work around your request by giving a user a "default" role (with limited quotas), and once more credits are purchased, you upgrade their from from "default" to "advanced" and so forth ? That would make administration much easier, as you can update the quota for a specific role, and then all the users who belongs to that role will automatically inherit the updated quota instead of updates each user one by one...

Regards
lazyboy