Jump to content


function_bbcode.php



  • Please log in to reply
No replies to this topic

#1 OFFLINE   Krypto

Krypto

    Project Leader

  • Administrators
  • PipPipPipPipPip
  • 1,580 posts
  • Joined 2 Years, 2 Months and 9 Days

Posted 22 November 2010 - 15:56

Fixes the problem with the size bbcode.

Find
$s = preg_replace('/\[size=([1-7])\](.+?)\[\/size\]/is', "<span class='size\\1'>\\2</span>", $s);

Replace
$s = preg_replace('/\[size=([1-7])\](.+?)\[\/size\]/is', "<font size='\\1'>\\2</font>", $s);

Thanks to GTAMCN





Also tagged with

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users