Topic: In what forum is the current post?

I need to remove the parser if the current post is in a certain forum (id = 6).
I tried a few things but nothing seemed to work, any idea on how this could be done?

if ($cur_post['forum_id'] != '6')
Parse

Something a bit like this, but that dosn't work.

Thanks in advance!

Re: In what forum is the current post?

What do you mean "remove the parser"?

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: In what forum is the current post?

Can it be the BBCode parser?

Re: In what forum is the current post?

Well, I want to keep the parser for all posts except for the posts made in the forum with the id 6.