https://vborg.vbsupport.ru/showthrea...ghlight=bbcode
I'm not quite sure what I'm doing here. I started out on this code:
Code:
<if condition="$post[field11] AND $post[field12]">
$text = $post[field11] $post[field12]
$do_html = false
$do_smilies = true
$do_bbcode = true
$do_imgcode = true
$do_nl2br = true
$cachable = false
</if>
$parsed_text
$post[message]
<if condition="$post[field11] AND $post[field12]">$post[field12]</if>
It's not finished yet, because I realized that I'm going to have a hell of a time trying to get the parser to parse half of the bbcode, then the other half. And I'm not sure how to make it parse both.
--------------- Added [DATE]1235735146[/DATE] at [TIME]1235735146[/TIME] ---------------
Is there any way to just modify what goes in to $post[message]?