total view count of all images of one user total view count of all images of one user
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

total view count of all images of one user

Started by nickfzx, March 15, 2007, 05:09:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nickfzx

is it possible to get hold of the total view count for a single users files?

so say there are 2 members in a gallery, John and Jack:

so say John has 3 files:
file 1 has 2 views
file 2 has 3 views
file 3 has 7 views

total views for John's files = 12 views

and Jack has 2 files
file 1 has 1 view
file 2 has 13 views

total views for Jack's files = 14

total views of whole gallery= 26 views

Stramm

yes, needs some code changes... everything depending where you want to show it... profile, anycontent etc.

nickfzx

preferably be able to call it from anywhere actually...inside of punbb's profile for example...as I am bridged.

If not I would settle for something less glamorous :)