if logged in

im trying to put up a login box on my home page but when the user is logged in i want the box to go away and when you log out it comes back up, i tried to copy some of the default coding and it did not work.

How about ->

<?php
    if(!Auth::LoggedIn())
      {$this->show('login_form.tpl'); }
?>

i then get this error Parse error: syntax error, unexpected T_STRING in /www/zzl.org/s/u/n/sunsetva/htdocs/lib/skins/SSVA/header.tpl on line 82

Sounds like you didn’t close a quote somewhere around that line it says

then im getting a php error with $end

Then a close bracket is missing