By maheshg85 on
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.
Comments
you can copy user-profile.tpl
you can copy user-profile.tpl file from /modules/user/ to your theme folder and amend it to show your additional information.
<?phpecho $form;?>