![]() |
Contest voting for photos in a category How do I disable the display of the current vote tally. Here's what I want to do.... Let the users vote but not show the votes tally until the voting period is over. Then I want to display the results. The idea is that I am also going to run a side contest to "Predict the winners". And have users via the forum enter their choices for the top three (in sequence) winners. But that is a separate problem.... Right now, I just want to hide the results of the tally during the active voting period. Ideally, I could modify the code to say "If voting period has ended, then display the results" Thanks for your assistance Petr |
... I would be also highgly interested in this feature "Let the users vote but not show the votes until the voting period is over" |
You would have to modify the showgallery.tmpl template (lined 36-58) to suit your specific needs. http://www.photopostdev.com is a community supported mod forum that might be able to help if you aren't sure what to do. You'll need to add some conditional around lined 53-56, probably something like: if ( $takevotes == 1 ) { echo<<<PPPRINT ... PPPRINT; } |
| All times are GMT -5. The time now is 04:52 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0