Page 6 of 6

Posted: Wed Dec 09, 2009 6:24 pm
by MOB
Thanks. Could you do a FIND then REPLACE WITH instructions below? Thanks in advance.

Posted: Wed Dec 09, 2009 7:14 pm
by Klemen
It's just a line of code you need to paste. So just find

Code: Select all

$v['value'] = $k_value; 
and replace it with

Code: Select all

$k_value = hesk_msgToPlain($k_value,0,0); 
$v['value'] = $k_value; 

Posted: Wed Dec 09, 2009 11:06 pm
by MOB
Thanks. That fixed it. I'm glad I was able to contribute to your program. One less bug is always a nice thing.

all BUT closed mistake

Posted: Fri Dec 11, 2009 11:50 pm
by webdeweb
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: 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>
Solution: at language/en/text.php (Also All languages)

Replace :

Code: Select all

$hesklang['all_not_closed']='All but closed';
With

Code: Select all

$hesklang['all_not_closed']='All not closed';

SY.

Posted: Sat Dec 12, 2009 12:47 pm
by Klemen
It's the same meaning :wink: All but closed = All except closed

Web Page mispelling

Posted: Tue Apr 06, 2010 10:15 am
by johnjohn
Klemen

On your HEST home page, just above demo video, you have

HESK Intorduction Video

should be

HESK Introduction Video

Posted: Tue Apr 06, 2010 3:03 pm
by Klemen
Thanks for the heads-up, can't believe I missed that one :oops:

Fixed now.