Page 1 of 1

Cant Create Custom Fields

Posted: Fri Aug 14, 2009 2:36 pm
by roman
Version of script: 2.1

Write your message below:

Just updated from version 0.94.1 everything seems to have gone well EXCEPT when I try to create the custom fields, it just wont let me. It allows me to enable the field (by check marking it), but everything is still all gray'd out.

Your thoughts?

Posted: Fri Aug 14, 2009 3:47 pm
by roman
Oddest thing, it would not work on IE explorer running on windows 2003 server, but on windows xp no problem!

Problem fixed from my end, I guess?

Posted: Sat Aug 15, 2009 9:24 am
by Klemen
What are you using, a very old version of IE?

If you continue having problems you can simply delete this code from admin_settings.php file:

Code: Select all

		if ($this_field['use'])
	    {
	        $onload_locally='';
	    }
	    else
	    {
	        $onload_locally=' disabled="disabled" ';
	    }
and replace it with

Code: Select all

$onload_locally='';
, this will enable all fields by default.