OK, if anybody uses vBPortal, and can't see the sideblock when in the arcade, edit the arcade/functions/functions.php like:
search for
Code:
function do_output($output_array)
{
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox;
and replace with
Code:
function do_output($output_array)
{
global $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox, $forumsideblocks, $vbpoptions;
then save the file, and upload.