Log in

View Full Version : Quote not doing properly job


MonkYZ
09-18-2008, 08:38 PM
Hello again.

I hope somebody can help me with this problem. Every time an user is using QUOTE, i get strange things, but the worst of them is the way it quotes the " characters. For example:

How is your "friend" today ?
will be actually:
How is your \"friend\" today ?
on my forum. And i really don't know what's doing that. Any clues ?

Thanks in advance for your help !

Lynne
09-18-2008, 08:41 PM
Create a new style with no parent - Styles & Templates > Style Manager > Add New Style > no parent - then browse the site using that totally default vbulletin style - do you still have the same problem?

If so, try disabling your plugins and then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

MonkYZ
09-18-2008, 08:59 PM
Yes Lynne: even with a new style - no parrent i have the same issue. Actually now it looks like this:

How is your \\\"friend\\\" today ?
I was wondering if there is not an issue related to my language file. I've installed a romanian language a few time back... that wasn't compatible anymore. I've uninstalled it, but i still have romanian phrases, even in my vB Control Panel. I've tried reinstalling the default english language, but that didn't helped. Could be related to the problem i'm having now ?

Opserty
09-18-2008, 09:06 PM
Disable your modifications as said by Lynne, do you still get the error when after making a new post?

snakes1100
09-18-2008, 09:06 PM
whats the character collation set for following:

db tables
mysql server
client server

you can find that info via ssh with mysql or in phpmyadmin