Instead of striping the vBcode would you use the bbcodeparse2 or bbcodeparse?
So you could have:
Code:
$page=iif(strlen($url)>30,substr($post[pagetext],0,30)."..."),$post[pagetext]);
followed by
$page2=bbcodeparse[$page];
or
$page2=bbcodeparse2[$page];
Do you think that would work ok?
What would you have to use if you wanted to parse the html in the pagetext then?
Parker