Cant Create Custom Fields

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
roman
Posts: 2
Joined: Fri Aug 14, 2009 2:29 pm

Cant Create Custom Fields

Post 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?
roman
Posts: 2
Joined: Fri Aug 14, 2009 2:29 pm

Post 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?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply