For comment in french

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

For comment in french

Post by Nully »

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

Post by Stoker »

What?!?
Screenshot please :)
Or give me an example here

For comment in french

Post by Steve »

The language or script being used is escaping the '/apostrophe ;)

For comment in french

Post by Nully »

bubbles.jpg
Here you do not have the problem.

On my forum it is like this :
apostrophe.jpg
You do not have the required permissions to view the files attached to this post.

For comment in french

Post by Stoker »

Steve© wrote:The language or script being used is escaping the '/apostrophe ;)
Nully wrote:
bubbles.jpg
Here you do not have the problem.

On my forum it is like this :
apostrophe.jpg
The script does nothing to the file comment text. It only does something to the way images are displayed.
I have no idea what the problem is, but I know its not related the the Highslide MOD.

For comment in french

Post by Nully »

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.

For comment in french

Post by Nully »

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:
pb_apostrophe.jpg
You do not have the required permissions to view the files attached to this post.

For comment in french

Post by Nully »

Hello,
my host, Elglobo, fixed the problem.
In file /includes/functions_content.php, he added before
'COMMENT' => $comment,

Code: Select all

'COMMENT_HIGH'		=> addslashes($comment),