i want to create new tickets as admin or as local user, is that possible?
further, i want to disable the email function.
i want to use hdesk as a local call centre app.
or has anyone a better app for my needs
greetz,
peter
rare question
Moderator: mkoch227
You can create tickets by submitting the ticket form, but not from within admin panel.
To disable all e-mails you'd have to manually edit file
admin_reply_ticket.php
reply_ticket.php
submit_ticket.php
Find all instances of and change it to
To disable all e-mails you'd have to manually edit file
admin_reply_ticket.php
reply_ticket.php
submit_ticket.php
Find all instances of
Code: Select all
@mail(
Code: Select all
#@mail(
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
change emailadress as a not required inputfield
thanxz Klemen,
it's working great now!
one thing i did not find:
is it possible e.g. to change emailadress as a not required inputfield?
thanxz anyway,
peter
it's working great now!
one thing i did not find:
is it possible e.g. to change emailadress as a not required inputfield?
thanxz anyway,
peter
fix by myself!
i did fix it by myself!
hihi
cheers2
peter
hihi
cheers2
peter