Code: Select all
[quote="user"]text[/quote]
Code: Select all
$text = bbencode_first_pass_pda($text, $uid, '/\[quote=\\\\"(.*?)\\\\"\]/is', '[/quote]', '', false, '', "[quote:$uid=\\\"\\1\\\"]");
Code: Select all
$text = bbencode_first_pass_pda($text, $uid, '/\[quote=(\\\".*?\\\")\]/is', '[/quote]', '', false, '', "[quote:$uid=\\1]");
Code: Select all
[quote="kc5hwb"]text[/quote]
GoBieN wrote: try setting html to off and then post a new quote
Code: Select all
[quote="kc5hwb"] Quote:
it works if you don't have the "username" in the tag.
[/quote]
test
Code: Select all
$text = bbencode_first_pass_pda($text, $uid, '/\[quote=\\\\"(.*?)\\\\"\]/is', '[/quote]', '', false, '', "[quote:$uid=\\\"\\1\\\"]");