J
|
Jane 3/15/2007 |
Just set up 1 as default value of this field on the "Edit as" settings dialog on the Visual Editor tab. |
D
|
datapimp author 3/15/2007 |
Thanks for the quick reply ... i've tryed doing u suggested but, it doesn't seem to say at that value (1).. once i build the site its stays unticked no matter what i type ... |
J
|
Jane 3/15/2007 |
What is the type of this field in the database? |
D
|
datapimp author 3/15/2007 |
it is varchar .. i also changed it to int (but i didn't reset the page) ... still no good ... |
J
|
Jane 3/15/2007 |
Thank you for pointing me to this bug. if($data[$field]&& $data[$field]!=0) $checked=" checked";
if($value && $value!=0) $checked=" checked";
|
D
|
datapimp author 3/15/2007 |
Yes it worked ... |
E
|
evan_ad2000 3/18/2007 |
Thank you for pointing me to this bug. We'll fix it in the next PHPRunner update. To make your pages working please open C:/Program Files/PHPRunner3.2/source/include/commonfuntions.php file, locate BuildEditControl function, find this code shippet: and replace it with this one: Then rebuild your pages and use 1 as default value for your field.
|
J
|
Jane 3/19/2007 |
Evan, |