Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Some questions to be solved

More
12 years 6 months ago - 12 years 6 months ago #422 by admin
Replied by admin on topic Re: Some questions to be solved
Hello!
I have got an answer for the question mark problem. It is an encoding issue.

Find in the file helper.php the line:
$temp = substr($temp, 0, $letter_count);
Replace it with
$temp = mb_substr($temp, 0, $letter_count);
Let me know if this helps, thank you.

Olivier.
Last edit: 12 years 6 months ago by admin.
The following user(s) said Thank You: stsimpl

Please Log in or Create an account to join the conversation.