aussie.. what exacly did you do? what i did me to place the login code was this:
1. i created 1 new template called: home_logincode and placed there the apropriate html code to suit my needs (take a look in forumhome_logincode template for the html code).
2. i added into vbHome the following code:
PHP Code:
if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
$homelogin = "";
} else {
eval("\$homelogin = \"".gettemplate('home_logincode')."\";");
}