rpalmer800 Posted June 21, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
Colin Posted June 21, 2012 Report Share Posted June 21, 2012 Good question that , I'd be interested to know the answer to that on myself Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted June 22, 2012 Moderators Report Share Posted June 22, 2012 Here, This would be an example... <?php foreach($allpilots as $pilot) { if($pilot->confirmed == 0) { continue; } ?> 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.