completelydeck Posted April 10, 2009 Report Share Posted April 10, 2009 Nabeel, thanks in advance for the great script you have here. I was wondering how I would go about showing a login form on the main page only when they aren't logged in. If they are logged in, I would like to fill that space with a mini "control panel" type content (such as pilot name, pilot hours, hub, etc.). How would I go about this? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 10, 2009 Administrators Report Share Posted April 10, 2009 Hey, There's a few threads if you do a search, basically it's doing: <?php if(Auth::LoggedIn() == false) { ?> <form> </form> <?php } ?> etc. If you look at some of the existing templates you'll be able too figure it out pretty easily Quote Link to comment Share on other sites More sharing options...
completelydeck Posted April 10, 2009 Author Report Share Posted April 10, 2009 Hey thanks a lot, Nabeel for the quick response. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.