PDA


View Full Version : Poll is not displaying poll answers?


cbland
05-19-2005, 10:00 AM
The poll on my portal page, www.pawhoo.com , is not displaying correctly.

Instead of displaying the poll answers it is displaying numbers and incorrect percentages.

Brian
05-19-2005, 11:28 AM
One other person reported the same problem recently, but they never replied. If you'd like to submit a support ticket though I'll be glad to take a look and see what the problem is.

cbland
05-19-2005, 12:46 PM
Ticket # 1584

Thanks Brian!!

Kaelon
05-19-2005, 07:26 PM
Just experiencing this problem today myself, which is odd because the poll hasn't changed since it started displaying improperly. It shows up as:

2 - 2%

4 - 4%

4 - 4%

5 - 5%

... it was showing up just fine a couple of days ago. Haven't made any changes to vBa since then.

Kaelon
05-19-2005, 07:29 PM
Aha, I discovered the problem.

If I am using the random_images module (for use with vBa Gallery), then the poll module shows all of its answers incorrectly. If I deactivate the random_image module, then the poll displays correctly. Any thoughts as to why?

Brian
05-20-2005, 11:03 AM
There are some conflicting variables with the two modules. If you add $option = ''; somewhere near the top of your currentpoll.php file then that should take care of the problem.

thejaxx
06-08-2005, 11:39 PM
Thanks Brian.

I just had that same issue, did what you suggested and it works.