completelydeck Posted April 10, 2009 Report 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
Administrators Nabeel Posted April 10, 2009 Administrators Report 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
completelydeck Posted April 10, 2009 Author Report Posted April 10, 2009 Hey thanks a lot, Nabeel for the quick response. Quote
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.