Guest Posted April 11, 2011 Report Share Posted April 11, 2011 (edited) Hi All i am new here and need little help regarding Aircraft's registrations. i wanted to know that can i put 20 REG No for 1 aircraft's instead of adding all manually..... ****LIKE THIS**** ICAO Name Max Pax Max Cargo Download Regstrations B737 Boeing 737-700 149 0 N/A PH-XRA PH-XRB PH-XRD PH-XRE PH-XRV PH-XRW PH-XRY PH-XRZ I think so we must have to do some changes in admin/templates/ops_aircraftlist.tpl file orops_aircraftform.tpl file but what change or what code please suggest me. For Reference: SAMPLE WEBSITE Hope to get the response ASAP.... Edited April 11, 2011 by Watson James Quote Link to comment Share on other sites More sharing options...
Strider Posted April 11, 2011 Report Share Posted April 11, 2011 You will have to in the admin, put in unique aircraft entries for each reg, ands then create a page, and call it fleet, and put down 737 and the reg's associated with the 737, and you can do that for all aircraft in your fleet. Quote Link to comment Share on other sites More sharing options...
Guest Posted April 11, 2011 Report Share Posted April 11, 2011 (edited) GOT IT i am a genius after few hours of search i got the solution. For those who also wanted the same thing change VARCHAR values from phpmyadmin its current value is (30) change it to (255) and it will work. Thank you ...... Edited April 11, 2011 by Watson James Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 11, 2011 Administrators Report Share Posted April 11, 2011 You can add them directly in the table, not the interface, if that's faster for you. You have to add all of them. You can't enter one aircraft and associate multiple reg #s. You'll have to enter the full info I'm not sure why/what your table changes are Quote Link to comment Share on other sites More sharing options...
Junior Posted April 17, 2011 Report Share Posted April 17, 2011 i'm trying to do the same but i'm a noob can someone help me? its kinda hard to add every 20 A319's one by one. thanks. Quote Link to comment Share on other sites More sharing options...
Tom Posted April 17, 2011 Report Share Posted April 17, 2011 GOT IT i am a genius after few hours of search i got the solution. For those who also wanted the same thing change VARCHAR values from phpmyadmin its current value is (30) change it to (255) and it will work. Thank you ...... Doing this will really mess up your flight tracking. Junior: Take a look at your aircraft table and create an excel spreadsheet with the column headings from the table. Then you can copy and paste data as much as you want in that spreadsheet and import it to your database in phpmyadmin. Quote Link to comment Share on other sites More sharing options...
Junior Posted April 17, 2011 Report Share Posted April 17, 2011 Doing this will really mess up your flight tracking. Junior: Take a look at your aircraft table and create an excel spreadsheet with the column headings from the table. Then you can copy and paste data as much as you want in that spreadsheet and import it to your database in phpmyadmin. Thanks a lot. So what file should I check? ops_aircraftform or ops_aircraftlist? Thanks ! Quote Link to comment Share on other sites More sharing options...
Tom Posted April 17, 2011 Report Share Posted April 17, 2011 Thanks a lot. So what file should I check? ops_aircraftform or ops_aircraftlist? Thanks ! I mean in the database. Quote Link to comment Share on other sites More sharing options...
Junior Posted April 17, 2011 Report Share Posted April 17, 2011 I mean in the database. damn... this is gonna take some time.. thanks a lot for your support mate 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.