disk_usage disk_usage
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

disk_usage

Started by giorgio79, March 20, 2007, 08:11:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

giorgio79

I am using a bridged version of coppermine.

I can see through admin how much space is used by a member.

Can the member see this somehow?

I found the mod "Show Disk Quota" but in profile.php I can see this code:             'disk_usage' => $user_data['disk_usage'] , which I assume has a similar purpose.

Basically, can a member see the available disk space without installing that mod?

Thank you,
Gyuri

Joachim Müller

#1
Without modding Coppermine, there's no way built into coppermine to allow the end user to see his space/quota use. I have added this into the devel branch of the SVN (cpg1.5.x) - there is no scheduled release date though.
This will not apply for bridged users though. I attached a screenshot of the user's profile screen (cpg1.5.x).

giorgio79

Cool!

Thank you GauGau very much :)