Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Graphic Sets > Miscellaneous Images
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[Arrange] Soft Candy - Poll Bars Details »»
[Arrange] Soft Candy - Poll Bars
Version: 1.2, by Arrangements Arrangements is offline
Developer Last Online: May 2013 Show Printable Version Email this Page

Version: 3.8.x Rating:
Released: 11-14-2007 Last Update: 11-20-2007 Installs: 38
 
No support by the author.

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

File Type: zip [Arrange] Polls Ver1.2.zip (9.3 KB, 841 views)

Screenshots

File Type: jpg Screenshot.jpg (13.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 11-18-2007, 06:20 PM
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Posts: 763
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed!

Can you tell me what happened here? Look at the far right gif, looks cut off.

Does it look that for you?
Reply With Quote
  #3  
Old 11-18-2007, 09:56 PM
Arrangements's Avatar
Arrangements Arrangements is offline
 
Join Date: Jul 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #4  
Old 11-19-2007, 02:07 AM
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Posts: 763
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Showing that way for me on IE7 and FF, see attachment
Attached Images
File Type: jpg Untitled-1.jpg (130.5 KB, 0 views)
Reply With Quote
  #5  
Old 11-20-2007, 09:35 PM
Arrangements's Avatar
Arrangements Arrangements is offline
 
Join Date: Jul 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #6  
Old 11-21-2007, 02:31 PM
KW802's Avatar
KW802 KW802 is offline
 
Join Date: Jul 2003
Location: A galaxy far, far away...
Posts: 1,450
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Arrangements View Post
What I'm doing right now is working on version 1.2 to fix this problem.
Cool, thanks. With FF 2.x on Windows I'm having the same issue with the right side being slightly truncated.
Reply With Quote
  #7  
Old 11-21-2007, 05:19 PM
Arrangements's Avatar
Arrangements Arrangements is offline
 
Join Date: Jul 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have version 1.1 installed or 1.2 ? The newer version fixes the problem.
Reply With Quote
  #8  
Old 11-21-2007, 05:39 PM
Shelley_c's Avatar
Shelley_c Shelley_c is offline
 
Join Date: Jan 2006
Location: United Kingdom
Posts: 1,992
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #9  
Old 11-21-2007, 06:19 PM
Arrangements's Avatar
Arrangements Arrangements is offline
 
Join Date: Jul 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shelley_c View Post
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.
Reply With Quote
  #10  
Old 11-21-2007, 10:11 PM
Kihon Kata Kihon Kata is offline
 
Join Date: Nov 2003
Posts: 763
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated mine with 1.2 Working good!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:28 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07259 seconds
  • Memory Usage 2,324KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (3)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete