ukmil Posted June 12, 2011 Report Share Posted June 12, 2011 is there already, or plans to make a section that logs the hours used on each aircraft registered? Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted June 12, 2011 Moderators Report Share Posted June 12, 2011 There is a module here for extract fleet usage already. Maybe this is what you need? http://forum.phpvms.net/topic/1522-fleet-table/page__hl__fleet Quote Link to comment Share on other sites More sharing options...
ukmil Posted June 13, 2011 Author Report Share Posted June 13, 2011 yes, that pretty much does it, thanks next question, forgive me, I am new to this, and picking up the skills. I have the page working, but how do i add links to the menu? so someone can see the page? Quote Link to comment Share on other sites More sharing options...
stuartpb Posted June 13, 2011 Report Share Posted June 13, 2011 yes, that pretty much does it, thanks next question, forgive me, I am new to this, and picking up the skills. I have the page working, but how do i add links to the menu? so someone can see the page? To add the page to the main nav bar at the top of the page, you need to find the core_navigation.tpl file, which is located in the core/templates folder. To add the link, you need to add a new list item: <li><a href="<?php echo url('/Fleet'); ?>">Fleet or whatever text you want to display for the link</a></li> Cheers, Stuart Quote Link to comment Share on other sites More sharing options...
ukmil Posted June 13, 2011 Author Report Share Posted June 13, 2011 To add the page to the main nav bar at the top of the page, you need to find the core_navigation.tpl file, which is located in the core/templates folder. To add the link, you need to add a new list item: <li><a href="<?php echo url('/Fleet'); ?>">Fleet or whatever text you want to display for the link</a></li> Cheers, Stuart Many thanks now, next issue, i will keep it here, instead of making a new thread I have been testing this over the last 2 days, and most of the time, all is good. But, twice now, an error happened. Firstly, it was myseld, i was flying, and suddenly Kacars just crashed and closed, but FSX remained. Now, the flight i was on, is still showing on the live map, 24 hours later as incomplete Again today, another pilot was flying, and FSX crashed out, and his flight is showing on the map How do i remove these incomplete flights other than going in through PHPmyAdmin? Quote Link to comment Share on other sites More sharing options...
Strider Posted June 13, 2011 Report Share Posted June 13, 2011 Go to the admin panel>settings>maintanance>reset acars. to stop flights showing for 24 hours after the flight has f inished or has crashed, open the local.config.php file, and edit the acars live time. Quote Link to comment Share on other sites More sharing options...
ukmil Posted June 13, 2011 Author Report Share Posted June 13, 2011 thanks for the speedy reply. this is a steep learning curve, but I am getting there 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.