Custom field text

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
mvraven
Posts: 32
Joined: Mon Nov 30, 2009 3:34 pm

Custom field text

Post 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!
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post 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.
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
mvraven
Posts: 32
Joined: Mon Nov 30, 2009 3:34 pm

Post 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?
Post Reply