"see full poll results" link is not shown up
giorgos
![]()
Joined: 2002-08-19
Posts: 115 |
![]() |
After successfully upgraded to 1.5 (almost 20000 images!!) I miss the link "see full poll results". The poll settings are YES to everybody but only admin and owner of the album can see this link. Thanks in advance |
|
giorgos
![]()
Joined: 2002-08-19
Posts: 115 |
![]() |
It seems that according to a previous thread this was a bug that is already fixed in RC2-cvs-b26 Quote:
Only display poll results link to admin/owner, since other users get an error I dont think this is the case or is something wrong with my configuration. On my gallery only admin/owner can see the link "see full poll results" Is this actually fixed? Thanks |
|
Tim_j
![]()
Joined: 2002-08-15
Posts: 6818 |
![]() |
Hello giorgos, its exactly fixed like the Changelog says. So its correct (in our view) that only owners and/or admin can see this link. Regards, Jens |
|
giorgos
![]()
Joined: 2002-08-19
Posts: 115 |
![]() |
Tim_j Thanks for your response. Is there a reason of having this set it up that way? Thanks, |
|
Tim_j
![]()
Joined: 2002-08-15
Posts: 6818 |
![]() |
Hello, In our opinion a summarize of all votes is a statistical thing. As we have currenty no option for this, we have to respekt that not everybody want this. The result is that we curently only allow admins to see this summary. But your idea is okay. Gallery 1.5.1 has much better GUI for album options. Unfortunately we are already in a Feature Freeze for 1.5.1. I would like you to make a Feature Request for 1.5.2 on Sourceforge. Regards, Jens |
|
giorgos
![]()
Joined: 2002-08-19
Posts: 115 |
![]() |
Feature Request submitted. Regards |
|
prog.zc
Joined: 2005-10-06
Posts: 1 |
![]() |
Instead of waiting for it as a new feature. Desided to hack the code by myself and it was easy to get it work to allow "everybody" to "See full poll results". Below is how I get this done: 1) edit "poll_results.php" to comment out or delete the following lines to disable Admin or Owner checking 2) edit "view_album.php" change "if ($results && testRequirement('isAdminOrAlbumOwner')) {" in the following lines of code to "if ($results) {" to show "See full poll results" link for everybody: if ($gallery->album->getPollShowResults()) { |
|