PDA

View Full Version : Quotes problem


fahl
12-17-2009, 01:26 PM
Quotes are no longer working on my board.
if i post thread

[QU*TE]TesT Getting there [/QU*TE]

see if this works

is showing as


<*** class="bbcode_container"> <*** class="bbcode_quote"> <*** class="quote_container"> <*** class="bbcode_quote_container"> TesT Getting there see if this works

It is on all skins,tried disabling plugins etc.

Also effecting all old quotes on board not just new ones

Also ran tools.php but no joy.

Lynne
12-17-2009, 03:15 PM
How about a link to the thread/problem? I can't tell from your description what is going on.

fahl
12-17-2009, 04:26 PM
My test board is

http://daveb47.com

Test forum is open to guests

Thanx
Mike

Lynne
12-17-2009, 06:13 PM
It looks like you have "div" in some sort of filter and it's turning them into ***.

Try disabling your modifications/plugins and 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);

consolegaming
12-17-2009, 06:18 PM
That is an odd one indeed. Surely the swearing filter shouldn't be filtering the html for the quotes, just what is inside of them?

I presume it's censorship anyway so if the above doesnt fix it try seeing if you're censoring the word div out if you are remove it for now.

fahl
12-17-2009, 06:28 PM
Thank you for pointing me in correct direction,I had censored use of div when trying to debug a mod & forgotten to remove it!!!!
Sorted now.