rpalmer800 Posted June 21, 2012 Report Posted June 21, 2012 Hey, Is there a way for the Pilot to only show up on the Roster and recent pilots list once they are approved, because i cant seem to find a way to do this. I dont think it is in the local.config file, but i will keep looking, thanks. Thanks, Ryan 1 Quote
Colin Posted June 21, 2012 Report Posted June 21, 2012 Good question that , I'd be interested to know the answer to that on myself Quote
Moderators Kyle Posted June 22, 2012 Moderators Report Posted June 22, 2012 Here, This would be an example... <?php foreach($allpilots as $pilot) { if($pilot->confirmed == 0) { continue; } ?> 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.