Oh just realised its only doing it in Firefox![]()
Oh just realised its only doing it in Firefox![]()
INTERNET EXPLORER
FIREFOX
![]()
EDIT: Problems solved, how can i delete / Edit my posts?![]()
I think you can't edit posts once they are entered....
Anyway, I'm glad you were able to fix this yourself![]()
Boudewijn Sjouke
http://www.chinesedingen.nl
excellent.. installed and works first timeon 1.3.9f
great add-on!!
Hi, im using 1.38a
Installed but I am unable to add any polls, keep getting error:
"Please define at least two poll options!"
All fielsd have been filled out, what am I doing wrong?
Thanks for the mod.
A possile cause may be that another addon modified some of the standard functions of Zen-Cart. You have other addons installed? Can you check if either of them modified <admin>/includes/functions/html_output.php?
Boudewijn Sjouke
http://www.chinesedingen.nl
I have also same problem I just installed on Zen Cart v1.3.9f/v1.3.9f
There is only one colum to fill options under Option information. When i click add an option , Nothing is happening. No option colum is displaying to put second option info.
Please help us !!!!!!!
Thanks ...........
Go to line 373 in file "admin/poll_manager.php" and replace with these lines:
print zen_draw_hidden_field("option_id_".$option, $fields["option"]);
print $fields["option"] . "</td>";
print "<td>" . zen_draw_input_field("option_text_" . $option, $fields["text"], 'size="64" maxlength="64"', true) . "</td>";
print "<td align=\"center\">" . zen_draw_checkbox_field("option_inpf_" . $option, "1", ($fields["inpf"] == 1), "", "id=\"option_inpf_" . $option . "\" onclick=\"if(counttextinput(" . count($options) . ") > 1){alert('". PM_USER_INPUT_WARNING . "'); this.checked=0;};\"") . "</td></tr>\n";