closed box by default too

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
conex
Posts: 16
Joined: Mon Sep 30, 2013 9:27 am

closed box by default too

Post by conex »

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:

hi..
need show all tickets, even closed, how can i check closed box by default too.... like other status?

thx !!! =)
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: closed box by default too

Post by Klemen »

1. select all checkboxes
2. click "More Options"
3. in "Options" select "Make this my default view"
4. click "Less Options"
5. click "Show tickets"

This will remember your choice for next time when you login.
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
conex
Posts: 16
Joined: Mon Sep 30, 2013 9:27 am

Re: closed box by default too

Post by conex »

Yes, i saw that option but i have many users/logins and need checked by default if possible in the first login- acces.. :)

Thx a lot.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: closed box by default too

Post by Klemen »

Delete

Code: Select all

unset($status[3]);
from file "inc/print_tickets.inc.php"
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
conex
Posts: 16
Joined: Mon Sep 30, 2013 9:27 am

Re: closed box by default too

Post by conex »

:) :)
thank you :D
Post Reply