Jump to content

Flight Schedule 0001 vanished?


iGavB

Recommended Posts

Hi, sorry, me again!

So running through all the testing phase on my phpvms site and did my first test flight using the schedule, 0001 is the example.

Flight completed fine, PIREP filed etc and all good.... however, if I go and search for schedules now to do another flight, 0001 has gone from my search (but does still exist in flights and schedules in the admin panel)

Why is this and how can I stop it from disappearing to do again?

Link to comment
Share on other sites

Ok, pretty proud of myself, I figured it out. in the /core/templates/schedule_results.tpl you have to // out the below lines and it shows them again:

/*

This will skip over a schedule if it's been bid on

This only runs if the below setting is enabled

If you don't want it to skip, then comment out

this code below by adding // in front of each

line until the END DISABLE SCHEDULE comment below

If you do that, and want to show some text when

it's been bid on, see the comment below

*/

if(Config::Get('DISABLE_SCHED_ON_BID') == true && $route->bidid != 0)

{

continue;

}

/* END DISABLE SCHEDULE ON BID */

Link to comment
Share on other sites

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...