Page 1 of 1

Custom field text

Posted: Mon Mar 08, 2010 1:30 pm
by mvraven
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:

Is it possible to put some text after the input field of some cutome fields?

Like this:

Field name: |____________________| Here the text


And is it possible to reset the numbers of tickets in the manage category's? How?

Thnx!

Posted: Tue Mar 09, 2010 5:23 pm
by Klemen
To add text like that you would have to hard-code it into the Hesk code.

Resetting categories also isn't possible, because the ticket count is generated on-the-fly (dynamically). You would have to delete all the tickets in a category to reset the count to 0.

Posted: Wed Mar 10, 2010 8:17 am
by mvraven
Klemen wrote:To add text like that you would have to hard-code it into the Hesk code..
Where do i have to hard-code it? On wich line and how?