Jump to content

CFVA

Members
  • Posts

    107
  • Joined

  • Last visited

Everything posted by CFVA

  1. Thanks, works great, for anyone else <?php echo PilotData::GetFieldValue($pilot->pilotid, 'FIELD_NAME'); ?>
  2. Hi All I've created 2 Custom Fields for VATSIM/IVAO ID during registration. How do I get these added to the Pilot Centre to show? Using PHPVMS 5.5.2 Thanks
  3. Thank you so much. I hadn't even noticed the extra < in the line. Works great now
  4. Want to add the aircraft being flown in the Live ACARS map page. ACARS.PHP says variable <%=flight.aircraftname%> Gives the full name So I added that in ACARS.PHP: So I have <tr> <td><b>Pilot</b></td> <td><b>Flight Number</b></td> <td><b>Departure</b></td> <td><b>Arrival</b></td> <td><b>Aircraft</b></td> <td><b>Status</b></td> <td><b>Altitude</b></td> <td><b>Speed</b></td> <td><b>Distance/Time Remain</b></td> </tr> for the table & <script type="text/html" id="acars_map_row"> <tr class="<%=flight.trclass%>"> <td><a href="<?php echo url('/profile/view');?>/<%=flight.pilotid%>"><%=flight.pilotid%> - <%=flight.pilotname%></a></td> <td><?php echo "CF"?><%=flight.flightnum%></td> <td><%=flight.depicao%></td> <td><%=flight.arricao%></td> <td><<%=flight.aircraftname%></td> <td><%=flight.phasedetail%></td> <td><%=flight.alt%></td> <td><%=flight.gs%></td> <td><%=flight.distremaining%> <?php echo Config::Get('UNITS');?> / <%=flight.timeremaining%></td> </tr> All other variables show except aircraft name! Using kAcars 1.0.1.5 & PHPVMS 5.5.2 Thanks in advance
  5. I use Ron’s Editor which is great but won’t allow adding header. I'm asking why it doesn’t do it like it does with the aircraft file! i’m not looking for work around just what needs fixing for it to work
  6. The export airport doesn't export a header row, like export aircraft does. Any way to add a header row to exporting airports? PHPVMS 5.5.2
  7. Can someone just point out the differences between the various versions of phpVMS? What's the latest stable version?
  8. Are you asking if the code is right? Does it work?
  9. Anyone able to help. This is still not working
  10. Thanks, phpVMS Guru!! Still got problem with the Advanced schedule search
  11. I've searched through ALL files for the words "Bid added" that appear after selecting a flight, but can't find it! I want to change it to "Flight Booked". I've found the text "Add bid" and changed that to "Book Flight" but can't see where the "Bid added" text comes from. Thanks
  12. CFVA

    blueIce

    Thanks, I looked everywhere but in the skin folder!
  13. CFVA

    blueIce

    How do you edit the text in the JOIN module?
  14. No error messages! Just no flights found. www.lakervirtual.com
  15. No. And Yes. The normal search works just fine.
  16. Done all that, but no routes show after the search!
  17. 1 ⭐ phpVMS-ScheduleSearch ▼ — phpVMS module to create a schedule search ...
  18. Can modules with file extension TPL be used with Simpilot v 5.5.2??
  19. That seems to have solved it, by replacing the line of code in import.php. There were other columns that had spaces added everytime on export but all seems ok now. Thanks for the help
  20. When exporting the schedule from the Admin Centre option, it is exporting the daysofweek column with a preceding SPACE i.e. " 0123456" not "0123456". This gives the problem that when imported back SATURDAY is always missing from the schedule, as it imports " 012345" Any ideas please as it is really annoying have to edit the whole column everytime
  21. I have installed this as per the readme file, and when I try to add a new aircraft I get no data, just a message: Fetching aircraft data from https://virtualairlines.eu No data is received, all boxes still blank. Any ideas?
×
×
  • Create New...