Quote:
Originally posted by Cyrus
ok, im lost again
this is hopeless
|
Ok, Cyrus. Just install FireFly hack, then open P_polloption and replace
Code:
<tr>
<td bgcolor="{secondaltcolor}" width="5%"><input type="radio" name="optionnumber" value="$P_option[number]"></td>
<td bgcolor="{secondaltcolor}" colspan="3"><smallfont>$P_option[question]</smallfont></td>
</tr>
with that
Code:
<tr>
<td bgcolor="{secondaltcolor}" width="5%"><input type="checkbox" name="allvotes[$P_option[number]]" value="yes"></td>
<td bgcolor="{secondaltcolor}" colspan="3"><smallfont>$P_option[question]</smallfont></td>
</tr>
Try it.