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