Quote:
Originally Posted by Buddha
anyone here have any thoughts? i know it's just a conditional, and i thought
PHP Code:
<if condition="$forum['subforumcolumns'] > 1">
this would work... but apparently it doesn't.
|
I believe it's
PHP Code:
<if condition="$show['subforumcolumns'] > 1">
or
PHP Code:
<if condition="$vboptions['subforumcolumns'] > 1">
... from the original vB.org thread ...