- Moderated by:
- Support Team
-
- rank:
-
Moderator
- registered:
- March 2002
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 7720
rvc122
Is there a way to increase the number of options for a poll? By default it is 12. I need many more for a poll I want to run.
There isn't any way of achieving this without modifying the code. Both the core polls module and my advanced polls module assume a maximum of 12 votes.
Both the database schema will accept more but the code limits it to 12.
I plan on allowing for more than 12 options in a future version of the advanced polls module.
-Mark -
- rank:
-
Helper
- registered:
- December 2003
- Status:
- offline
- last visit:
- 29.09.08
- Posts:
- 110
rvc122
Is there a way to increase the number of options for a poll? By default it is 12. I need many more for a poll I want to run.
Yes, there is. I am not sure what the upper limit is, but I presently have mine set to 50, instead of 12.
The file that you will want to edit is:
PostNuke/modules/NS-Polls/admin.php
