Page 1 of 1

[Solved] Poll problem

PostPosted: Sun May 13, 2007 1:50 pm
Author: siljo
Your phpBB Version: 2.0.22
phpBB Type: phpBB / IMPortal
MODs: Yes
Your knowledge: Beginner
Board URL: http://www.siljo-planet.net/forum/portal.php

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Images are missing in poll.
The voting_bar.gif loades normal but the vote_rcap and vote_lcap are missing?

Please help

PostPosted: Sun May 13, 2007 3:21 pm
Author: zenrei
those images would come from your theme. Did you add a new theme? check in the original zip file and see if it just didn't upload to your ftp folder

Re: Poll problem

PostPosted: Sun May 13, 2007 5:49 pm
Author: Helter
please fill in the "Board URL" field

Re: Poll problem

PostPosted: Sun May 13, 2007 10:32 pm
Author: siljo
Thank you for quick replay i edited my first post and i add board url.
I`m still testing IM portal and i think i will use it if all things go well.

I checked my template.cfg i did find voting_bar.gif in it.

Code: Select all
$images['voting_graphic'][0] = "$current_template_images/voting_bar.gif";$images['voting_graphic'][1] = "$current_template_images/voting_bar.gif";$images['voting_graphic'][2] = "$current_template_images/voting_bar.gif";$images['voting_graphic'][3] = "$current_template_images/voting_bar.gif";$images['voting_graphic'][4] = "$current_template_images/voting_bar.gif";


but there is no entry for vote_lcap.gif and vote_rcap.gif.
How can i add in .cfg file?

This is what i have in my viewtopic_poll_result]                     <td><img></td>                     <td><img></td>                     <td><img></td>[/code]

Please help.

Re: Poll problem

PostPosted: Mon May 14, 2007 12:19 am
Author: Helter
Code: Select all
$images['voting_graphic_left'] = "$current_template_images/vote_lcap.gif";$images['voting_graphic_right'] = "$current_template_images/vote_rcap.gif";

Re: Poll problem

PostPosted: Mon May 14, 2007 12:30 am
Author: siljo
works,thank you.

Re: Poll problem

PostPosted: Mon May 14, 2007 2:28 am
Author: Frost
[hr:3dk0bgit]
[color=green][Mod Message]] Marking Solved