PDA


View Full Version : Poll not showing on cmps


grassiekuik
05-13-2005, 09:24 AM
I can't see my poll options on the cmps does anyone know how this is solved

TIA

Brian
05-13-2005, 01:24 PM
Do you have your poll forum id set correctly and is the poll active on that particular page?

grassiekuik
05-13-2005, 03:53 PM
yes it is! I can see the poll itself and the poll question to. But not the poll options. U can see it here: http://www.grassiekuik.com/forum

Brian
05-14-2005, 12:27 PM
» Poll
do u think this is better
1
2
3


» View Poll Results
» Discuss This Poll
» This Poll Has 0 Replies
» Edit Poll

Seems to be working fine for me...

grassiekuik
05-14-2005, 12:40 PM
nope it doesn't u should see

» Poll
do u think this is better
1 yes
2 no
3 don't care


» View Poll Results
» Discuss This Poll
» This Poll Has 0 Replies
» Edit Poll

Brian
05-14-2005, 12:44 PM
Weird... Have you modified your modules/currentpoll.php file or any of the adv_portal_poll templates?

grassiekuik
05-14-2005, 04:00 PM
eehm not that i remember. I only installed gallery, dynamic links and cmps.... all according the readme's and/or forum

Brian
05-15-2005, 11:50 AM
I'm not sure why that would be happening then. If you'd like to submit a support ticket though I'll be glad to take a look.

grassiekuik
07-12-2005, 04:22 PM
i reinstalled it and still i've got the same problem.

Brian
07-12-2005, 06:11 PM
Look in your currentpoll.php file for this:
$query = array();
And add this right below it:
unset($option);

bulbasnore
09-15-2005, 12:02 AM
Nice. Worked for me, too. A custom block I wrote was holding that column open. When I decided to get rid of it, the polls collapsed. Is this incorporated in 2.0?