
homer09001
Members-
Posts
88 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by homer09001
-
i've tried looking at template::set but im not getting anywhere with either problem
-
Im also trying to call the pirep form externally, i can call it up but i can't populate it with a bid? MainController::Run('pireps', 'Filepirep', $_GET['bidid']); any ideas on how i can populate the form with the given bid id?
-
im writing a standalone script to work with phpvms, currently im trying to get it to return an error message if a bid can't be removed, but for some reason its not working correctly: if(SchedulesData::removeBid($bidid)) { echo "Bid Succesfully Removed"; } else { echo '<font color="red">Failed to Remove Bid, Error Code: RB001</font>'; } The problem im having is that its returning the error message when the bid is removed or when its not, where as i use a identical check when adding bids: if(SchedulesData::addBid($pilotid, $brief_id)) { echo "Bid Added!"; } else { echo '<center><font Color="red">Failed to Add Bid, Error Code: AB001</font></center>'; } and that works as it should? any ideas why my remove bid check isn't working?
-
i need to create a drop down list of all the departure/arrival airports, aircraft outside of the system in an external page, the issues im having at the moment is how can i populate the drop down list with a list of all the unique airports? etc.
-
there is a drop down box in the Edit Profile page of the Pilot Center.
-
multiple images, with filenames like so: image1.png image2.png image3.png all uploaded to the signatures folder, the system automatically detects them a list them all for the pilots
-
Disregard, answered my own question. Simply uploaded the multiple images under different file names.
-
Is it possible to upload multiple Signature backgrounds and allow the pilots to choose which one they wish to use?
-
ahh never thought of it that way thanks.
-
Surely the live flight map should show each route as A -> B but on ours the markers are showing as A -> D http://www.flyoasis.org/index.php/acars
-
Hi, im trying to reduce the height of the Schedule Search form, i have managed to Remove the lower <HR> tag but where on earth is the upper one, the one under the search options? Also where is the CSS code for div id "TabContainer"?
-
Just updated PHPVMS to the latest, and just realised im still on .4 for the app
-
For some reason kACARS is creating 24 other flights on the ACARS live map? with the callsign "100 - " see here: http://www.flyoasis.org/index.php/acars
-
No change. Also just to add, fiddling with that pirep i rejected after it was accepted the pilot hours didn't change, then i accepted it again and the system now counted it as a new flight so even though there is only the 1 pirep it counts it as two and add the two flight times.
-
Ive installed the latest update on an active VA system and a test system, and when i manualy edit the flight time in a submitted pirep, the pilots hours don't change to reflect the change i make still?
-
Any solution to this issue yet?
-
Sorry yeah, its the Flight Time for a Pirep, once accepted the time although the change is accepeted the Total Flight time for the pilot doesn't update. I've added a Bug Ticket for it.
-
Also have noticed if you edit the flight time via the admin panel, the total hours don't change for the pilot.
-
Version 2.0.874 the hours are increasing and hours until next rank are decreasing. from what I see the increase/descrease is correct when using H:M, i'll email the pilots see what problem they were having. although that said, my Hours until next rank was reading 57.7 earlier? Its now reading 56.88 :S
-
Was there a working solution to this error, i get this aswell?
-
When filling a pirep should the time be in a Decimal like: .1 - 6 mins .2 - 12 mins .3 - 18 mins .4 - 24 mins .5 - 30 mins .6 - 36 mins .7 - 42 mins .8 - 48 mins .9 - 54 mins 1.0 - 60 mins or in Hours:Minutes? Just a few Pilots at the VA I'm a manager for said their Time until next promotion isn't increasing correctly when using Hours:Minutes.
-
hmm, will check that out thanks.
-
one small issue, the rank tape below the card is broken now, yet i've not touched its code?? :S
-
Thanks Nabeel got it eventualy Has to change the code you gave me a bit to get it to work: <img src="/PHPVMS/PilotIDs/createid.php?pilotid=<?php echo $userinfo->pilotid;?>" />
-
no just <? include "PilotIDs/createid.php"; ?> I've tried wrapping it in an img tag but that yields the same result?