I am trying to implement bbcode in mf flashforum. I have managed till now to get the others set, [url][ul] etc..
I am stuck on this 🙁
$text = preg_replace("/\[color=(\#[0-9A-F]{6}|[a-z]+)\]/si","<span style=\"color: \\1\">",$text);
$text = str_replace("[/color]","</span>",$text);
It would seem that flash does not like span tag 🙁
The text comes back with the formatted color.
Can anyone help me.
cheers
Paul
It would seem that the phpforum is not displaying the code correctly so i have also attached a text file with the code inside