Jump to content

Recommended Posts

Posted

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

  • Like 1
  • Moderators
Posted

Here,

This would be an example...

<?php
foreach($allpilots as $pilot)
{
 if($pilot->confirmed == 0) { continue; }
?>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...