Script URL: http://www.tujugueteadulto.com/helpdesk
Version of script: 2.0
Hosting company: hostgator
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Message text area is currently set as required field
Is there a way to change this and set not as required?
required
Moderator: mkoch227
Re: required
Open "submit_ticket.php" in notepad and change to just
Code: Select all
$tmpvar['message'] = hesk_input($_POST['message']) or $hesk_error_buffer[]=$hesklang['enter_message'];
Code: Select all
$tmpvar['message'] = hesk_input($_POST['message']);
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: required
Hello
Thanks it worked fine. Now, how can I remove the * next to the label?

Thanks it worked fine. Now, how can I remove the * next to the label?

Re: required
Nevermind, I found it 
index.php file
this:
to this:
bye 

index.php file
this:
Code: Select all
<td style="text-align:right" width="150" valign="top"><?php echo $hesklang['message']; ?>: <font class="important">*</font></td>
Code: Select all
<td style="text-align:right" width="150" valign="top"><?php echo $hesklang['message']; ?>: </td>
