rare question

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ddd
Posts: 3
Joined: Sat Mar 15, 2008 12:43 pm

rare question

Post by ddd »

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

Post by Klemen »

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

Code: Select all

@mail(
and change it to

Code: Select all

#@mail(
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
ddd
Posts: 3
Joined: Sat Mar 15, 2008 12:43 pm

change emailadress as a not required inputfield

Post by ddd »

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
ddd
Posts: 3
Joined: Sat Mar 15, 2008 12:43 pm

fix by myself!

Post by ddd »

i did fix it by myself!
hihi

cheers2
peter
Post Reply