Beastt Posted March 4, 2012 Report Share Posted March 4, 2012 Hey, so I do still have the registration problem, but it still goes through. But i had a problem with flight schedules when I added a bid it said, "No route passed' So i took out: <script type='text/javascript' src='<?php echo SITE_URL?>/lib/skins/sleekv1/js/custom.js'></script> <script type='text/javascript' src='<?php echo SITE_URL?>/lib/skins/sleekv1/js/jquery-1.2.6.min.js'></script> And now i can add a flight bid, but I cant see them when I click my flight bids, All i see is "No bids on any flights" and now the 7 scheduels i made arent there because i bidded on them... any help? 1 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 5, 2012 Administrators Report Share Posted March 5, 2012 Search the forum, this error has come up a of times. Those paths to the scripts also seem wrong, make sure they're correct. They should be going to lib/js (at least for jquery) 1 Quote Link to comment Share on other sites More sharing options...
Ariel Posted May 29, 2012 Report Share Posted May 29, 2012 just for future reference...i know this was quite a few months ago but nabeel is right your JS were trying to use JS flies that dont work....should look something like <script type='text/javascript' src='<?php echo SITE_URL?>/lib/skins/sleekv1/js/jquery-1.2.6.min.js'></script> TO <script type='text/javascript' src='<?php echo SITE_URL?>/lib/js/jquery-1.2.6.min.js'></script> AND <script type='text/javascript' src='<?php echo SITE_URL?>/lib/skins/sleekv1/js/custom.js'></script> TO <script type='text/javascript' src='<?php echo SITE_URL?>/lib/js/custom.js'></script> its in your layout.tpl of the Sleekv1 template this fixed the schedules problem which was the only problem i was having Quote Link to comment Share on other sites More sharing options...
ayhan Posted November 23, 2012 Report Share Posted November 23, 2012 I want When a Pilots Going To BID on of flights that flight removed and other pilots can't choose that rout for example we have route whit name 123 me BID the 123 rout after this other pilot cant see that and the rout just for me how can i do this setting on schedules ??? Help please 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.