The Arcive of vBulletin Modifications Site. |
|
[Arrange] Soft Candy - Poll Bars Details »»
|
|||||||||||||||||||||||||||||
This is another addition to the Soft Candy theme
This is used on my site: www.RomanceAnime.com Replace all images in this folder: /forum/images/polls/... With the Soft Candy polls Versions: Version 1.2 - Updated the sizes of polls to fix some bug's in some browser's. - Sorry bout that I made some graphical error when publishing them, but I fixed it. Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#3
|
||||
|
||||
|
Doesn't look that way for me. I'm using Safari 3.0 public beta for my browser.
BTW the new poll looks great on your forum *tear
|
|
#4
|
|||
|
|||
|
Showing that way for me on IE7 and FF, see attachment
|
|
#5
|
||||
|
||||
|
It doesn't show that up on my browser's but I know what the problem is.
The image sizes for the ends are 4x10 and the default is 3x10, so some browser's may not show it correctly and cut's it off. What I'm doing right now is working on version 1.2 to fix this problem. |
|
#6
|
||||
|
||||
|
Cool, thanks. With FF 2.x on Windows I'm having the same issue with the right side being slightly truncated.
|
|
#7
|
||||
|
||||
|
Do you have version 1.1 installed or 1.2 ? The newer version fixes the problem.
|
|
#8
|
||||
|
||||
|
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> |
|
#9
|
||||
|
||||
|
Quote:
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" /> |
|
#10
|
|||
|
|||
|
Updated mine with 1.2 Working good!
|
![]() |
|
|