To get this to display properly with 4.08 I had to modify the code a bit
find
<!-- what's going on box -->
place before
PHP Code:
<vb:if condition="$show['guest']">
<div id="wgo" class="collapse wgo_block block">
<h2 class="blockhead">{vb:rawphrase whats_going_on}</h2>
<div class="blockbody formcontrols floatcontainer">
<br />
<p><center>To be able to view the Statistic Center, you must either <a href="register.php{vb:raw session.sessionurl_q}">{vb:rawphrase register}</a> or login. Thank you!</center></p>
<br />
</div>
</div>
<vb:else />
find
<!-- end what's going on box -->
place after