System 2.4.2
I want to change the word Message: to Please describe you problem here:
I have tried to change the Message in index, the only thing is happen the word Massage will disappear...
Thanks for the answers in advanced.
Conny
Changing text
Moderator: mkoch227
Re: Changing text
I mean this in redkoninc wrote:System 2.4.2
I want to change the word Message: to Please describe you problem here:
I have tried to change the Message in index, the only thing is happen the word Massage will disappear...
Thanks for the answers in advanced.
Conny
<td style="text-align:right" width="150" valign="top">Message: <font class="important">*</font></td>
<td width="80%"><textarea name="Please describe your problem" rows="12" cols="60" ></textarea>
Re: Changing text
All the text used by HESK is stored in the "language/en/text.php" file, you will need to modify it there.
Here are a few guidelines for editing that file:
http://www.hesk.com/knowledgebase/?article=34
Here are a few guidelines for editing that file:
http://www.hesk.com/knowledgebase/?article=34
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: Changing text
Thank you for the answer...Klemen wrote:All the text used by HESK is stored in the "language/en/text.php" file, you will need to modify it there.
Here are a few guidelines for editing that file:
http://www.hesk.com/knowledgebase/?article=34
//Conny