[SOLVED]I Need to Modify "status" parameter

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
steraffi
Posts: 30
Joined: Tue Sep 18, 2012 10:50 am

[SOLVED]I Need to Modify "status" parameter

Post by steraffi »

Script URL:
Version of script: last
Hosting company: aruba
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:
Hi Klemen.
I've new question.
Are the informations about status (0 = New; 1 = Waiting staff; and so on) stored in any Table or not (i seem not)?
How i could add a new status (eg: re-open)?

Thanks for your answer
STEFANO
Last edited by steraffi on Sun Aug 30, 2015 1:39 pm, edited 1 time in total.
Klemen
Site Admin
Posts: 10167
Joined: Fri Feb 11, 2005 4:04 pm

Re: I Need to Modify "status" parameter

Post by Klemen »

HESK currently doesn't support adding new statuses.

You have 3 options:

1. If you don't use "On hold" or "In Progress" status you can rename it in language/en/text.php file

2. to add completely new statuses you would need to modify HESK database and many files at many places (not something I can help with, probably need to hire a developer for help)

3. you can also give Mike's mod for HESK a try, it supports adding new statuses as well as many other changes:
http://mods-for-hesk.mkochcs.com/
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
steraffi
Posts: 30
Joined: Tue Sep 18, 2012 10:50 am

Re: I Need to Modify "status" parameter

Post by steraffi »

thank you for your explanantion and suggest.
I tried the indicated mod but i wasn't able to find a section o option to modify a status or add a new
Is there a specific php page to modify, or is present in the application a specific command?
Klemen
Site Admin
Posts: 10167
Joined: Fri Feb 11, 2005 4:04 pm

Re: I Need to Modify "status" parameter

Post by Klemen »

I think it's under "Tools" > "Statuses" in admin panel?
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
steraffi
Posts: 30
Joined: Tue Sep 18, 2012 10:50 am

Re: [SOLVED]I Need to Modify "status" parameter

Post by steraffi »

Found it!
Thanks a lot
Post Reply