got to thinking on this, first thing that pops into my head is something like:
Code:
$var = $this->post['message'];
if (strpos($var, '[BBCODENAME]') !== false) {
STUFF
}
the problem with that though is I cant quite get the results I'm looking for, see if the post contains the bbcode, I want to not show the content of the bbcode in the post tab (there will be tabbed sections) it is still within the post, but in its own tab
so say the tabs are MAIN POST, BBCODE1, BBCODE2
so bbcode1 and 2 content would only show within the tabbed page, I'm over complicating it...
I may have to stick to the original way I was doing this, and not use it as a bbcode.