Remove the default statuses from Hesk

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
HenriqueCSJ
Posts: 1
Joined: Fri Jan 25, 2019 3:58 pm

Remove the default statuses from Hesk

Post by HenriqueCSJ »

Script URL:
Version of script: 2.8.2
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:
Hi, I'm trying to get rid of the default statuses (and keel only the custom ones) installed by Hesk. Commenting the section "HESK default statuses:" is not working:

Code: Select all

    // // HESK default statuses:
    // //
    // // 0 = NEW
    // $hesk_settings['statuses'][0] = array(
    //     'name'  => $hesklang['open'],
    //     'class' => 'open',
    // );
    // // 1 = CUSTOMER REPLIED
    // $hesk_settings['statuses'][1] = array(
    //     'name'  => $hesklang['wait_reply'],
    //     'class' => 'waitingreply',
    // );
    // // 2 = STAFF REPLIED
    // $hesk_settings['statuses'][2] = array(
    //     'name'  => $hesklang['replied'],
    //     'class' => 'replied',
    // );
    // // 3 = RESOLVED
    // $hesk_settings['statuses'][3] = array(
    //     'name'  => $hesklang['closed'],
    //     'class' => 'resolved',
    // );
    // // 4 = IN PROGRESS
    // $hesk_settings['statuses'][4] = array(
    //     'name'  => $hesklang['in_progress'],
    //     'class' => 'inprogress',
    // );
    // // 5 = ON HOLD
    // $hesk_settings['statuses'][5] = array(
    //     'name'  => $hesklang['on_hold'],
    //     'class' => 'onhold',
    // );
Can anyone help me with this?
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Remove the default statuses from Hesk

Post by Klemen »

The default statuses cannot be deleted (at least not without a lot of code changes at a lot of places), but you can rename them by modifying the text:
https://www.hesk.com/knowledgebase/?article=88

P.s. the code you posted is not for Hesk, most likely Mods for HESK?
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