Hello,
do you know how to avoid french text to appear like :
l'apostrophe
instead of
l'/apostrophe
This is for the conmments below the image.
For comment in french
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
For comment in french
On my forum it is like this :
You do not have the required permissions to view the files attached to this post.
For comment in french
Steve© wrote:The language or script being used is escaping the '/apostrophe
The script does nothing to the file comment text. It only does something to the way images are displayed.Nully wrote:Here you do not have the problem.
On my forum it is like this :
I have no idea what the problem is, but I know its not related the the Highslide MOD.
For comment in french
May be there is a bad code somewhere further to uninstall some Mods.
But I have this problem only on the comments of attached files.
But I have this problem only on the comments of attached files.
For comment in french
Very strange, the problem is on the text as comment below the image, but when the image is zoomed, the text is ok.
Maybe you can see it on the image:
Maybe you can see it on the image:
You do not have the required permissions to view the files attached to this post.
For comment in french
Hello,
my host, Elglobo, fixed the problem.
In file /includes/functions_content.php, he added before
'COMMENT' => $comment,
my host, Elglobo, fixed the problem.
In file /includes/functions_content.php, he added before
'COMMENT' => $comment,
Code: Select all
'COMMENT_HIGH' => addslashes($comment),