No it's not. I had the same problem with one of my mods.
In some vb patch they changed a little thing in the css definitions, try to change the following in the FORUMHOME template:
PHP Code:
<!-- what's going on box -->
<div id="wgo" class="collapse wgo_block">
to:
PHP Code:
<!-- what's going on box -->
<div id="wgo" class="section wgo_block">
That should do the trick