Hi,
I put this column under my navbar, which looks verry well
I also added a few conditionals to have it only show on some forums...
But..
In the leftcolumn template, I removed all code, and added a $variable from a plugin I made.
But it won't show

the plugin includes a php-page which has for example: $var = "test";
the leftcolumn template has: $var
It did show when I used peterska2's show left column on front page hack.
But I deinstaleld that one, and trying to use this one
Why doesn't it show a plugin variable ?
edit, even without the forum-conditionals it doesn't show anywhere, not even on the main page
btw, if someone also wants forum-conditionals, use this:
PHP Code:
<if condition="in_array($forumid, array(2,3,4,5))">
add ur html here
</if>
Where 2, 3, 4, etc are forum-id's
