Quote:
Originally Posted by Shelley_c
Go into the pollresult template and adjust the sizes to suit the new image dimensions. Of course, your image sizes will be different from mine.
Code:
<td class="alt2" width="50%">
<img src="$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[open].gif" alt="" width="10" height="30"
/><img src="$stylevar[imgdir_poll]/bar$option[graphicnumber].gif" alt="" width="$option[barnumber]" height="30"
/><img src="$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[close].gif" alt="" width="10" height="30" />
<if condition="$show['pollvoters']"><div class="smallfont">$names</div></if>
</td>
|
Thanks for this alternative fix ^.^
The template adjustment's that should be set for these polls (Soft Candy Polls) are:
HTML Code:
<img src="$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[open].gif" alt="" width="3" height="10"
/><img src="$stylevar[imgdir_poll]/bar$option[graphicnumber].gif" alt="" width="$option[barnumber]" height="10"
/><img src="$stylevar[imgdir_poll]/bar$option[graphicnumber]-$option[close].gif" alt="" width="3" height="10" />
But you do not need to change them, because these are set by default, and I just updated the images so you don't have to do any template changes.