cgentil Posted July 18, 2012 Report Share Posted July 18, 2012 Hi, I want to implement this system: Pilots can only bid for flights in his present location. Example if you are in LEBL only shows flights from LEBL. Today even if I am in LEBL, it shows me all the flights of the day, not only from LEBL ... And if pilot don't start flight in 1hour, his bidded flight expire of his bidded flights, and flight turn to "view schedules"? How can I do? Quote Link to comment Share on other sites More sharing options...
cgentil Posted July 18, 2012 Author Report Share Posted July 18, 2012 Anyone? Please Quote Link to comment Share on other sites More sharing options...
James142 Posted July 18, 2012 Report Share Posted July 18, 2012 Go to the search bar on the top right of the forum and search "simpilot realschedulelite" Regards, James Quote Link to comment Share on other sites More sharing options...
cgentil Posted July 19, 2012 Author Report Share Posted July 19, 2012 Anyone can tell me if rank images on signature don't work? It's bug? I'he searched, but in local config i've tried change to true, but doesn't appear rank image on signature... And one more question, if I have cronjob for 1 hour for the pilot bids (if pilot don't make the flight in 1 hour, he expire), why the flight don't back to the schedules? Quote Link to comment Share on other sites More sharing options...
cgentil Posted July 19, 2012 Author Report Share Posted July 19, 2012 In local.config.app I have: # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', true); In schedules_result: <?php # Don't allow overlapping bids and a bid exists if(Config::Get('DISABLE_SCHED_ON_BID') == true && $route->bidid != 0) { ?> Anyway to fly back again to schedules? And rank image at signature? Please help me. Thanks so much. Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted July 19, 2012 Moderators Report Share Posted July 19, 2012 Also, you could use this one: FlightBookingSystem Quote Link to comment Share on other sites More sharing options...
cgentil Posted July 19, 2012 Author Report Share Posted July 19, 2012 Also, you could use this one: FlightBookingSystem Can you show me photos? Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted July 21, 2012 Moderators Report Share Posted July 21, 2012 Can you show me photos? Please refer to the page for the newly added pictures. Quote Link to comment Share on other sites More sharing options...
cgentil Posted July 21, 2012 Author Report Share Posted July 21, 2012 tks, i've been fixed! 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.