magicflyer Posted May 21, 2014 Report Posted May 21, 2014 Zumeweb.com is proud to release Extended Fleet v1.0 to the community, 100% Free. Extended Fleet is a module that goes beyond phpvms's capabilities to render a full fleet description page for each aircraft in your fleet, from the aircraft's physical characteristics to it's financial capabilities. The current available details of the aircrafts are available below: Type, weight, cargo, range, passengers, and cruise altitude. Fuel data incl. Average fuel use per flight, total fuel used, and fuel consumption rate. Average flight distance per flight, and total distance traveled. Listings of most recent flights with the aircraft Listings of routes the aircraft serves A neat display of the aircraft's rentability Download: https://github.com/magicflyer/Advanced_Fleet Demo: http://zumeweb.com/D...index.php/fleet This module is released 100% free, and does not require that the Virtual Airline provides a link back to zumeweb.com, although that would be appreciated. 4 Quote
djchema Posted May 21, 2014 Report Posted May 21, 2014 Really, Really nice. Thx for this module. Quote
in2tech Posted May 25, 2014 Report Posted May 25, 2014 What a great add on/module. Thanks so much for this. How hard would it be to add a Previous and Next button's so I can cycle through the fleet? And maybe a Fleet Home once you are in the module from a navigation link Something like this: http://screencast.com/t/ntxzLw4IINWT Of course not RED text Once again thanks so much this is awesome! I also edited the fleet_view.tpl to show Download/Purchase Aircraft! http://screencast.com/t/wAdPx8z2 Since I am still learning I can't figure out how to do the Previous and Next bit, but I did figure out the Fleet Home which was simple once I thought about it! http://screencast.com/t/sHICndmj The really simple link to Fleet Home in the fleet_view.tpl at the very top of the page. Not real pretty but it works. <h3>Aircraft Information for <strong><?php echo $basicinfo->registration; ?></strong> </h3> <h4>Basic Information</h4> <a href="<?php echo url('/fleet') ;?>"><h4>Fleet Home</h4></a> Quote
Txmmy83 Posted May 27, 2014 Report Posted May 27, 2014 first of all congratulation for creating this great addon one question is it possible that it show only enabled/purchased aircraft ordered by Type? best regards, Thomas Quote
YusufBudi Posted June 21, 2014 Report Posted June 21, 2014 Nice add on... Since i run multiple va on my site, how can i sort the aircraft to its airline? Default phpvms didn't group aircraft to airlines, but, can it be done? Regards Quote
Txmmy83 Posted June 22, 2014 Report Posted June 22, 2014 Seems to be a additional column in phpvms_aircraft table ?! Where the ICAO of your Airlines go in But I Does Not Know how to implement that on Admin side Quote
CFVA Posted October 11, 2014 Report Posted October 11, 2014 Getting a page not found from the like in post 1! Any ideas? Quote
magicflyer Posted November 5, 2014 Author Report Posted November 5, 2014 Module Updated. Uploaded to Github, no forms required to download the file. Fixed a bug where disabled aircrafts are showing - See http://forum.phpvms.net/topic/21802-unwanted-aircraft-in-my-fleet-any-help/ for more information regarding the bug. Quote
InfinAir Posted November 5, 2014 Report Posted November 5, 2014 Hello, I've got an 404 error when i try to download it ..? :S best regards Quote
magicflyer Posted November 6, 2014 Author Report Posted November 6, 2014 Hello, I've got an 404 error when i try to download it ..? :S best regards Problem with the forum hyperlink, It's fixed. Quote
tobyrice01 Posted November 6, 2014 Report Posted November 6, 2014 Big thanks for the update! Great (free) service. Quote
TAV1702 Posted November 21, 2014 Report Posted November 21, 2014 I get a little error. I am using Simpilots extended phpvms Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Fleet' does not have a method 'fleet.php' in core\classes\MainController.class.php on line 218 Might my php be out of date on the server? 5.3.13 Quote
lanousbh Posted November 30, 2014 Report Posted November 30, 2014 Is there a way to show the rank needed to fly the selected aircraft? Quote
mitcheinfo Posted March 3, 2015 Report Posted March 3, 2015 Please help Strict Standards: Non-static method FleetData::getAircraftTotals() should not be called statically, assuming $this from incompatible context in/homepages/10/d328219951/htdocs/core/modules/Fleet/Fleet.php on line 36 Quote
freshJet Posted March 4, 2015 Report Posted March 4, 2015 Change public function getAircraftTotals(){ ... to public static function getAircraftTotals(){ ... in what I assume must be core/common/FleetData.class.php. Quote
KeithHadden Posted May 28, 2015 Report Posted May 28, 2015 I have downloaded and installed Extended Fleet but I have no idea on how to get it to run. I have created a page and I want it to run from that page. Thanks in advance. Quote
Angel Air Posted July 15, 2015 Report Posted July 15, 2015 Hi all, I am getting these errors when installing Deprecated: Non-static method FleetData::getAircraftTotals() should not be called statically, assuming $this from incompatible context in /home/angelair/public_html/core/modules/Fleet/Fleet.php on line 36 Deprecated: Non-static method FleetData::get5MostRecentFlights() should not be called statically, assuming $this from incompatible context in /home/angelair/public_html/core/modules/Fleet/Fleet.php on line 37 Deprecated: Non-static method FleetData::getAllScheduledFlights() should not be called statically, assuming $this from incompatible context in /home/angelair/public_html/core/modules/Fleet/Fleet.php on line 38 Any help would be great thanks and I have tried the above suggestion and it does not work Quote
magicflyer Posted July 15, 2015 Author Report Posted July 15, 2015 This here should work, do it for each function - Change public function getAircraftTotals(){ ... to public static function getAircraftTotals(){ ... in what I assume must be core/common/FleetData.class.php. Quote
Moderators servetas Posted November 1, 2015 Moderators Report Posted November 1, 2015 Are you sure that you have uploaded the module correctly? Quote
natcret Posted November 2, 2015 Report Posted November 2, 2015 Notice: The template file "/home/u296393427/public_html//core/templates/fleet/fleet_list.tpl" doesn't exist in /home/u296393427/public_html/core/classes/TemplateSet.class.phpon line 248 :( ????? You need to change all of the .tpl files located in your template/fleet folder to .php,e.g., fleet_list.tpl to fleet_list.php. Also check to make sure that you change the two .tpl calls in your core\modules\fleet\fleet.php file to .php as well. Regards! Quote
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.