forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: chris.h on November 26, 2007, 04:45:50 pm

Title: Display all votes with stat_details.php?
Post by: chris.h on November 26, 2007, 04:45:50 pm
Hi, Good to see the forums back online.

Is there a way to display all the votes on the site via stat_details.php?

I'm sure I had a link that did this, in admin?, but now I can't find it.

I'm basiclly just looking for a page where I can view the votes for all the photos in my gallery in one place.

Many than.
Title: Re: Display all votes with stat_details.php?
Post by: chris.h on November 27, 2007, 09:00:02 am
No this is not possible?

I'm sure I cam accross a link in the admin area that listed votes and all images in my gallery. But I can't find it now.
Title: Re: Display all votes with stat_details.php?
Post by: chris.h on November 28, 2007, 09:16:55 am
Sorry to bump this again, but was hoping someone might have an answer. As I've said in previous posts, I'm sure I've seen a page very similar to the review comments layout that also had the vote statistics?
Title: Re: Display all votes with stat_details.php?
Post by: chris.h on November 29, 2007, 12:46:47 pm
Well, as the silence looks sounds like a no, I managed to amend the displayimage.php to display voting statistics to admin only by adding the following to the admin box

Code: [Select]
<a href="javascript:;" onclick="return MM_openBrWindow('stat_details.php?type=vote&amp;pid={$CURRENT_PIC_DATA['pid']}')" class="admin_menu" >{$lang_display_image_php['votes101']}</a>

And removing it from the page. I know editing files directly is frowned upon but this was the only solution I could find to my problem  :-\.