Display of votes modification
-
Hi i created a post about this yesterday but it has not been resolved yet.
To change poll results to show 17% from 17.25% you wrote:
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 ) . ‘ % )’; ?>
I opened the plugin editor and found something similar on line 1365
I removed the ,2 after res_count but it had no effect on the plugin. Please advise.
You gave me by email a customised version of the plugin but it has other changes like it now doesnt show html colour codes which is a disadvantage if someone wants to paste a code from somewhere else or to quickly duplicate colors.
- The topic ‘Display of votes modification’ is closed to new replies.