Yeah I have it in the conditional already, let me post the full conditional.
HTML Code:
<if condition="in_array($foruminfo['forumid'], array($vboptions['pl9_qloc'])) OR THIS_SCRIPT == 'index' OR in_array($forum['forumid'], array($vboptions['pl9_qloc']))">
<if condition="$vboptions['pl9_quote_display'] == 'table'">
$table
</if>
<if condition="$vboptions['pl9_quote_display'] == 'styled_table'">
$stable
</if>
<if condition="$vboptions['pl9_quote_display'] == 'normal_quote'">
$normal
</if>
<if condition="$vboptions['pl9_quote_display'] == 'styled_quote'">
$snormal
</if>
</if>
As you can see, the $foruminfo is there and works but only when viewing categories, here take a look at the link:
Category view with forums
Now click into one of those forums and it goes away.
EDIT: $vboptions[pl9_qloc] has all forums selected so all forum id's are in the settings row.