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

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

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