Hello, dear sirol81.
Thank you for contacting us. Our team is always ready to help you.
Sorry, but right now we don’t have юthat option right now.
But now our team is working on a plugin survey. We are making big changes. Added many features, options and themes. In the new version and as a poll, you can use the plugin.
Customer satisfaction is our priority and we do our best to make your experience even better.
Enjoy the plugin and in the meantime feel free to open a new thread if you have further questions.
Thank you very much.🙂</img>
if anybody needs this hack to sort results by number of votes, you can edit your file
/includes/class-ts_poll-function.php
around line 3509 change the UKSORT function with this new USORT one:
usort(
$ts_poll_answers_columned,
function($a, $b) {
return strcmp($b["Answer_Votes"], $a["Answer_Votes"]);
}
);
-
This reply was modified 3 years ago by
sirol81.
-
This reply was modified 3 years ago by
sirol81.
-
This reply was modified 3 years ago by
sirol81.
-
This reply was modified 3 years ago by
sirol81.
the function to edit is called tsp_get_sorted_answers