smokey68 Posted November 7, 2015 Report Share Posted November 7, 2015 I have the charter plugin from simpilotgroup most of my flights are charters and i bid on flight in charter listings they bid ok but when i go to flight schedules to bid on a flight i get no route passed any suggestions ? Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted November 8, 2015 Moderators Report Share Posted November 8, 2015 This is the most common issue that goes back to skin other than the default. I have been trying to resolve the issue but no luck. What i did finally was I forwarded the bidding results to schedules/bids page with an option to remove it if necessary and so far it's been working fine. Quote Link to comment Share on other sites More sharing options...
smokey68 Posted November 11, 2015 Author Report Share Posted November 11, 2015 where have you changed this ? Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted November 12, 2015 Moderators Report Share Posted November 12, 2015 Create a PHP file and name it whatever you want then inside add the following: <Table> <thead><tr><th colspan="2">Confirmed!</th></tr></thead> <tr> <td align="center">Your flight has been booked succecfully!</td> <td align="center"> <a href="<?php echo url('/profile'); ?>"><input class="button alt" type="submit" name="submit" value="Go To Pilot Center" /> <a href="<?php echo url('/schedules/bids'); ?>"><input class="button alt" type="submit" name="submit" value="Remove Bid" /> </td> </tr> </table> Then open modules/schedules and go to addbid function line 172 and alter it to the following: if ($ret == true) { $this->show('yourfilename.php'); } else { echo 'Already in bids!'; } Quote Link to comment Share on other sites More sharing options...
mattsmith Posted December 29, 2015 Report Share Posted December 29, 2015 Do you put the php file in the skin folder? Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted December 29, 2015 Moderators Report Share Posted December 29, 2015 Do you put the php file in the skin folder? Yes. 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.