From 0a0fc516dcc7a7770d89c8e8a5dbb2e578850551 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 30 Jul 2009 11:38:40 +0000 Subject: added more stats --- views/default/tidypics/stats.php | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'views/default') diff --git a/views/default/tidypics/stats.php b/views/default/tidypics/stats.php index ebaf9a061..8de3415a1 100644 --- a/views/default/tidypics/stats.php +++ b/views/default/tidypics/stats.php @@ -10,5 +10,26 @@ $total = get_data_row($query); $num_albums = $total->total; - echo $num_images . " Photos in " . $num_albums . " Albums"; -?> \ No newline at end of file + $num_comments_photos = count_annotations(0, 'object', 'image', 'generic_comment'); + $num_comments_albums = count_annotations(0, 'object', 'album', 'generic_comment'); + + $num_views = count_annotations(0, 'object', 'image', 'tp_view'); + + if (get_plugin_setting('tagging', 'tidypics') != "disabled") + $num_tags = count_annotations(0, 'object', 'image', 'phototag'); +?> +

+
+Photos:
+Albums:
+Comments on photos:
+Comments on albums:
+Total views:
+ +Photo tags:
+ +

\ No newline at end of file -- cgit v1.2.3