Adding Extra Info! Adding Extra Info!
 

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

Adding Extra Info!

Started by trackman, January 14, 2006, 01:01:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

trackman

On the gallery menu you have:

Category + Albums + Files

Is there anyway of adding under that info of how much space you have used i.e. 62.62 GB of files

trackman ;D

Joachim Müller

you'd need to run an additional query that summarizes all file counts and display it. On a busy site, this would slow down the page load. However, only the file size of the full size pics is being kept in the database, so the calculation wouldn't be fully accurate.

trackman