Hesk Ticket mark as "new" multiple hesk tickets

Helpdesk for my helpdesk software

Moderator: mkoch227

Locked
mytusx
Posts: 3
Joined: Tue Apr 05, 2022 3:49 pm

Hesk Ticket mark as "new" multiple hesk tickets

Post by mytusx »

Version of script: 2.8.4

I have a problem, I use the Hesk Tickets system, and the system has the option to mark several tickets as "solved", but I would like to do the opposite and mark several tickets as "new". Does anyone know how I could do it?

I tried to change a code in ticket_list.inc.php in the /inc folder <option value="close"><?php echo $hesklang['close_selected']; ?></option> what should I do?

Image
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Hesk Ticket mark as "new" multiple hesk tickets

Post by Klemen »

That would require more code modifications that just changing the drop-down options. You may want to seek help of a PHP developer, for example by posting a project to sites like upwork.com or freelancer.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
mytusx
Posts: 3
Joined: Tue Apr 05, 2022 3:49 pm

Re: Hesk Ticket mark as "new" multiple hesk tickets

Post by mytusx »

Is there any way I can change this function? Rather than creating a new one?
I don't use the bulk close ticket function. I noticed that when using this function, it saves in the database as status "3". Is there any way I can just change to save with status "0"? What part of the code do I change this save?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Hesk Ticket mark as "new" multiple hesk tickets

Post by Klemen »

If you know how to code PHP then you can dive into the code, analyze and modify it.

If not, you will need help from a PHP developer.
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
mytusx
Posts: 3
Joined: Tue Apr 05, 2022 3:49 pm

Re: Hesk Ticket mark as "new" multiple hesk tickets

Post by mytusx »

But isn't the purpose of this forum to help people with these changes?
I understand the existence of this forum for denying help in this way.
It's the first time I've seen a forum where there's no real help. You as a developer could support and at least tell you where to change this information to help users of your program.
disappointed :(
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Hesk Ticket mark as "new" multiple hesk tickets

Post by Klemen »

The purpose of the forum is to support users troubleshooting Hesk-related issues, not to provide free coding services for custom code modifications.
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
Locked