file: ubbthreads.inc.php

find:
PHP Code
if ($v == "calendar" && !$userob->is_logged_in) continue; 

add after:
PHP Code
if ($v == "shoutbox" && !$userob->is_logged_in) continue; 

*poof* done