I use the following conditional only because it worked for me after trial and error.
There may be a better way to do it though.
Code:
<if condition="$show['member'] & THIS_SCRIPT != 'login'">
How mine works:
<if condition="$show['member'] & THIS_SCRIPT != 'login'">
-any logged in member code goes here-
<else />
-this is where my login box code goes-
</if>
I also use vBadvanced with my CMPS index file in the root of the domain
and my forum index file in domain/forum.
To solve the login.php location on a page being a level up in the domain,
I added $vboptions[bburl]/login.php