Hosted by: Eyo Technologies Pty Ltd. Sponsored by: Actiontec Pty Ltd
Polling [Archive] - Aussie Phorums

PDA

View Full Version : Polling


Tsargrad
29-11-2002, 12:09 AM
Any chance the no. of options in a Poll can be increased to 20. Another forum I have visited has the same software and runs 20.

cheers:)

MrMacabre
29-11-2002, 12:37 AM
What the hell would you fill twenty options with?!!

Scott.H.
29-11-2002, 10:00 PM
Originally posted by MrMacabre
What the hell would you fill twenty options with?!!

well what finger or toe do you use to apply your lipstick:p:p

nsu
29-11-2002, 10:25 PM
Ok, I have made it 20 now. ;) Ask for more if you need them.

linton
29-11-2002, 10:28 PM
Originally posted by nsu
Ok, I have made it 20 now. ;) Ask for more if you need them.


I wanted to make a poll:

Favorite Number between 1 and 100,

but there wasn't enough poll options. Can you fix it for me??


:p :D

nsu
29-11-2002, 10:35 PM
Originally posted by linton
I wanted to make a poll:

Favorite Number between 1 and 100,

but there wasn't enough poll options. Can you fix it for me??


:p :D

How about this

$x = Number of poll options - total votes casted

If $x > 0 then the poll starter's post count reduces by $x * 10 ?
:dD

MrMacabre
29-11-2002, 10:53 PM
Originally posted by nsu
How about this

$x = Number of poll options - total votes casted

If $x > 0 then the poll starter's post count reduces by $x * 10 ?
:dD

Turkish: Did you understand a single word of what he just said?! :dD

linton
29-11-2002, 10:59 PM
Originally posted by nsu
How about this

$x = Number of poll options - total votes casted

If $x > 0 then the poll starter's post count reduces by $x * 10 ?
:dD

In other words (english) if I get less votes compared to the number of options, I lose that number multiplied by 10 off of my post count.

What do i get if I have a positve Number???

:) :)

nsu
29-11-2002, 11:10 PM
function good_or_bad_poll() {

global $total_poll_options, $total_votes_casted;

$x = $total_poll_options - $total_votes_casted;
if ($x > 0) {
$reduce_post_count = $x * 10;
return $reduce_post_count;

} else {
echo "Sir, you have created a good poll";
}
}

:)

linton
29-11-2002, 11:13 PM
Woohoo! that would be cool

:) :)

Tsargrad
30-11-2002, 09:24 AM
Originally posted by MrMacabre
What the hell would you fill twenty options with?!!

BOND QUESTIONS ;)

Nah it is just handy. Ive had to cut down a few polls previously to the 10 options... Im not gonna flood you with too many options.