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 !!! =)
closed box by default too
Moderator: mkoch227
Re: closed box by default too
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.
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 
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


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
Re: closed box by default too
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.

Thx a lot.
Re: closed box by default too
Delete from file "inc/print_tickets.inc.php"
Code: Select all
unset($status[3]);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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