Hi,
Like this simple plugin.
This Poll contains a maximum of 5 answers.
So I have a Poll with more than 5 answers. How can I add extra answers?
Guido
Hi,
Like this simple plugin.
This Poll contains a maximum of 5 answers.
So I have a Poll with more than 5 answers. How can I add extra answers?
Guido
Aha, found it myself:
Go to file 'poll.class.php' and search for all lines containing:
(range(1, 5) as $i)
Change number 5 into 9 and now you have 9 answers.
Guido
You must log in to post.