Posted by Chandra
2015-11-29

Hi tom

is there a way just to show gratitude after users vote ... user can not see the results of the vote ... only administrators who know the link can view the results of the vote. thank you for help ( sorry about my english :))
Posted by Tom
2015-11-29

>is there a way just to show gratitude after users vote ... user can not see the results of the vote

How about removing the result from the result template (web/poll-(poll name)/tpl.result.inc.php)? Just type "Thank you!" in the result template.

For administrators to see the results, you can install another copy of Ajax Poll Script and make it share the same data folder with the first copy. You can specify the path of the data folder in web/config/config.inc.php.
This is the line that specifies the path.
$_cfg[ 'path-data' ] = $path . 'app.data/';