sgsfb adlı üyeden alıntı

örnek bir kod buldum PHP de inşallah işine yarar

// author: Louai Munajim
// website: http://elouai.com
// date: 2004/Apr/18
function bb2html($text)
{
$bbcode = array("<", ">",
"
    ", "
  • ", "
",
"

",
"", "",
"", "",
"", "",
'[color="', "[/color]",
"[size=\"", "[/size]",
'[url="', "[/url]",
"[mail=\"", "[/mail]",
"", "",
"",
'"]');
$htmlcode = array("<", ">",
"
    ", "
  • ", "
",
"",
"", "",
"", "",
"", "",
"",
"",
'",
"
",
"", "",
"
", "
",
'">');
$newtext = str_replace($bbcode, $htmlcode, $text);
$newtext = nl2br($newtext);//second pass
return $newtext;
} ?>


Hocam bana javascript ve button tarzında lazım wordpress yorumuna uyuluycam ama yine de teşekkür ederim uğraşın için.