te metes a INCLUDES >> bbcode.php
y ahi agregas las funciones que quieras poner
Yo le puse estos al mio
Código PHP:
$text = preg_replace("/\[glow=(.+?),(.+?),(.+?)\](.+?)\[\/glow\]/is", "<table style=\"Filter: Glow(Color=\\1, Strength='.(('\\2'<400)?'\\2':400).')\" width='.(('\\3'<400)?'\\3':400).'\>\\4</table>", $text);
$text = preg_replace("/\[shadow=(.+?),(.+?),(.+?)\](.+?)\[\/shadow\]/is", "<span style=\"Filter: Shadow(Color=\\1, Direction=\\2); width: 0 px; \">\\4</span>", $text);
$text = preg_replace("/\[blur=(.+?),(.+?),(.+?)\](.+?)\[\/blur\]/is", "<span style=\"Filter: blur(Color=\\1, Direction=\\150,strengt=\\40); width: 0 px; \">\\4</span>", $text);
un phpBB con funciones YabbSE