jamalfree
Active member
hello
how can i run this querys
i runt it in my db but no changes
i install this add on
http://xenforo.com/community/resources/post-content-find-replace.1549/
but i dont know what i write in regular expression
for example first fied i write [COLOR = darkslategray ]
second i dont know
the third is empty that i wish
how can i run this querys
PHP:
UPDATE xf_post SET message = replace( message, '[COLOR=darkslategray]', '' ) ;
UPDATE xf_post SET message = replace( message, '[COLOR=deepskyblue]', '' ) ;
UPDATE xf_post SET message = replace( message, '[COLOR=darkorange]', '' ) ;
UPDATE xf_post SET message = replace( message, '[COLOR=red]', '' ) ;
UPDATE xf_post SET message = replace( message, '[COLOR=Red]', '' ) ;
UPDATE xf_post SET message = replace( message, '[COLOR=Navy]', '' ) ;
UPDATE xf_post SET message = replace( message, '[COLOR=blue]', '' ) ;
UPDATE xf_post SET message = replace( message, '[COLOR=#0000ff]', '' ) ;
UPDATE xf_post SET message = replace( message, '[COLOR=orange]', '' ) ;
i runt it in my db but no changes
i install this add on
http://xenforo.com/community/resources/post-content-find-replace.1549/
but i dont know what i write in regular expression
for example first fied i write [COLOR = darkslategray ]
second i dont know
the third is empty that i wish