REPORT BUGS AND MISSPELLING HERE
Moderator: mkoch227
It's just a line of code you need to paste. So just find and replace it with
Code: Select all
$v['value'] = $k_value;
Code: Select all
$k_value = hesk_msgToPlain($k_value,0,0);
$v['value'] = $k_value;
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
all BUT closed mistake
Hello,
I tried the demo of Version: 2.1 and I installed to my server too. This is the very good script.
There is a mistake:
Where: Admin panel - Show tickets table
Which: all BUT closed (at lang file)
True : All NOT closed
File: EN/text.php
at 281.
code (inc/show_search_form.inc.php) is true but lang file is wrong...
Solution: at language/en/text.php (Also All languages)
Replace :
With
SY.
I tried the demo of Version: 2.1 and I installed to my server too. This is the very good script.
There is a mistake:
Where: Admin panel - Show tickets table
Which: all BUT closed (at lang file)
True : All NOT closed
File: EN/text.php
at 281.
Code: Select all
$hesklang['all_not_closed']='All but closed';
code (inc/show_search_form.inc.php) is true but lang file is wrong...
Code: Select all
<td width="50%"><label><input type="radio" name="status" value="6" <?php if ($status == 6) {echo 'checked="checked"';} ?> /><span class="replied"> <?php echo $hesklang['all_not_closed']; ?></span></label></td>
Replace :
Code: Select all
$hesklang['all_not_closed']='All but closed';
Code: Select all
$hesklang['all_not_closed']='All not closed';
SY.
It's the same meaning
All but closed = All except closed

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
Web Page mispelling
Klemen
On your HEST home page, just above demo video, you have
HESK Intorduction Video
should be
HESK Introduction Video
On your HEST home page, just above demo video, you have
HESK Intorduction Video
should be
HESK Introduction Video
JohnJohn
Thanks for the heads-up, can't believe I missed that one
Fixed now.

Fixed now.
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