PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Contest - Make votes results not visable until contest is over... (http://www.photopost.com/forum/photopost-pro-how-do-i/124713-contest-make-votes-results-not-visable-until-contest-over.html)

Quarterbore April 30th, 2006 12:01 PM

Contest - Make votes results not visable until contest is over...
 
I am not sure if I have a setting wrong but I am running my first contest and when a person enters their vote they get to see all the results as well as their vote... I don't like that personally because it can get people to lobby or change their votes...

Is there a setting that I can use to turn the "Show Votes Off"... I like the abuility to see the choice the member made and allow themto change it however...

Thanks for any advise!

Quarterbore April 30th, 2006 12:35 PM

OK, I hacked the code to remove the line that shows the results...

Now, please verify if there was a way to turn this off and I can put the original file back on the server...


I know the the # Votes was printed from the following line of code:

Code:

Content visible to verified customers only.
I would like these votes to be visable after the contest closes so I am looking to wrap that line in a conditional... Can someone advise on which variable defines if the contest is active or not?

Chuck S April 30th, 2006 02:46 PM

well the code is suppose to show the votes after voting much like a poll in vbulletin.

If you have any further questions on hacking your code please post them in our modifications forum. I till say this though ;) You can try this in bold and go from there

Code:

Content visible to verified customers only.

Quarterbore April 30th, 2006 05:11 PM

That is all I needed and it works great...

You might move this over to the other forum as god knows I saw many requests for this here before I decided to just cut the code out of my contest after struggling with the code and variable......

Thank You!


All times are GMT -5. The time now is 01:54 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97