-
Posts
408 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by CrashGordon
-
I'm not sure we are talking about the same code. This is the one I found. If there is another one I should be looking at, let me know <?php $allaircraft = OperationsData::GetAllAircraft(); ?> <?php if(!$allaircraft) { echo '<p id="error">No aircraft have been added</p>'; return; } ?> <table border="1"> <thead> <?php //thead Is the top of the table ?> <tr><td><b>ICAO</b></td><td><b>Type</b></td><td><b>Registration</b></td><td><b>Range</b></td><td><b>Weight</b></td><td><b>Cruise</b></td><td><b>Max Pax</b></td><td><b>Max Cargo</b></td></tr> </thead> <tbody> <?php //below is all the info for each aircraft ?> <?php foreach ($allaircraft as $aircraft) { ?> <tr> <td><?php echo $aircraft->icao; ?> </td> <td><?php echo $aircraft->name; ?> </td> <td><?php echo $aircraft->registration; ?></td> <td><?php echo $aircraft->range; ?> </td> <td><?php echo $aircraft->weight; ?></td> <td><?php echo $aircraft->cruise; ?></td> <td><?php echo $aircraft->maxpax; ?></td> <td><?php echo $aircraft->maxcargo; ?></td> </tr> <?php } ?> </tbody> </table>
-
I lifted that from the pull down menu of a custom field in the pirep form. But this is what the name of SBGL looks like in pilots. Rio de Janeiro-Galeão International Airport There are certain characters that seem to get mangled. By any chance were the new skins modified to be font-specific (or a different font from pre-930)?
-
Thank you very much for pointing that out. I had missed it the first time I looked. The tread was entitled question and I didn't need more of those. That works very well, but I'll need to delete aircraft I don't want to display, rather than de-activate them, but that isn't a problem.
-
It occurs to me that php VMS provides a page to publicly list pilots and hubs, but none to list the fleet. I think that might be a nice feature. You know, ICAO code, full a/c name , tail number, and an option for a graphic. Until that happens, does anyone care to share an example of such a page. At my age, I'm too old a dog to learn new tricks.
-
Before 2.1.930, I was able to desplay a number of different languages. With .930 and .934, I can't. For example, this used to be Greek. ¸Î½Î¹ÎºÎ® Î¥ÀηÃÂεÃία ÃŽ ληÃÂοÆοÃÂιÎν What happened?
-
Here they are. The first one is when I open the page. The second is after I select the airline. Notice the field has shortened. The third is if I deselect the airline, then the field disappears. The last one was after I clicked on submit. Once that happens, it works fine.
-
They appear to be. I hauled all the stuff that is actually on the site, into Dreamweaver. Since there is a difference in the way new_pirep and edit_pirep work, I examined both. I'd globally search 'depicao', but that won't show me where it is something else. BTW, there are actually differences in the width of the dropdown as all this happens. I'll post some shots to se if they give any clues. Well, they told me running a VA would be exciting.
-
I'm old. I'm allowed to to forget everything. Now, if I could only remember how it got fixed. I guess I will take a look and see what I can find. If I recall, it was something really wierd that only affected the departure airport.
-
Maybe I'm talking to myself, but I found a workaround, kind of sort of. Open the manual pirep but did not select the airline. I was able to do everything else. Then I selected the airline and submitted the pirep. Got an error message that not everything was entered, but now, I can selct the departure airport. BTW, the aircraft selected isn't sticky and has to be selected again. Then the pirep can be submitted successfully. Maybe that will provide a clue as to what is happening. This only happenend after I changed skins. Don't know if that's the cause.
-
I think I had this problem long ago, but don't remember what cured it. The drop down menu for the departure airport disappears after selecting the airline and if the airline is deselected, the list of airports is incomplete. The arrival airports are fine. Any Ideas?
-
I've been playing around with the crystal skin. While it looks clean and crisp, I am not happy with wasting all that space on the screen. I understand that the whitespace on the left and right is a repeated background graphic. What I'd like to do is replace that with areas for pictures, anouncements, etc., on each side of the main page. If I were dealing with garden variety html, I wouldn't have to ask this question, but these pages contain PHP, so I have to ask how and where would I make these modifications. Thanks in advance. A shot of the site is below to illustrate what I'm talking about.
-
Bravo!!!!Any government agency that protects its citizens by stopping them from getting something for free...is a joke. Including IE in W7 does not prevent anyone from using any browser they want. That said, what benefit is there to incorporating a browser in an ACARS program?
-
Here are some of mine. Insurance Taxes Maintenance Non-Flight Personnel Communications Hardware Replacement Aircraft Costs Office Leases Airport Fees Landing Fees
-
Who'da thunk it? That's even easier.
-
I never think outside the box. I probably wouldn't have thought of doing that in a thousand years.
-
A great question! Never tried that. Will check it out later today.
-
Thanks. I'm just trying to sort out which things I broke and which I can plead not guilty, to.
-
Does anyone have the rank images in bade feature turned on? I tried without success. I had mentioned that in another thread, but realized continuing a thread that dealt with my own "customizing" probably isn't the place for this question as this deals with a "stock" feature.
-
Tried that. Excel always tells me that if I save as a csv, I will lose all formating. Sure enough, the saved file never has the leading zero. Just thought of something. I could open the file with a text editor and replace all 123456 with 0123456. That wouldn' t work for those that weren't scheduled for all days. but would relieve me of a lot of subsequent editing.
-
Hmmm, now if I can only get Excel to keep and save the leading zero while saving a CSV.
-
When I left, to walk the dog, I was at FL310. When I got back, I was in a stall condition a few hundred feet AGL, from which I couldn't recover. When I looked at kACARS, I still had the option to stop recording and when I clicked that, the option to upload the PIREP. Actually, I don't mind being paid for a flight I didn't survive, but was just trying to find out if it is a bug or a feature.
-
Excellent. Rock stable. Only one thing...is it supposed to permit uploading a PIREP if your crash? [10:04] - Flight OMG0 is ready to depart OMG1 with a final destination of OMG1. [10:04] - Boarding [10:06] - Taxiing to Runway [10:06] - Taking Off [10:06] - Take off at 97kts, with a pitch of -3deg and 2560lbs of fuel on board [10:06] - Climbing to TOC [10:22] - Simulator Paused [10:23] - Simulator Un-Paused [10:36] - Landed at -5029fpm. With 2190lbs of fuel onboard and a pitch angle of 12deg. [10:36] - Simulator Paused
-
I wasn't thinking of removing it. Just trying to wrap what's left of my brain around it. My next question is can it be ported to reality. I could use a longer weekend.
-
Sorry. I didn't see this. Only noticed it when I saw the notification in my email. No, they weren't. Just changed them. Will see how it goes now.