Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 reply
- 4.2k views
The following code from another thread somewhere, showed a revenue breakdown per last 5 flights for the logged in pilot. How would I show ALL reports for ALL pilots with this code edited for that?? <?php $pilotid = Auth::$userinfo->pilotid; $reps = PIREPData::getLastReports($pilotid, 5); ?> <table class="balancesheet" width="50%"> <tr class="balancesheet_header"> <td colspan="5">Last 5 Flights</td> </tr> <tr> <td align="center"><strong>Flight #</strong></td> <td align="center"><strong>Duration</strong></td> <td align="center"><strong>Pilot Pay</strong></…
Last reply by CPC900, -
- 3 replies
- 841 views
hello, I screwed up and accidently made it so i can ever access the admin to change the skin, i was wondering if there was a way to change the skin via cpanel and or a backway intro the admin to change the skin. i downloaded a HTML5 that was supposed to work with PHPvms but it broke it entirely. any help will do
Last reply by swaluver480, -
- 5 replies
- 1.7k views
Nabeel, I really screwed up my skins. I need to revert back to when I had no problems. Which was the 2x stable release. Do you still have that download(Full Version)? If you do can you email it me(eddie@flyaka.com)?
Last reply by Nabeel, -
- 3 replies
- 3k views
Installer issues fixed. Sorry about that! I had forgotten to blank the site_config.inc.php. Changeset: http://phpvms.devjavu.com/changeset/251/Download just the updated files (from 250):http://phpvms.devjavu.com/changeset/251 ... ip&new=251Update:And from 251 to 252:http://phpvms.devjavu.com/changeset/252 ... ip&new=252[*]Installer issues fixed[*]Added Version/Permissions checkOr just download a fresh copyLemme know how that goes.
Last reply by Nabeel, -
- 1 reply
- 1k views
Is there a quick way to roll back to using google maps v2? I have done a bit of testing and everything seems to work OK using v2, IE and heading reporting as well as lines being drawn, i know that if i roll back then the routes wont be depicted but ill live with that for the time being. I don't really want to roll back to the general release because of modifications i have made and other tweaks, i have already tried that with a fresh install If i remember right there is a change in the acarsmap.tpl routemap.tpl and core_htmlhead.tpl but im not sure, any help would be appreciated. Thanks.
Last reply by Nabeel, -
- 25 replies
- 4.5k views
Gday Guys Can someone point me in the right direction with this. My Roster and footer are not centered correctly(only on the Pilot Roster Page for some reason). Im not sure what files need to be edited. Thanks
Last reply by Nabeel, -
- 4 replies
- 2k views
Tried searching this but didn't find anything. :/ What I want to do is make pages for each airline I have and then on that airlines page display all the pilots with that airlines code... I already made the pages (folder in the modules folder and a new .tpl) but I'm not sure how to create the code for the roster on each page. Any ideas?
Last reply by flynryan692, -
- 5 replies
- 1.8k views
Good Morning all, Looks like the roster is missing on my the page, and I was wondering if someone can help me with new site. I also notices that the pilots_list.tpl file not listed inside the Skin(my new Skin) tamplate. I need help, thanks. www.armedforcesvirtual.us Tac
Last reply by servetas, -
- 1 reply
- 973 views
Hey guys, I've tried to fix this problem for a few weeks now. But when you go here - http://flycirrusair.com/index.php/pilots and scroll to the bottom My hours show all messed up. I have re-filed the pirep's, removed tranfered hours, and all that but it still says that. Any help is good! Thanks
Last reply by Nabeel, -
Roster list 1 2
by Danny- 37 replies
- 55.5k views
Hi.. I want to customize my roster so it doesnt show all the hubs and teh pilots under it. Just the List of pilots and next to the names and hours a collum saying Hub. Is this easily done?
-
- 5 replies
- 1.5k views
I'm working on my new site lately. When i click on pilot roster, it gives me this message> Notice: The template file "/home/britishb/public_html/en//core/templates/pilot_roster.tpl" doesn't exist in/home/britishb/public_html/en/core/classes/TemplateSet.class.php on line 24 This is strange because there is not pilot_roster.tpl, only pilot_list.tpl. Any help is much appreciated.
Last reply by MC1028, -
- 14 replies
- 2.6k views
Anyone know how to get my pilot list in order? Ever since the pilot ID went over 1,000 they went out of order. How do I fix this?
Last reply by servetas, -
Roster Page
by kenny- 1 follower
- 8 replies
- 2.5k views
Hi man, i would like to have a pilot roser without Hub separations. I would like a single list. I have insert this code in Pilots.php, but i have this error in roster page: Warning: Invalid argument supplied for foreach() in /home/hfrjgrdn/sites/phpvms/core/templates/pilots_list.php on line 33. Can you help me?
Last reply by flyalaska, -
- 0 replies
- 1.2k views
Hi all, forgive me if i didn't see this before, but does anyone have the solution to show the roster in ascending order? (lowest id's at the top). Thanks in advance and again my apologies if I'm blind lol...
Last reply by turtle6340, -
- 2 replies
- 1.1k views
I have noticed today that my Roster page is not showing the full list. The first person showing up first is AKA132, and there are people infront of him including myself that are not listed. Any ideas whats causing this. Same problem on my Status Badge page.
Last reply by flyalaska, -
- 1 reply
- 606 views
I am wondering if there is a way to change the default sort order of the roster from pilot id to a more complex order like rank -> pilot id or rank -> hours flown? Essentially looking to have the more senior members at the top of the roster regardless of join date or id number alone.
Last reply by ProAvia, -
- 4 replies
- 1.5k views
Hi, I was wondering if anyone knows how to make a code that will get a certain airlines schedules and put them in the PHPvms schedules. here is the database that we wanted to use... http://openflights.svn.sourceforge.net/viewvc/openflights/openflights/data/routes.dat Ada
Last reply by Flightguy123, -
- 1 reply
- 1.1k views
Hey guys, I have a question about PHPVMS route planning. When creating a route it has the following data: Flight Number - Origin - Destination - Departure time - Arrival time - Days of the week etc My question is related to the departure and arrival time: Is this based on real time or time in the sim? e.g. If its based on real time and I have a route which leaves at 6am, then if I wanted to fly it at 10am, I wouldnt be able too? But if it was based on the customisation of sim time, like offline. Then i'd be able to fly it at any time of the day, as long as the sim is set to the correct time? I'm sorry if this al…
Last reply by web541, -
- 2 replies
- 2.2k views
Does anyone know where to find a decent database of realworld flights that are simple enough to cut and paste into the CSV template? I know a lot of you spend a lot of time hand-copying real route info across and I'm not asking that you share your hard work; merely trying to find a way to avoid hours and hours of tedious work! Nothing has to be up-to-date, I'm just wanting to throw a huge route database together for choice.
Last reply by tutmeister, -
- 2 replies
- 1k views
Hello phpVMS fans, I am not a php expert by any means and this is probably a simple one but annoying me to no end none the less. I have gotten the site up and running with some success and I have all pages centered except the "route details" page. It functions correctly but the page jumps to the left margin all the time. Simply annoying to me : If anyone could give me a hint in the right direction it would be greatly appreciated. The site is newenglandair.simpilotgroup.com The page in question is http://www.simpilotgroup.com/newenglandair/index.php/schedules/details/800
-
- 0 replies
- 869 views
Happy New Year to all .. I have a problem with respect to the distances as per attached picture. the distance should not be 1852 nm, but 340.00 Nm. Solutions? Thanks for a possible answer Solved...
Last reply by gio1961, -
- 3 replies
- 1.5k views
Is there a way to universally set all of the route distances to a whole number and not have decimal places?
Last reply by freshJet, -
- 2 replies
- 1.2k views
Have noticed that whne I'm adding in flights across the international date line the calculated distance is all screwed up. For example, YSSY (Sydney) to PHNL (Honolulu) comes up as 19155 miles. Apart from entering these manually, is there a potential bug/solution here?
Last reply by Nabeel, -
- 1 reply
- 977 views
Gents in the schedule module there is a box named " flight flown ". Unfort its not updating - it shows only 1 or max 2 flights flown on this certain route. I know for sure that a lot of routes are flown more then twice - so please let me know how this problem can be fixed! thks in advance rgds Kris/CEO DLH Virtual
Last reply by servetas, -
- 2 replies
- 1.7k views
You could add a route for several aircraft thank you
Last reply by FlightDeckES, -
- 1 follower
- 5 replies
- 1.9k views
Hello, my idea: when i fill a route in Kacars, then when i fly that i can see the route in the live map? now is it 1 straight line. can anyone help me?
Last reply by Strider, -
- 1 reply
- 1.1k views
Hey all: It seems when I upload a CSV of routes, it only accepts 4,975 of them. When I upload again, with different sections of routes, and the whole monty, it keeps over-riding and keeping 4,975. I have a CSV of 30.000 routes for Oneworld, but again, ony 4975 are staying. Anyone have any ideas as to why I cannot upload my full 30,000? Cheers, Austin
Last reply by servetas, -
I get this error when I try to view the route map: Parse error: syntax error, unexpected T_ELSE in /home/a8930745/public_html/phpvms/core/modules/RouteMap/RouteMap.php on line 31 I checked and double checked, and that particular part of the code is exactly as Nabeel said to make it. Any help is appreciated.
Last reply by patva1, -
My Route map stopped working, at first I thought it was my new design covering it up but then I loaded the default skin and it still doesn't work? Any ideas was it disabled in one of the updates? http://flyvva.org/index.php/RouteMap Thanks, Chad C.
Last reply by Nabeel, -
- 4 replies
- 1.5k views
This is something that i never seem to get round to but i have the following error with my hub / routemap, Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'RouteMap::hubmap' was given in /home/mgrant/public_html/grantsva.com/core/classes/MainController.class.php on line 292 I posted about a year ago and Nabeel posted a line of code to add, is this still relevant? Im on the latest beta but its never worked now or ages
Last reply by mark1million,