[support] How I can show Total file upload space used by user on His Profile Page

Liviu Nicolicioiu liviu.nicolicioiu at epoint.ro
Fri Jul 29 08:01:12 UTC 2011


Check:
http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hook_user/6
,
with $op = 'view'

And function:
file_space_used


On Fri, Jul 29, 2011 at 10:28 AM,  <mahesh143an at gmail.com> wrote:
> Hi,
> Hi I wanted to show the total file upload space used by the user on his
> profile page,by using following query.
> db_result(db_query("SELECT SUM(filesize) FROM {files} WHERE uid = %d",
> $uid));
> Which function I need to so the changes and add the field for this
> result.Thanks in advance.
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>


More information about the support mailing list