• Resolved shtv

    (@shtv)


    Hi i have created many polls with the plugin and very grateful for it. However i would like to ask 2 questions.

    1. Is it possible to change how the poll results are displayed? Maybe to give an option to give a simpler result (24% rather than 24.15%) because its easier to read and takes up less space.

    2. Aometimes i have a poll that i need duplicated for another website. Is it possible to export a poll like that? It would be a great time-saver.

    Many thanks
    Darius Beaumont

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear shtv.

    Thank you for your question.

    To solve your problem you need to change some codes from the plugin. Please find the file Total-Soft-Poll-Widget.php. Edit the folder and on the line 1362 find the code

    <?php echo $Total_Soft_Poll_Res[ $i ]->Poll_A_Votes . ‘ ( ‘ . round( $Total_Soft_Poll_Res[ $i ]->Poll_A_Votes * 100 / $Total_Soft_Poll_Res_Count,2 ) . ‘ % )’; ?>

    The place of this code put this one:

    <?php echo $Total_Soft_Poll_Res[ $i ]->Poll_A_Votes . ‘ ( ‘ . round( $Total_Soft_Poll_Res[ $i ]->Poll_A_Votes * 100 / $Total_Soft_Poll_Res_Count ) . ‘ % )’; ?>

    Plugin Author totalsoft

    (@totalsoft)

    Your question 2
    2. Sorry, we don’t have such opportunities now. But we plan to add such a function in the near future.

    Thank You.

    Thread Starter shtv

    (@shtv)

    i found on line 1365

    <?php echo round($Total_Soft_Poll_Res[$i]->Poll_A_Votes*100/$Total_Soft_Poll_Res_Count) . '%'; ?>

    i removed the ,2 after ‘res_count’ but nothing has changed in the poll. can you help please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exporting Polls, Display of Votes Modification’ is closed to new replies.