default status for new ticket
Posted: Thu Jun 21, 2012 6:48 am
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
i'm sorrry , i've been dying over this, modifying every $status line and status= in every file.. I know this is super simple..
so while looking everywhere for something that specified status=0 or similar perhaps a default setting in admin_submit_ticket ...
I had an epiphany! It was a default value in the database and the php code didn't even define the default status... well to my surprise changing the default from 0 to 3 did not do anything for the new tickets,, still being set as "new" status... (pretty much every ticket has to immediatley be changed to in progress)
I would be happy to SWAP the names in text.php but I cannot determine for hte life of me where the color codes are coming from, it's weird for "in progress" to be red signifying something important that is not...
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
i'm sorrry , i've been dying over this, modifying every $status line and status= in every file.. I know this is super simple..
so while looking everywhere for something that specified status=0 or similar perhaps a default setting in admin_submit_ticket ...
I had an epiphany! It was a default value in the database and the php code didn't even define the default status... well to my surprise changing the default from 0 to 3 did not do anything for the new tickets,, still being set as "new" status... (pretty much every ticket has to immediatley be changed to in progress)
I would be happy to SWAP the names in text.php but I cannot determine for hte life of me where the color codes are coming from, it's weird for "in progress" to be red signifying something important that is not...