Hi, i wated to ask if the disk quota is used in the integration ver of coppermine.
im not sure where to find any user quota data in the database... i understand that we cant find this data on the users screen but still i wonder if there is any way finding that out ... im using phpbb integration...
yes, quota is being taken into account when running coppermine bridged with another app as well. Yes, it's a drawback (known issue) that you can't see the individual user's used/unused quota when bridged, as the user profile link will lead you to the bbs profile. I think someone has come up with a workaround/hack in the past, please search the board.
Joachim
well i can take out the data from mysql myself and count them, but i wonder where the data is stored , i coudnt find any table used for storage data , maybe quota is recalculated evry time from picture sizes assigned to user id ? it was the only idea that came to me ...
The amount of the space the user is using is calculated on the fly from the total size of uploaded files.