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!