iGavB Posted February 8, 2015 Report Share Posted February 8, 2015 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? Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted February 8, 2015 Moderators Report Share Posted February 8, 2015 how are your days setup Quote Link to comment Share on other sites More sharing options...
iGavB Posted February 8, 2015 Author Report Share Posted February 8, 2015 For those particular routes, every day is ticked Quote Link to comment Share on other sites More sharing options...
mseiwald Posted February 8, 2015 Report Share Posted February 8, 2015 Likely the bidid field wasnt set to 0. It doesnt reset it at my VA as well when i'm using the accept all PIREPs button. But it should work fine if you accept the PIREPs one by one. Quote Link to comment Share on other sites More sharing options...
iGavB Posted February 9, 2015 Author Report Share Posted February 9, 2015 I believe we did individually accept the PIREPs. Could this be some switch in the coding that needs doing as they still have not re-appeared, so its not a date/time thing. Quote Link to comment Share on other sites More sharing options...
iGavB Posted February 9, 2015 Author Report Share Posted February 9, 2015 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 */ 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.