I have a problem with vbulletin forum
check this page
the problem with threads its replacing equal sign = in html code with =
for example
color="#006400"
instead of
color="#006400"
who can I solve this?
I found the problem in this page
vb/includes/class_bbcode.php
line 1552
I changed this code
$replace = array(''', '=');
with this one
$replace = array(''', '=');
so the problem was in bbcode plugin