2008-09-06, 11:35 PM
Hi all.
1st this bug effect all the new mycodes/badwords that have been added after upgrade to mybb 1.4
but all mycodes/badwords that were added before the upgrade filtred as well.
as example
I have added the following badword
but this code
Regular Expression
but still the same no effect on the posts
I double check that the mycode, and badwords cache has been updated
and the mycode / badwords tables in mysql have been updated too..
1st this bug effect all the new mycodes/badwords that have been added after upgrade to mybb 1.4
but all mycodes/badwords that were added before the upgrade filtred as well.
as example
I have added the following badword
[url=http://site.com]sometext[/url]
and the replacement is **but this code
[url=http://site.com]sometext[/url]
still appear in my forum posts. than I tried the following in mycodeRegular Expression
\[url=http://site.com\](.*?)\[/url\]
and the replacement just $1but still the same no effect on the posts
I double check that the mycode, and badwords cache has been updated
and the mycode / badwords tables in mysql have been updated too..