Page 1 of 1

[SOLVED] poll options

PostPosted: Wed Dec 13, 2006 7:14 am
Author: ayasha
ok, i have a problem with the number of poll options you are allowed.

on my forum, we vote on graphics that are done, and give out medals to the winners. we do this weekly and monthly.

now the month poll for december has like 14 entries, and when i do the poll and click submit, it tells me that i have too many options to choose from.

how can i change this so that all the entries for this challenge can be included?

thanks in advance.

Re: poll options

PostPosted: Wed Dec 13, 2006 7:47 am
Author: Whisky
Hi,

Here's what I see from include/functions_post.php:
Code: Select all
            else if (count($poll_options) > $board_config['max_poll_options'])             {                 $error_msg .= (!empty($error_msg)) ? '<br>' . $lang['To_many_poll_options'] : $lang['To_many_poll_options'];             }

Meaning that there's obviously a parameter in the ACP to set a maximum number of pool options, but I have no idea where <img>

Re: poll options

PostPosted: Wed Dec 13, 2006 7:54 am
Author: Whisky
ok I got it:

ACP => General Admin => Configuration => User and Forum Basic Settings => Max number of poll options

You are welcome <img>

PostPosted: Wed Dec 13, 2006 9:03 am
Author: ayasha
well bite my keister :lol: thank you so much Whisky, i knew it was there somewhere, but just could not see it for some reason <img>

Re: [SOLVED] poll options

PostPosted: Tue Feb 06, 2007 9:28 am
Author: DjPorkchop
well, atleast yours works. :wink: