How to force a client to choose a category wenn submitting a ticket? (accept the first one (default).
How to see a collum witch the ticket category next to the ticket id in the admin panel?
Fore selecting a category and see a category admin panel
Moderator: mkoch227
Re: Fore selecting a category and see a category admin panel
Have the modified the admin panel list to show the catogory BUT how to show the name instead of the number?lupolo wrote:How to see a collum witch the ticket category next to the ticket id in the admin panel?
Re: Fore selecting a category and see a category admin panel
Nobody know's how to see the category name in the admin pannel? I have mod it to see the number, but do'n know how to fix the name
Re: Fore selecting a category and see a category admin panel
This goes somewhere after including files:
Then you can use $my_cats['CATEGORY_ID'] to get the name.
Code: Select all
$my_cats = hesk_getCategoriesArray();
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: Fore selecting a category and see a category admin panel
Thank you!Klemen wrote:This goes somewhere after including files:Then you can use $my_cats['CATEGORY_ID'] to get the name.Code: Select all
$my_cats = hesk_getCategoriesArray();
Must i also put this code into the ticket_list.inc.php? Mine extra line:
Code: Select all
<th class="admin_white" style="text-align:center; white-space:nowrap;"><a href="<?php echo $href . '?' . $query . $sort_possible['category'] . '&sort='; ?>category"><?php echo $hesklang['category']; ?></a></th>
Re: Fore selecting a category and see a category admin panel
Trial and eror - please try and test.
Forcing categories requires more work than I support I'm afraid.
Forcing categories requires more work than I support I'm afraid.
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