Display all votes with stat_details.php? Display all votes with stat_details.php?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Display all votes with stat_details.php?

Started by chris.h, November 26, 2007, 04:45:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

chris.h

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.

chris.h

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.

chris.h

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?

chris.h

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

<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  :-\.