Im trying to hide the login box on my site when a user is logged in. Its working on any page thats not part of the amember system but it dont work on any amember page Works on http://www.vbskins.com/site.php Dont work on http://www.vbskins.com/members/signup.php can someone help me please
Also to see this you have to signup choose the 0.00 and paypal when you join it creates a account for you and you can then see the error.
This dont work on any member pages <? session_start(); print "Welcome, " . $_SESSION['_amember_user']['name_f'] . " " . $_SESSION['_amember_user']['name_l']; ?>