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
-
- Donator
- Posts: 258
- Joined: 14 Mar 2010, 22:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
-
- Site Admin
- Posts: 3525
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
For comment in french
What?!?
Screenshot please
Or give me an example here
Screenshot please
Or give me an example here
Board rules! No PM support
-
- BBCoder VI
- Posts: 818
- Joined: 04 Mar 2010, 23:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
For comment in french
The language or script being used is escaping the '/apostrophe
download/file.php?id=2327&mode=viewNAPWR wrote: Nice, Stoker is Hot
-
- Donator
- Posts: 258
- Joined: 14 Mar 2010, 22:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
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.
-
- Site Admin
- Posts: 3525
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
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.
Board rules! No PM support
-
- Donator
- Posts: 258
- Joined: 14 Mar 2010, 22:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
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.
-
- Donator
- Posts: 258
- Joined: 14 Mar 2010, 22:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
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.
-
- Donator
- Posts: 258
- Joined: 14 Mar 2010, 22:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
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),