Quote:
Originally Posted by AURFSCAN
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
|
This worked for me. Thank you.
Using this code, does anyone know how to center "What's Going On?"
Or is that impossible because the main forum page "What's Going On" box has the text aligned to the left as well? Is it grabbing the info from there?
Also, I am currently running VB 4.1.1 suite. However, the code that worked was supposedly for 4.0.8. Will I encounter any problems?