Posted by Amy
2013-12-17

Hi Tom!

First of all, thanks a bunch for posting this code, helping me out a lot :)

Quick question though, how do you display the current percentage results on the front/voting page (Without clicking on 'results')? When I include "<?php echo $item->getPercent(); ?>" in tpl.front.inc.php I get an error.

I don't know much about php, help is greatly appreciated!

Thanks for your time,
Amy
Posted by Tom
2013-12-17

Sorry, the percentage is supposed to show up in the result template only and that's by design. Of cource, you can modify the source code to accomplish what you want. Probably, it is easy ( But how easy it is really depends on your PHP skills )