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?
Cant Create Custom Fields
Moderator: mkoch227
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: and replace it with , this will enable all fields by default.
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" ';
}
Code: Select all
$onload_locally='';
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools